API Reference
Full endpoint reference for the Golden Suite backend API.
API Reference
Complete endpoint reference for the Golden Suite backend API.
Base URL
https://backend-production-5c86.up.railway.app
All paths below are relative to this base URL.
Authentication
Most endpoints require a Clerk JWT passed as a Bearer token in the Authorization header. Endpoints marked [AUTH] require authentication. See Authentication for details.
Endpoint Groups
| Group | Prefix | Auth | Description | Reference |
|---|---|---|---|---|
| Authentication | — | — | Clerk JWT token flow and error codes | Authentication |
| Demo | /api/demo | No | Unauthenticated playground for trying Golden Suite tools | Demo |
| Sources | /api/sources | Yes | Data source CRUD and ingestion | Sources |
| Entities | /api/entities | Yes | Entity lookup, detail, and merge | Entities |
| Workbench | /api/workbench | Yes | Projects, notebooks, events, dispatch, trust, and rewind | Workbench |
| Survivorship | /api/survivorship | Yes | Field-level survivorship rule management | Survivorship |
| MCP Tools | /api/mcp-tools | Yes | Tool discovery for the MCP registry | MCP Tools |