Persistent memory for AI agents. Fourteen endpoints. Bearer auth. JSON in, JSON out. Machine-readable spec →
01 Authentication
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
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
Limits are per API key. Soft limits return 429 with a retry-after header.
04 Error codes