Developers
Build on the table.
The same API that runs the dashboard — events, bookings, the Guest Book, and AI composition — scoped to your org and available over a bearer-key REST interface.
Quickstart
Create a key
In your dashboard, go to Settings → API keys and generate a cl_live_… key. Keys are org-scoped — every call is limited to your data.
Call an endpoint
Send it as a bearer token. Standard REST, JSON in and out.
Read the spec
The full contract — schemas, parameters, error codes — is generated from the same OpenAPI 3.1 document as this page, so it never drifts.
curl -H "Authorization: Bearer cl_live_…" \
https://curatedlove.party/api/v1/eventsAuthentication
Bearer keys, rate limits, and the error envelope.
/developers/authentication
API reference
Every endpoint, generated from the OpenAPI document below.
/developers/api
MCP server
Connect Claude Desktop, Claude Code, or your own agent.
/developers/mcp
Examples
Copy-paste requests for common flows.
/developers/examples
OpenAPI 3.1 spec
The machine-readable contract behind every endpoint.
/api/v1/openapi.json
llms.txt
A short pointer for AI agents and coding assistants.
/.well-known/llms.txt