sint__delegate_to_agent
Delegate limited tool access to sub-agents by issuing attenuated capability tokens with controlled scope and permissions.
Instructions
Issue an attenuated capability token to a sub-agent, granting it a reduced tool scope. Depth is parent.depth + 1; max depth 3. Returns the new tokenId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subagentId | Yes | Public key of the sub-agent to delegate to | |
| toolScope | Yes | Resource URI patterns the sub-agent may access (must be a subset of caller's scope) | |
| expiresInHours | No | Token lifetime in hours (default: 4) | |
| maxCallsPerMinute | No | Optional rate limit for sub-agent |