budget_delegate
Gives a subcontractor a slice of budget you already hold, without handing over your own authority. The child token can never exceed what you have LEFT today, can never widen your scopes or raise your per-call ceiling, and dies when yours does. Revoking yours revokes theirs instantly and transitively. Use this when you hire another agent and it needs to spend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scopes | Yes | Intents the child may spend on. Must be a subset of the parent's. | |
| grantee_id | Yes | The agent id that will spend against the new token. | |
| max_amount | Yes | Per-call ceiling in USD. Cannot exceed the parent's. | |
| daily_limit | Yes | Daily budget in USD. Cannot exceed what the parent has left today. | |
| ttl_minutes | No | How long the child lives. Clamped to the parent's own expiry. | |
| parent_token | Yes | The delegation token you hold and want to pass part of on. |