cURL
curl --request POST \ --url https://api.trychroma.com/api/v2/tenants \ --header 'Content-Type: application/json' \ --header 'x-chroma-token: <api-key>' \ --data ' { "name": "<string>" } '
{}
Creates a new tenant.
Tenant created successfully
The response is of type object.
object
Was this page helpful?