cURL
curl --request POST \ --url https://api.rigbox.dev/api/workspaces/{id}/env \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "env_vars": {} }'
{ "message": "<string>" }
Set or update environment variables inside the workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Show child attributes
Environment variables updated
Generic success envelope — used across all domains.