Developer integrations
Build on the platform with OAuth apps, signed webhooks, and API keys, plus links to reference docs for scopes, rate limits, and signature verification.
Developer integrations are for teams building custom workflows or connecting internal systems.
Use OAuth for user-delegated access, webhooks for reactive automation, and API keys for secure server-to-server calls.
OAuth apps
Register an OAuth client, configure scopes and redirect URLs, and walk through the authorization code flow to call the API on behalf of users.
Webhooks
Subscribe to platform events, verify request signatures, retry failed deliveries safely, and design webhook handlers that stay idempotent under load.
API keys
Create, rotate, and scope API keys for server-side automation, plus guidance on storing secrets securely and revoking access when keys are exposed.