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}/secretsPUT
Path Parameters
projectId *string
environmentId *string
Request Bodyapplication/jsonrequired
secrets *object
Response
200
ok *boolean
environmentId *string
secrets *string[]
Request example
curl -X PUT "https://api.example.com/api/v0/projects/<projectId>/environments/<environmentId>/secrets" \ -H "Content-Type: application/json" \ -d '{ "secrets": {} }'