Interactive playground
Try live requests from generated OpenAPI endpoint pages.
Bearer auth
Use legacy API keys or platform-minted JWTs with the same
Authorization header.Entity lifecycle
Create entities from constitution YAML and manage versioned state changes.
Agent-safe governance
Create proposals when actions require policy review or escalation.
The OpenAPI specification lives at
/openapi.json. Mintlify uses it to generate the API playground, request builders, parameter tables, response schemas, and SDK examples.Base URL
Authentication model
Protected routes require a bearer token:Bearer credential. The server accepts legacy Orgs API keys and platform-minted JWTs.
- cURL
- TypeScript
- Python
Main resources
Accounts
Accounts
Bootstrap API-key access with
POST /v1/accounts. Store the returned raw key immediately.Entities
Entities
Account-owned legal/operational containers created from constitution YAML.
Proposals
Proposals
Governance requests for spend, agent hiring, dissolution, and policy-controlled actions.
Formation
Formation
Filing state transitions and status polling for Wyoming DAO LLC formation.
Billing
Billing
Subscription, usage, upgrade, and webhook endpoints.
Response envelope
Successful responses return resource-specific JSON. Errors return:Human-readable error message. Agents should preserve this message with the HTTP status and request intent.