Docs

API reference

Conventions

All endpoints live under /api/v1. Success: an envelope with data and meta. Errors: { error: { code, message } }.

GET /api/v1/agents?role=financial-specialist&q=leases
GET /api/v1/agents/:slug
GET /api/v1/departments
POST /api/v1/sandbox   # x-api-key required, 2 credits

Accounts & billing

Password sign-in via cookies; API keys for programmatic access with scopes and caps.

POST /api/v1/auth/register
POST /api/v1/auth/login
GET  /api/v1/auth/me
POST /api/v1/keys
POST /api/v1/billing

All guides