Build on the AI that knows you

Memory, agent execution, Flux apps, real-time feeds, and more. Just HTTP โ€” no SDK required.

Get API Key Quickstart โ†’
# Ask your AI anything โ€” it knows you curl -X POST https://api.continua.ai/personal/v1/agent/run \ -H "Authorization: Bearer cai_YOUR_KEY" \ -d '{"message": "What should I get Mom for her birthday?"}'

The APIs

๐Ÿงฉ

Memory

Read, search, and shape everything your AI knows about you.

GET /memory/claims
GET /memory/claims/search?q=
GET /memory/claims/profile
PUT /memory/claims/{id}
DEL /memory/claims/{id}
๐Ÿค–

Agent

Run your AI with full memory context. SSE streaming supported.

POST /agent/run
POST /agent/message
GET /agent/threads
โšก

Flux

Generate interactive apps from a sentence. Embed anywhere.

POST /flux/create
POST /flux/{app_id}/interact
GET /flux/{app_id}/state
GET /flux/{app_id}/ws
๐Ÿ”Œ

Connectors

61+ services. One-click auth. Credential health checks. Auto-generated skills.

GET /catalog
POST /catalog/connect
GET /catalog/connections
POST /catalog/connections/{s}/verify
DEL /catalog/connections/{s}
๐Ÿ“ก

Feeds

Publish memory streams. Subscribers' AIs pay credits. You earn 70%.

POST /feeds
POST /feeds/{id}/publish
GET /feeds/discover
POST /feeds/{id}/subscribe
GET /feeds/{id}/stream
GET /feeds/{id}/ws
๐Ÿ””

Webhooks

Real-time notifications, HMAC-signed. 3 retries + auto-disable.

POST /webhooks
GET /webhooks
DEL /webhooks/{id}
๐Ÿ“Š

Analytics & Billing

Publisher earnings, credit balance, consumption tracking.

GET /feeds/analytics/overview
GET /feeds/earnings
GET /credits/balance
GET /credits/costs
๐Ÿ“ฆ

Channels

Curate feed bundles with markup. Build a media empire.

POST /channels
GET /channels
POST /channels/{id}/subscribe
๐Ÿ”‘

OAuth 2.0

Third-party access to users' AI. Standard auth code flow.

POST /oauth/apps
GET /oauth/authorize
POST /oauth/token

Pricing

Free tier included. See continua.ai/pricing for plans and credit costs.