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