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
curl --request POST \ --url http://localhost:8080/v1/setup \ --header 'Content-Type: application/json' \ --header 'X-Setup-Token: <x-setup-token>' \ --data ' { "org_name": "My Company" } '
{ "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "api_key": "mk_a1b2c3d4...", "message": "<string>" }
Creates a new tenant and returns a master API key. Protected by X-Setup-Token header.
"My Company"
Tenant created
"mk_a1b2c3d4..."