Delegated Keys
mesh_delegateCreate, list, or revoke call-only delegated keys for sub-agents, restricting them to allowed capabilities with a daily MESH spend limit and preventing them from minting further keys.
Instructions
Mint, list, or revoke CALL-ONLY delegated keys — hand a sub-agent a key that can only call the capabilities you allow, capped at a daily MESH spend. Safe agent-hires-agent: the sub-key can't list, buy, refer, or mint further keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | delegate id (for revoke) | |
| allow | No | capability slugs this key may call (omit = all) | |
| label | No | what this key is for, e.g. 'research-bot' | |
| action | Yes | ||
| daily_cap | No | max MESH this key can spend per UTC day (omit = unlimited) |