Give your app a memory, a personal helper that reasons, and webhook/feed automation. Bearer auth. JSON in, JSON out.
Every app has different needs. The API supports all three patterns โ or mix them.
Search and profile user context with scoped access. Perfect for personalization, CRM views, and knowledge-aware assistants.
GET /v1/memory/claims/search?q=who+works+on+ML
โ [{"content": "Sarah works on ML infra at Acme."}]
GET /v1/memory/claims/profile
โ {"summary": "User cares about ML infra, conferences, and team planning."}
Let the personal helper reason over stored context. Ask questions, generate summaries, take actions. Streaming responses via SSE for real-time UX.
POST /v1/agent/run
{"prompt": "What should I prioritize today?"}
โ SSE stream with reasoning + recommendations
โ Based on memory, calendar, and recent activity
Publish feeds of structured state. Other users' personal helpers subscribe and react automatically. Revenue sharing built in โ publishers earn 70%.
POST /v1/feeds/{id}/publish
{"data": {"status": "open", "wait_time": "5min"}}
โ 47 subscriber personal helpers receive the update
โ Publisher earns 47 credits
Sign in, go to Settings โ API Keys, create one.
Query the user's memory with a single GET request.
Ask the user's agent for a grounded response. That's the whole API.
Everything you need to build production apps on Continua.
Create, list, revoke keys with scoped permissions. Bearer token auth on every call.
Transparent per-call pricing. Free tier included. Usage dashboard shows consumption by endpoint.
Agent responses stream via SSE. Feed updates stream via SSE or WebSocket. No polling.
HMAC-signed delivery with retry. Pre-built templates for Slack, Zapier, Make, Discord.
Publish feeds โ subscribers pay credits โ you earn 70%. Built-in marketplace.
1,000 req/min per key. Headers on every response. Distributed Redis limiter for multi-instance.
Full spec + interactive Scalar playground at /v1/docs. Import into Postman, generate clients.
URL-path versioning with stability annotations. Sunset headers. No breaking changes without notice.
The API is live. Get an API key and start building. No waitlist, no approval process.
API Reference โ View Pricing