POST
/
agents
/
{agentId}
/
env-vars
/
{name}
/
reveal
Reveal a secret environment value
curl --request POST \
  --url https://your_salambo_base_url/api/v1/agents/{agentId}/env-vars/{name}/reveal \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string<uuid>
required
name
string
required
Pattern: ^[A-Z][A-Z0-9_]*$

Response

Plaintext secret

The response is of type object.