Create Platform API Key
Tokens
Create Platform API Key
Create a new platform API key for programmatic access.
POST
Create Platform API Key
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token authentication.Request Body
A descriptive name for the API key
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
uuid | string | Unique identifier for the key |
key | string | The API key value (shown only once) |
name | string | Descriptive name |
created_at | string | Creation timestamp (ISO 8601) |
status | string | Key status (active) |
Status Codes
| Code | Description |
|---|---|
200 | Key created successfully |
401 | Invalid or missing JWT token |

