Issue a short-lived agent token
axiorank_issue_tokenMint a short-lived, scoped axr_tok_… access token for an existing agent. This is the Zero-Trust credential the agent sends as Authorization: Bearer <token>. It expires within the hour and cannot be replayed afterwards. Durable static keys are issued in the dashboard, not here. Requires the keys:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scopes | No | Operational scopes for the token (gateway:write, cards:verify, logs:read). | |
| agentId | Yes | The agent's UUID (from axiorank_list_agents). | |
| ttlSeconds | No | Token lifetime in seconds (60–3600). Defaults to 900 (15 min). |