Steppd gives you two ways to integrate your process documentation into your existing stack. Inbox API, a pull endpoint addressed to your organization. Use it to fetch the latest published version of any SOP on demand. The URL is specific to your org and authenticated with an API key. Webhooks, Steppd pushes a structured payload to your configured endpoint the moment a document is published, revised, or archived, or when a team member is invited or changes role. No polling needed.Documentation Index
Fetch the complete documentation index at: https://docs.steppd.com/llms.txt
Use this file to discover all available pages before exploring further.
Plan requirement
Authentication
Both surfaces use API keys. Keys are created in Profile → API Keys and passed as a Bearer token in theAuthorization header on every request. See Authentication for details.
At a glance
| Surface | Direction | When to use |
|---|---|---|
| Inbox API | Pull (you call Steppd) | Fetch current SOP content on demand |
| Webhooks | Push (Steppd calls you) | React to changes in real time |
Next steps
Authentication
Create an API key and attach it to every request.
Inbox API
Pull your organization’s published documents.
Webhook events
Explore all six event types and their payload shapes.