Quickstart: Inline Config with SAG_API_CONFIG_JSON
Use inline config for demos, tests, and disposable environments where a separate config file is unnecessary.
When to use this
What this does not do
Repo-grounded example
export SAG_API_CONFIG_JSON='{"paths":[{"method":"GET","path":"/health","response":{"status":"ok"}}]}'
wrangler deployTroubleshooting
Related docs
Last updated