Skip to main content
C1 provides identity governance for Bugsnag. Integrate your Bugsnag organization with C1 for unified visibility and governance over user access.

Capabilities

ResourceSyncProvision
Users
Teams

Gather Bugsnag credentials

Use a Bugsnag personal auth token that can read the organization’s collaborators and teams. The token is sent on every request as Authorization: token <your token>.
1
In Bugsnag, open Settings > My account > Personal auth tokens.
2
Create a personal auth token. Confirm the account it belongs to can read the organization’s collaborators and teams.
3
Copy the token value. Store it securely; you will paste it into the connector settings.
4
Find your organization id in Bugsnag under Settings, or read it from the organization API responses. Build the base URL as https://api.bugsnag.com/organizations/<organization_id>.

Configuration fields

FieldRequiredDescription
base-urlYesYour Bugsnag organization API base URL, ending in your organization id: https://api.bugsnag.com/organizations/<organization_id>.
api-tokenYesA Bugsnag personal auth token with read access to the organization’s collaborators and teams.

Synced resource types

  • Users: Bugsnag collaborators in the organization, from /collaborators.
  • Teams: Bugsnag teams in the organization, from /teams.
  • Team membership: each team exposes a member entitlement, with grants read from /teams/{team_id}/collaborators.

Special notes

  • The connector is read-only. It does not invite collaborators or change team membership.
  • One connector instance covers exactly one Bugsnag organization. The organization id is part of the base URL.
  • A personal auth token may span multiple organizations. The connector reads only the organization named in the base URL.

Configure the Bugsnag connector

Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for Bugsnag and click Add.
3
Choose how to set up the new Bugsnag connector.
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the Bugsnag credentials:
  • Organization API base URL: https://api.bugsnag.com/organizations/<organization_id>.
  • Personal auth token: The token you created in Bugsnag.
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
Done. Your Bugsnag connector is now pulling access data into C1.