API playground

Browse every HTTP endpoint, copy cURL or TypeScript samples, and send requests from the browser. Authenticated routes use the same x-api-key as Action Flow (set via API Keys → Use key). Platform → Capabilities lists supported providers and intents.

Endpoints

Platform

Actions

Approvals

Audit

Policy

Providers

Internal API keys

Intents

Playbooks

GET
/v1/capabilities

Supported providers, executable intents per provider, policy intent catalog, and enums.

Code samples

Relative URLs match Next.js rewrites to the API origin (NEXT_PUBLIC_API_ORIGIN).

curl -sS -X GET "http://localhost:5173/v1/capabilities" \
  -H "x-api-key: YOUR_API_KEY"

Response

Last run from this page.

Run a request to see status, timing, and body.