Mint a scoped token
mint_tokenMint a subtree-scoped control token restricting a child to named windows, tabs, or panes. Add an optional expiry and pass via env vars to delegate control without exposing the master token.
Instructions
Mint a subtree-scoped control token (agent-orchestration F). The new token can only reach the named windows/tabs/panes, and only within the minting token's own authority (no escalation). Hand it to a child via open_pane env: { HYPERPANES_CONTROL_TOKEN: token, HYPERPANES_CONTROL_PORT: port } — the child then controls only its subtree and never sees the master token. Optional ttlMs expires it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttlMs | No | ||
| tabIds | No | ||
| paneIds | No | ||
| windowIds | No |