Issue a REST API key for my worker
issue_worker_keyMint a tng_ bearer key so a worker can call Tango's HTTP worker API (pull_task, update_task, complete_task) outside MCP. The raw key is returned exactly once — hand it to the process that runs the worker and do not repeat it in chat. Requires that you own or administer the worker. Use rotate_worker_key/revoke_worker_key for lifecycle changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional note about where this key will run. | |
| worker_id | Yes | The worker to mint a key for. Must be yours. |