Skip to main content
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

Authorization
string
header
required

API key authentication. Get your key at orgo.ai/workspaces

Path Parameters

id
string
required

Computer UUID or instance ID.

Body

application/json
names
string[]
required
Required array length: 1 - 50 elements

Response

Secrets applied to a running Linux computer. Open a new terminal or restart its agent to read the new environment. Values are never returned.

success
boolean
names
string[]
restart_required
boolean
message
string