How the web app talks to the autonomy API
The web app and the autonomy backend are versioned separately. Browser traffic stays on the same origin and is routed to the configured backend; the exact path mapping is an implementation detail and may evolve.
What you should know
- Public, supported endpoints are documented in the API overview and in the OpenAPI spec; only those are guaranteed across releases.
- Long-running runs and live agent updates use authenticated streaming — there is nothing to call anonymously.
- Self-hosted deployments expose the same supported surface; configuration lives in your environment, not in this doc.
Learn more
See: API overview · Self-hosted · Environment variables