Skip to main content
The AgentRuntime BFF API is the public integration surface for all programmatic access. Base URL: Authenticate with a session cookie (browser) or personal access token (scripts and services). For copy-paste curl and JSON samples, see API examples.

Request context

Tenant- and project-scoped requests include context headers: The Console sets these automatically. API clients must send them on scoped endpoints.

Major endpoint groups

Workflows and runs

Requires project_viewer (read) or project_contributor (write/run).

Integrations

AI and chat

Platform

Example: start a workflow run

Platform MCP

For IDE integrations, use Platform MCP at https://mcp.agentruntime.io/mcp with a PAT. It exposes Console operations as MCP tools rather than raw REST.

Internal services

AgentRuntime’s engine and backend services are internal and not part of the public API surface. Customer integrations should always go through the public API (https://api.agentruntime.io) — never call internal service URLs directly.

Rate limits and errors

The API returns standard HTTP status codes. 401 and 403 indicate auth or role failures. 422 often signals validation errors from dry-run or graph checks. Retry idempotent reads on 5xx with exponential backoff. See the full API reference and Platform MCP for endpoint tables and IDE integration. Contact support@agentruntime.io for enterprise rate limits and SLA details.