Reference
API reference
These paths match the product API under /api/*. For bodies, query params, and schemas, use the OpenAPI file — session cookies authenticate browser-aligned requests.
Documented routes (subset)
Authentication: session cookie when using the dashboard from a browser — send credentials: "include" on same-site requests. The OpenAPI document lists request bodies and responses.
| Method | Path | Description |
|---|---|---|
| GET | /api/me | Get current authenticated user |
| GET | /api/projects | List projects for the signed-in user |
| POST | /api/projects | Create a project |
| GET | /api/workflows | List automation workflows |
| POST | /api/workflows | Create a workflow |
| GET | /api/workflows/{id} | Get a workflow by id |
| POST | /api/rag/query | Query RAG index |
| GET | /api/rag/documents | List RAG documents |
| GET | /api/usage | List recent token usage entries |
| GET | /api/usage/summary | Daily/monthly usage and limits summary |
| GET | /api/billing/subscription | Get subscription info |
| GET | /api/ws/events | WebSocket event stream (upgrade) |
