v1 · stable

API Docs

Persistent memory for AI agents. Fourteen endpoints. Bearer auth. JSON in, JSON out. Machine-readable spec →

01 Authentication

Bearer tokens

All endpoints except POST /keys require a Bearer token.

Authorization: Bearer ci_sk_your_key_here

Create a key with POST /keys — no auth needed. Or run the local signup:

npx central-intelligence-local signup

02 Endpoints

Loading endpoints…

Each endpoint shows parameters, a ready-to-copy curl example, and the response shape. Content auto-updates from the live /docs/openapi.json spec.

▓▓▓ Fetching live API spec… ▓▓▓

03 Rate limits

Tier capacity

Limits are per API key. Soft limits return 429 with a retry-after header.

Free
120
req/min
500 memories
Pro
120
req/min
50,000 memories
Team
600
req/min
500,000 memories
Enterprise
3000
req/min
Unlimited

04 Error codes

Status reference

401Missing or invalid API key
403Memory limit reached for your tier
429Rate limit exceeded — back off and retry with exponential delay
500Internal server error — contact support if persistent