This reference documents the public Runtype API. Use it to manage core resources such as Flows, Agents, Tools, Records, Products, API keys, model configs, and secrets.
All API requests require an API key:
See Authentication for details.
List endpoints support cursor-based pagination:
Response includes pagination metadata:
Errors use standard HTTP status codes and include a JSON error body.
When a request fails schema validation, the body includes a details array.
Each item carries a stable, machine-readable code so you can branch on the
failure type without string-matching the message:
Download the full OpenAPI spec:
Import it into your API client or code-generation tool for interactive exploration.