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 https://api.quintai.dev/v1/tenant \ -H "Authorization: Bearer qt_deploy_YOUR_TOKEN"
import requests response = requests.get( "https://api.quintai.dev/v1/tenant", headers={"Authorization": "Bearer qt_deploy_YOUR_TOKEN"}, ) print(response.json())
{ "id": "00000000-0000-0000-0000-000000000000", "name": "Acme Corp", "created_at": "2026-04-12T14:00:00Z" }
Retrieve the current organization (tenant) details.
Authorization: Bearer
qt_deploy_*