Developer integrations
Build on the platform using OAuth apps, webhooks, and API keys—learn how to register clients, subscribe to events, and authenticate server-side requests.
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 exchange authorization codes for access tokens to build third-party integrations.
Webhooks
Subscribe to workspace events with webhooks, verify HMAC signatures, handle delivery retries safely, and debug failures with the event log.
API keys
Create, scope, rotate, and revoke API keys for server-side automation, with guidance on storing secrets safely and limiting access by environment.