Managed Cloud (Preview)
⚠️ Work in progress: This guide is not final and may change as AccordKit Cloud evolves.
AccordKit Cloud offers ingest + live tail with EU‑friendly defaults.
MVP APIs:
Ingest
POST https://api.accordkit.dev/v1/events
- Auth:
Authorization: Bearer <PROJECT_KEY> - Body: JSON object or JSONL (
\ndelimited) - Response:
{ accepted, rejected: [{ line, reason }] }
Live Tail (SSE)
GET https://api.accordkit.dev/api/events?project=<id>
- Emits
data: { TracerEvent }\n\n - Use the Viewer live mode to connect.
Export (historical)
GET https://api.accordkit.dev/v1/export?project=<id>&from=...&to=...
Returns concatenated JSONL from R2 storage.
Status: In private beta. Request early access on the homepage once live.