The full interactive reference is auto-generated from Fabric’s FastAPI app. Every endpoint documented here is the actual endpoint running in your deployment.
Try it live
OpenAPI Playground
Swagger UI — try requests directly in the browser with your token.
ReDoc Reference
Read-only reference with clean navigation across all endpoints.
Authentication
All endpoints require a Bearer token unless the server runs with auth disabled (dev mode).Endpoint modules
| Module | Endpoints | Covers |
|---|---|---|
| Authentication | 13 | Register, login, Google OAuth, API keys, token refresh |
| Projects | 9 | Create and manage projects, members, taxonomy discovery |
| Connections | 13 | CRUD connectors, OAuth flow, test connection, trigger sync, discover filters |
| Chat & Agent | 8 | Sessions, messages, streaming AI responses, trace logs |
| Knowledge Graph | 11 | Nodes, edges, search, neighborhood traversal, full graph, stats |
| Memory / Observations | 2 | List and search observations from the memory graph |
| Files | 5 | List, read, write, save artifacts, delete |
| Workflows | 7 | Generate, CRUD, and execute workflows |
| Admin | 10 | Users, tenants, projects, usage stats, sync management, data purge |
| Skills | 4 | List skills, reload from repo, invoke by name |