How a task moves through the fabric
Status legend
Every capability in these docs carries one of three labels. They tell you what you can build on now versus what to plan around.Documentation
Getting started
getting-started/overview.md— what the fabric is and how a request flows end to endgetting-started/concepts.md— runs, events, receipts, policy, and tenancy in one pagegetting-started/quickstart.md— make your first authenticated call
API reference
api/execute.md—POST /v1/execute: submit a task, choose turn or task modeapi/runs.md—GET /v1/runs/:id: read a run’s current stateapi/events.md—GET /v1/runs/:id/events: stream a run’s events, resume withLast-Event-IDapi/approvals.md—POST /v1/runs/:id/approve: resume a paused runapi/usage.md—GET /v1/usage: tenant-scoped usage and spend readbackapi/webhooks.md—POST /v1/webhooks: register a delivery endpointapi/errors.md— the RFC 9457 error format every endpoint sharesapi/openapi.yaml— machine-readable OpenAPI 3.1 specification
Keys & access
keys-and-access/api-keys.md— creating, scoping, and rotatingpraxa_sk_keyskeys-and-access/scopes-and-tenancy.md— tenants, scopes, and the three principal typeskeys-and-access/rate-limits.md— per-key limits and response headers
Approvals & policy
approvals-and-policy/approvals.md— how a run pauses and how you resume itapprovals-and-policy/policy-engine.md— thepolicyparameter and how risk tiers get decidedapprovals-and-policy/budgets-and-limits.md— budget ceilings and what happens when a run hits one
Security
security/security-model.md— tenant isolation and credential handlingsecurity/data-handling.md— what’s stored, for how long, and whether any of it trains a modelsecurity/receipts-and-audit.md— receipts and the hash-chained evidence trail behind them
SDK
sdk/typescript.md— the TypeScript clientsdk/streaming.md— consuming a run’s event stream in codesdk/errors-and-retries.md— client-side retry and error-handling semantics
Use cases
use-cases/overview.md— the three markets the fabric is built foruse-cases/agent-builders.md— upgrading an existing custom agent onto the fabricuse-cases/coding-and-desktop.md— cloud execution lanes for desktop coding sessionsuse-cases/business-workflows.md— internal org workflows on the same substrate
Enterprise
enterprise/teams-and-organizations.md— org-level tenancy and billingenterprise/billing-and-plans.md— tiers, metering, and the plan ladderenterprise/deployment-and-isolation.md— dedicated isolation, and why there’s no self-hosted option
How-to guides
how-to/build-an-approval-ui.md— render an approval payload correctly (render == record == what actually runs)how-to/receive-webhooks.md— verify signatures and handle retrieshow-to/bring-your-own-keys.md— connect your own provider credentialshow-to/migrate-from-provider-apis.md— moving from a direct model API to the fabric
Reference
faq.md— common questions, answered honestlystatus-and-roadmap.md— what’s shipped and what’s next, in customer termsglossary.md— terms used across these docs