delimit_secret_get
Request just-in-time access to a stored secret. The broker audits each access and checks agent scope.
Instructions
Request just-in-time access to a stored secret.
When to use: when a tool or agent needs a credential at execution time. The broker logs every access for audit. When NOT to use: to add a secret (use delimit_secret_store) or to examine the audit log (use delimit_secret_access_log).
Sibling contrast: delimit_secret_store writes; this reads with audit; delimit_secret_access_log shows the resulting access trail.
Side effects: appends an access log entry via ai.secrets_broker.get_secret. Does not return secrets to scopes that were not authorised at store time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Secret name to retrieve. Required. | |
| agent_type | No | Identity of the requesting agent (used by the broker to check scope). | |
| tool | No | Name of the requesting tool (used by the broker to check scope). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||