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

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

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 Apps > Connectors and click Add connector.
2
Search for Bugsnag and click Add.
3
Choose where to add the connector: Create a new app, or Add to an existing app (then select the app).If you’re creating a new app, choose whether to link it to an application discovered from your identity provider: select Yes and pick the IdP application, or No to continue with just the connector.
4
Set the connector’s Name and, optionally, a Description.
5
Click the pencil icon next to Owners to choose who can configure and manage this connector.
6
Click Add. The connector is created and its configuration page opens.
7
Find the Settings area of the page and click Edit.
8
Enter the Bugsnag credentials:
  • Organization API base URL: https://api.bugsnag.com/organizations/<organization_id>.
  • Personal auth token: The token you created in Bugsnag.
9
Click Save.
10
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.