Mint Child Api Key
mint_child_api_keyMint a short-lived child API key for a delegated subtask. The child can never exceed the calling key: requested scopes must be a subset of what the caller holds, its expiry is capped by the caller's, and it may never itself mint keys (delegation is exactly one level deep). A caller whose own scopes were never recorded explicitly cannot delegate at all until it rotates first. The child key is returned exactly once in the response and cannot be retrieved again; revoking the parent immediately revokes the child. Requires the keys:mint scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Label for the child key (default 'delegated key'). | |
| scopes | Yes | Scopes to grant the child. Must be a subset of the calling key's own scopes and may not include keys:mint. | |
| expires_in_minutes | No | Child lifetime in minutes (default 60, maximum 1440). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |