Skip to main content

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.

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.

Plan requirement

Both the Inbox API and webhooks are available on the Scale plan only.

Authentication

Both surfaces use API keys. Keys are created in Profile → API Keys and passed as a Bearer token in the Authorization header on every request. See Authentication for details.

At a glance

SurfaceDirectionWhen to use
Inbox APIPull (you call Steppd)Fetch current SOP content on demand
WebhooksPush (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.