Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v0/projects/{projectId}/environmentsPOST
Path Parameters
projectId *string
Request Bodyapplication/jsonrequired
name *string
slug *string
Response
200
ok *boolean
id *string
name *string
slug *string
projectId *string
404
error *string
Request example
curl -X POST "https://api.example.com/api/v0/projects/<projectId>/environments" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "slug": "string" }'