Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.quintai.dev/v1/tenant \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_SUPABASE_JWT" \ -d '{"name": "Acme Corp"}'
{ "id": "00000000-0000-0000-0000-000000000000", "name": "Acme Corp", "created_at": "2026-04-12T14:00:00Z" }
Create a new organization (tenant). Typically called during onboarding.
Authorization: Bearer