API Overview
The Akili control plane exposes a RESTful API that is the single entry point for every platform interaction. CLI wraps API. CI/CD calls API. Portal calls API. Agents call API.
Open Interactive API Explorer Try requests, browse schemas, and generate code samples with the Scalar API reference.
Base URL
Section titled “Base URL”https://api.akili.systems/api/v1All endpoints below are relative to this base URL unless otherwise noted. Health endpoints (/healthz, /readyz) are served at the root, outside /api/v1.
Topic Pages
Section titled “Topic Pages” Authentication JWT authentication, claims, and role-based access
Endpoints Complete endpoint reference grouped by domain
Responses & Errors Response envelope, pagination, error format, and status codes
Middleware & Policies Rate limiting, request tracing, idempotency, and CORS