Skip to main content
These connections power Bilanc’s AI adoption metrics — how much your engineers use AI assistants, and the impact on their output. Connect whichever tools your teams have licensed. All of these live under Admin → Connections → AI Copilots in the Bilanc dashboard, except where noted.

Cursor

Cursor usage comes from the Cursor Admin API. Who needs to do it: a Cursor team admin.

Steps

  1. Go to your Cursor dashboardSettingsCursor Admin API Keys.
  2. Click Create New API Key, give it a name (e.g. “Bilanc”), and copy the key — you won’t be able to see it again.
  3. In Bilanc, click Connect on the Cursor card and paste the key.

Claude Code

How you connect Claude Code depends on how you license it. There are two paths — pick the one that matches your setup. If your Claude Code seats are managed through claude.ai (Enterprise/Team plan), we recommend setting up telemetry. Claude Code emits OpenTelemetry metrics, and you point them at Bilanc with a managed setting that applies to everyone in your org. Who needs to do it: a claude.ai organization admin.
  1. In Bilanc, create an Organization API key:
    • Click your profile icon in the bottom-left of the dashboard.
    • Go to Account Settings → Organization API keys.
    • Generate a new key and copy it.
  2. Open Claude Code admin settings, go to Managed settings (settings.json), and paste the following — replacing <your-organization-api-key> with the key from step 1:
    {
      "env": {
        "CLAUDE_CODE_ENABLE_TELEMETRY": "1",
        "OTEL_EXPORTER_OTLP_HEADERS": "Authorization=Bearer <your-organization-api-key>",
        "OTEL_EXPORTER_OTLP_METRICS_ENDPOINT": "https://otel.bilanc.co/v1/metrics",
        "OTEL_EXPORTER_OTLP_METRICS_PROTOCOL": "http/protobuf",
        "OTEL_METRICS_EXPORTER": "otlp",
        "OTEL_METRIC_EXPORT_INTERVAL": "60000"
      }
    }
    
Managed settings apply to every engineer in your org automatically — there’s nothing for individuals to install.
Keep the organization API key private. Bilanc uses it to authenticate the telemetry coming from your Claude organization.

Option B — Claude Code via the Anthropic API

If you use Claude Code with API usage (billed through the Anthropic API rather than claude.ai seats), connect via platform.anthropic.com so Bilanc can read usage and cost. Who needs to do it: an Anthropic organization admin/owner (Admin API keys can only be created by org admins).
  1. In platform.anthropic.com, go to Settings → Admin keys and create an Admin API key.
  2. In Bilanc, click Connect on the Claude Code card and paste the key.

Codex

Codex usage comes from your ChatGPT Enterprise/Business workspace. Who needs to do it: a ChatGPT workspace owner, who can generate an API key with access to workspace usage.

Steps

  1. Generate an API key from your ChatGPT Enterprise/Business workspace admin settings.
  2. In Bilanc, click Connect on the Codex card and paste the key.

Augment

Who needs to do it: an Augment admin.

Steps

  1. Generate an API key from your Augment admin settings.
  2. In Bilanc, click Connect on the Augment Code card and paste the key.

GitHub Copilot

GitHub Copilot metrics come from GitHub’s Copilot usage API. The right path depends on whether Copilot is licensed at the organization level or through a GitHub Enterprise account.

If Copilot is licensed at the organization level

Connect through your normal GitHub version control connection — no separate Copilot card needed. Who needs to do it: a GitHub organization owner (or a custom role with View Organization Copilot Metrics).
  1. Go to github.com/settings/organizations, select your organization, and open Settings → Copilot → Policies.
  2. Under Features, set Copilot usage metrics to Enabled.
  3. Connect GitHub from Admin → Connections → Version Control using an account that is an org owner (see Version Control → GitHub).

If you have GitHub Enterprise

Use the GitHub Copilot Enterprise card at the top of the AI Copilots section. Who needs to do it: a GitHub enterprise owner — only owners can view enterprise settings and connect Copilot.
  1. Make sure the Copilot usage metrics policy is set to Enabled everywhere for the enterprise. Manage this at github.com/enterprises/<slug>/ai-controls/copilot.
  2. Find your enterprise slug — it’s the part of the URL after /enterprises/. Your enterprises are listed at github.com/settings/enterprises, e.g. github.com/enterprises/<slug>/settings/.
  3. On the GitHub Copilot Enterprise card in Bilanc, click Connect, enter the enterprise slug, and authorize. When prompted, select the enterprise (not an individual org).