Create an API key
API Keys
Create an API key
Creates a new API key. The plaintext secret is returned exactly once — store it immediately. Requires SIWE bearer auth.
POST
Create an API key
Authorizations
SIWE access token returned by POST /auth/verify.
Body
application/json
Maximum string length:
60Example:
"trading-bot"
Response
API key created. The key field appears only in this response.
Example:
"trading-bot"
Non-secret display fragment of the key.
Example:
"umk_live_AbC123"
Rate-limit tier.
Available options:
DEFAULT, PRO, INTERNAL The full plaintext secret. Returned only once, at creation or rotation.
Example:
"umk_live_xxxxxxxxxxxxxxxxxxxxxxxx"
