Create an agent
axiorank_create_agentCreate a new agent in your workspace and return a SHORT-LIVED bootstrap token to start using it immediately (no durable secret is emitted). For long-term auth, add a static key or a federation binding in the dashboard. Requires the agents:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| labels | No | ||
| ttlSeconds | No | Token lifetime in seconds (60–3600). Defaults to 900 (15 min). | |
| description | No | ||
| tokenScopes | No | Operational scopes for the token (gateway:write, cards:verify, logs:read). |