The Steppd API uses API key authentication. Every request must include your key in theDocumentation Index
Fetch the complete documentation index at: https://docs.steppd.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header as a Bearer token.
Requirements
API keys are available on the Scale plan only. If your account is on the Publish plan, the API Keys tab will not appear in your profile.
Creating an API key
Open your profile
In the Steppd app, click your avatar or name to open Profile, then select the API Keys tab.
Name your key
Click New API key, enter a descriptive name (for example,
Production integration), then click Create.Attaching the key to requests
Pass your key in theAuthorization header using the Bearer scheme:
curl example
YOUR_ORG_SLUG with your organization’s slug (visible in your profile) and YOUR_API_KEY with the key you copied.
Error responses
| Status | Meaning |
|---|---|
401 Unauthorized | The Authorization header is missing, malformed, or the key is invalid. |
403 Forbidden | The key is valid but your plan does not have access to this feature. |
Managing existing keys
You can view all active keys (name and creation date, never the raw value) in Profile → API Keys. To revoke a key, click the delete icon next to it. Deletion is immediate, any requests using that key will begin returning401 at once.