Build external apps on top of Continua

Query memory, run your personal helper, inspect skills, subscribe to webhooks, and publish/consume feeds. Start with plain HTTP, then explore the full OpenAPI contract below.

Quickstart

Create a key, then make your first memory query:

curl "https://developer.continua.ai/v1/memory/claims/search?q=coffee" \
  -H "Authorization: Bearer cai_YOUR_KEY"

Core surfaces

Memory / claims CRUD

List, search, profile, update, delete, scope, pin, history.

Agent invocation

Run with JSON or SSE streaming responses.

Skills + catalog

List installed skills and browse service catalog entries.

Webhooks + feeds

Subscribe to events and build real-time publisher/subscriber flows.

Authentication and rate limits

Use Authorization: Bearer cai_.... Keys are scope-limited (`memory:read`, `agent:run`, `skills:read`, `catalog:write`, etc.). Responses include rate-limit headers and return 429 when limits are exceeded.

OpenAPI explorer (Redoc)

Browsable OpenAPI 3.1 docs for all public Developer API endpoints.