13
API reference
Operations1 min read
Core public resources and transport behavior for platform integrators.
| Resource | Endpoints | Notes |
|---|---|---|
| Runs | /v1/runs · /events · /cancel | Idempotent create and resumable SSE |
| Approvals | /v1/approvals/{id} · /resolve | Step-up may be required |
| Artifacts | /v1/artifacts/{id} | Org, project, and user scoped |
| API keys | /v1/api-keys | Hashed, scoped, revocable |
| Webhooks | /v1/webhooks · /v1/webhook-deliveries | Signed and retried |
| Portfolio | /v1/portfolio/* | Read-only snapshots and reports |
| Wallets | /v1/wallets/* | Capability-gated, typed workflows |
Schema source of truth
Use packages/schemas for request, response, event, approval, and intent contracts. Do not duplicate public payload types in a client.
Was this page helpful?
Edit on GitHub