request_approval
Request human approval for high-risk credential delegations by creating pending approval requests with required scopes and intent details.
Instructions
Create a pending approval request for a high-risk delegation. Use this after issuing or delegating a credential when a human must approve extra scope before work continues. Requires a valid parent token and returns a challenge object that can later be inspected with get_approval or resolved with grant_approval or deny_approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_token | Yes | Parent credential JWT | |
| agent_id | Yes | Requesting agent identifier | |
| att_tid | Yes | Task tree ID | |
| intent | Yes | Human-readable reason for the request | |
| requested_scope | Yes | Desired permission scopes |