Documentation

Bitbucket (Cloud)

Connect Bitbucket workspaces to Githook Cloud.

Bitbucket onboarding uses an OAuth consumer for workspace access.

Steps

  1. Create a Bitbucket OAuth consumer.
  2. Set the callback URL to {{endpoint}}/auth/bitbucket/callback.
  3. Enter the consumer key and secret in Githook Cloud.
  4. Start the onboarding URL from the dashboard to authorize the workspace.

Installations appear under your workspace once the OAuth flow completes. Githook Cloud registers webhooks automatically during onboarding.

Onboarding URL format

{{endpoint}}/?provider=bitbucket&instance={{provider_hash}}&tenant_id={{tenant_id}}&state={{optional_correlation}}

tenant_id is optional for single-tenant usage. state is optional and can be used for correlation.