Config Source: SAG_API_CONFIG_JSON
Use the inline JSON env var for tests, previews, and CI flows that need an isolated config payload.
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