# Tenants Manage tenant creation and multi-tenancy setup. ## Create a new tenant - [POST /tenants](https://docs.genway.ai/openapi/tenants/createtenant.md): Create a new tenant with automatic API key provisioning. This endpoint creates a unique tenant with its own isolated data space and dedicated API credentials. Authentication: This endpoint requires a special Partnership API Key (starts with sk-partner-) with the tenants:create scope. The partnership key is passed via the standard x-api-key header along with the tenant ID that owns the partnership key. Required Headers: - X-Api-Key: sk-partner-... (Partnership key provided by Genway team) - X-Tenant-Id: YOUR_TENANT_UUID (Tenant UUID that owns the partnership key) Contact support@genway.ai to obtain your partnership key.