Computers
Apply secrets
Apply selected vault secrets to an existing Linux computer.
POST
Apply secrets to a computer
Send
{"names":["ANTHROPIC_API_KEY"]} to apply those names from your vault to a running Linux computer. Workspace values take precedence over account values. This requires write access to the computer’s workspace.
The response contains success, names, and restart_required: true. Open a new terminal or restart the agent to load the updated environment. Existing processes keep their current environment. Applications using their own credential files may need to be configured separately.
A missing secret returns 404; a computer that is not running returns 409; a different operating system returns 422. Secret values are never included in the response.
Saving or deleting a vault entry does not automatically change computers already running. Deleting a vault entry also does not erase a copy previously installed on a computer.Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Path Parameters
Computer UUID or instance ID.
Body
application/json
Required array length:
1 - 50 elements