sub_delegate
Delegate a subset of your authority to another agent by specifying the parent delegation ID, recipient's public key, permitted scopes, and a spend limit within your existing delegation scope.
Instructions
Sub-delegate authority to another agent (must be within your delegation scope and depth).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_delegation_id | Yes | Your delegation ID | |
| delegated_to | Yes | Public key of the agent receiving sub-delegation | |
| scope | Yes | Scopes to grant (must be subset of parent) | |
| spend_limit | Yes | Maximum spend (must be <= parent) |