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>" } '
{}
Tenant created successfully
The response is of type object.
object