Docs
How to go from a signed-up tenant to a flow answering on a live URL, and the reference for what happens along the way.
- Quickstart
- Create a tenant API key, compose a two-block flow, deploy it and call the live URL — the whole loop, from the terminal.
- The composer
- How the canvas checks a graph as you build it, why a version never changes once saved, and what a deploy actually publishes.
- Block basics
- What every block declares, how a connection is checked, and where to read the definition of each one.
- Quality modules
- What each add-on module catches, the endpoint it runs on, and which tier includes it — evals through Copilot.
- Embed
- Drop a chat widget backed by one of your deployed flows into your own site — a publishable key, a <script> tag or a React component, no platform secret in the browser.
- Identity (Auth0)
- The endpoint `/api/v1` serves under Identity (Auth0).
- Tenants & members
- The 9 endpoints `/api/v1` serves under Tenants & members.
- Flows (composer)
- The 4 endpoints `/api/v1` serves under Flows (composer).
- Deployments (runtime)
- The 3 endpoints `/api/v1` serves under Deployments (runtime).
- Quality modules
- The 15 endpoints `/api/v1` serves under Quality modules.
- Payments & billing
- The 6 endpoints `/api/v1` serves under Payments & billing.
- Quota & rate limits
- The endpoint `/api/v1` serves under Quota & rate limits.
- Marketplace
- The 3 endpoints `/api/v1` serves under Marketplace.
- API and CLI
- The CLI, authentication, the error shape every endpoint shares, and how requests are rate limited.