create_delegation
Grant another agent scoped permissions with specified actions, spending limit, delegation depth, and expiration.
Instructions
[OPERATOR] Create a scoped delegation from one agent to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delegated_to | Yes | Public key of the agent receiving delegation | |
| scope | Yes | Scopes to grant (e.g. ['web_search', 'code_execution']) | |
| spend_limit | No | Maximum spend allowed | |
| max_depth | No | How many levels of sub-delegation | |
| expires_in_hours | No | Delegation validity in hours |