Skip to content

Search docs

Find pages, headings, and concepts. Press ⌘K or Ctrl+K to toggle.

Secrets

Org-scoped secret names for agents and connectors (values never listed).

Secrets store sensitive strings (API tokens, webhook signing keys) outside prompts. List endpoints return names only.

Endpoints

MethodPathDescription
GET/api/v1/secretsList secret metadata (no values).
POST/api/v1/secretsCreate a secret; value shown once in the response.
DELETE/api/v1/secrets/:idDelete a secret.

Agents reference secrets by name in tool configuration; rotation requires create + delete.