Identity Issue
identity_issueIssue a managed agent identity with configurable lifetime, role, and tool scope. Requires admin role and audit reason to return a raw authentication token.
Instructions
Issue a managed agent identity. Requires admin role, identity:write scope, and an audit reason. Returns the raw token once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier the issued identity represents. | |
| role | No | Identity role label, for example agent or service. | agent |
| blueprint_id | No | Optional runtime blueprint id bound to the identity. | |
| ttl_seconds | No | Identity lifetime in seconds. | |
| allowed_tools | No | Comma-separated per-tool scope allowlist. Empty means any tool. | |
| operator_role | No | Operator role for this write action. Must be admin. | viewer |
| operator_scopes | No | Comma-separated operator scopes. Must include identity:write. | |
| reason | No | Human audit reason for issuing the identity. | |
| tenant_id | No | Tenant scope for the identity and audit logging. | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |