v1
latestOpenAPI 3.0.02026-07-265081124.2 KBAuthentication
Create API key
Creates a new API key for programmatic access. Only available for users authenticated via the UI (Privy). Previous active keys are automatically revoked.
post/auth/api-keys
Response
API key created successfully
Example response
{
"keyId": "key_abc123def456",
"apiKey": "lmts_sk_1234567890abcdef...",
"createdAt": "2025-06-15T10:30:00Z"
}