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}/environments/{environmentId}/secretsPOST
Path Parameters
projectId *string
environmentId *string
Request Bodyapplication/jsonrequired
name *string
Min length: 1
value *string
Response
200
ok *boolean
environmentId *string
id *string
name *string
Request example
curl -X POST "https://api.example.com/api/v0/projects/<projectId>/environments/<environmentId>/secrets" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "value": "string" }'