cURL
curl --request POST \ --url https://api.timbal.ai/orgs/{org_id}/domains \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "domain": "custom.timbal.ai" } '
Add a custom domain to an organization
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Custom domain name
"custom.timbal.ai"
Domain created successfully