Authentication
All API requests require authentication using an API key.Getting your API key
- Log in to your Origami Dashboard
- Click Generate Key
- Copy your key immediately — it will only be shown once
- Store it securely
Using your API key
Include your API key in thex-origami-key header with every request:
Rate Limits
API requests are rate limited to ensure fair usage:
When rate limited, you’ll receive a
429 response with a Retry-After header indicating when you can retry.