Create a new tenant.
Returns the created tenant with a unique id. Store this ID in your database
to reference this tenant later.
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEYDisplay name for the tenant (e.g., your customer's company name)
1 - 100"Acme Corp"
Custom key-value pairs. Useful for storing references to your internal systems.
Limits:
{
"plan": "pro",
"internalId": "cust_12345",
"region": "us-west"
}