/
AU
authula
/
Authula API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v21
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-01
104
135
151.5 KB
API Keys
Create API key
Creates a new API key for the specified owner.
post
/api-keys
Request body
CreateApiKeyRequest
required
enabled
boolean
nullable
expires_at
string
date-time
nullable
metadata
object
nullable
name
string
required
owner_id
string
required
owner_type
string
required
permissions
string[]
nullable
prefix
string
nullable
rate_limit_enabled
boolean
nullable
rate_limit_max_requests
integer
nullable
rate_limit_time_window
integer
nullable
Response
Created
CreateApiKeyResponse
required
api_key
ApiKey
required
raw_api_key
string
required