API Reference

Complete reference for the Golden Suite backend API. Covers auth, sources, entities, workbench, survivorship, MCP tools, audit, and admin health endpoints.

API Reference

Complete endpoint reference for the Golden Suite backend API.

The API maps onto the funnel: Sources pull SaaS data in, the Workbench runs the match + review pipeline, and Destinations push the golden records back out to your warehouse. Everything in between (entities, survivorship, audit) is the state that flow produces.

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

GroupPrefixAuthDescriptionReference
AuthenticationClerk JWT token flow and error codesAuthentication
Demo/api/demoNoUnauthenticated playground for trying Golden Suite toolsDemo
Sources/api/golden/sourcesYesData source CRUD and ingestion (funnel: ingest)Sources
Entities/api/golden/entitiesYesEntity lookup, detail, and mergeEntities
Destinations/api/golden/destinationsYesWarehouse / cloud-file push + browser export (funnel: push)Destinations
PPRL Linkage/api/pprlYesPrivacy-preserving record linkage between two sources (encoded identifiers, PII-free output)PPRL Linkage
Workbench/api/workbenchYesProjects, notebooks, events, dispatch, trust, and rewindWorkbench
Survivorship/api/golden/survivorshipYesField-level survivorship rule managementSurvivorship
MCP Tools/api/mcp-toolsYesTool discovery for the MCP registryMCP Tools
Audit log/api/audit-logYesPer-org cryptographic audit chain + verification
Admin health/api/adminYes (admin)App-state dashboard data + retention controlsAdmin Health
Was this page helpful?
Edit this page on GitHub