v3

latestOpenAPI 3.0.02026-08-081996601.2 MB
Agent Secrets

Get agent secrets

Returns the agent's secrets. Values are always masked (****). Plaintext is never exposed on read.

get/v2/agents/{agent_key}/secrets

Path parameters

agent_keystring required

A unique key that identifies an agent.

Example:customer_support

The unique key of the agent.

Headers

Request-Timeoutinteger

The platform makes a best effort to complete the request in the specified seconds, or it times out.

Request-Timeout-Millisinteger

The platform makes a best effort to complete the request in the specified milliseconds, or it times out.

Response

The agent's secrets, with values masked.

secretsobject required

Map of secret name to masked value.

Example response

{
  "secrets": {
    "jira_api_token": "****",
    "slack_webhook": "****"
  }
}