cURL
Tenants
Create a tenant
Create a new tenant.
Returns the created tenant with a unique id. Store this ID in your database
to reference this tenant later.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://arkhq.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEYBody
application/json
Display name for the tenant (e.g., your customer's company name)
Required string length:
1 - 100Example:
"Acme Corp"
Custom key-value pairs. Useful for storing references to your internal systems.
Limits:
- Max 50 keys
- Key names max 40 characters
- String values max 500 characters
- Total size max 8KB
Example:
{
"plan": "pro",
"internalId": "cust_12345",
"region": "us-west"
}