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.
Development
Developer docs, API reference, templates & automation
Base: POST|PUT|DELETE /api/tenant (central)
POST|PUT|DELETE /api/tenant
POST /api/tenant { "id": "my-tenant-id", "fqdn": "my-tenant.example.com" // optional }
{ "message": "Tenant created successfully." }
PUT /api/tenant { "old_id": "old-id", "id": "new-id", "fqdn": "new-domain.example.com" }
{ "message": "Tenant updated successfully." }
DELETE /api/tenant { "id": "my-tenant-id" }
{ "message": "Tenant deleted successfully." }