Welcome to Theo Docs — the AI orchestration API.
Create a new organization for team management.
cURL
curl --request POST \ --url https://api.example.com/api/v1/orgs \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "type": "<string>", "slug": "<string>" } '
team
agency
carrier
fmo
mga
broker
name
curl -X POST https://hitheo.ai/api/v1/orgs \ -H "Authorization: Bearer $THEO_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Acme Corp", "type": "team", "slug": "acme-corp" }'
id
POST /api/v1/orgs
Was this page helpful?