Unkey uses an RPC-style API that focuses on actions rather than resources.Documentation Index
Fetch the complete documentation index at: https://engineering.unkey.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /v2/keys.createKeyPOST /v2/ratelimit.limit
HTTP methods
All operations use POST. This keeps request patterns consistent and allows complex request bodies.Request format
- Use POST
- Include
Content-Type: application/json - Include
Authorizationheader - Send parameters as JSON in the request body
Service namespaces
- keys
- apis
- ratelimit
- analytics
- identities
- permissions
Benefits
- Clear intent in endpoint names
- Natural mapping to code and user intent
- Better support for complex operations
- Flexible request structures

