delegate_credential
Create a narrower child credential from an existing parent credential to delegate limited authority to sub-agents or isolated steps while maintaining scope restrictions.
Instructions
Create a narrower child credential from an existing parent credential. Use this when handing work to a sub-agent or isolated step that should receive only a subset of the parent scope. The server enforces that child_scope is a subset of the parent; if you need the original root authority, use issue_credential instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_token | Yes | Parent JWT credential | |
| child_agent | Yes | Child agent identifier | |
| child_scope | Yes | Narrowed scopes (must be subset of parent) | |
| ttl_seconds | No | Child token lifetime in seconds |