cURL
curl --request POST \ --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/envs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "color": "<string>", "name": "<string>", "description": "<string>" } '
Create a new environment
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Environment created successfully