Activation required. AI access management must be enabled for your tenant before you can use it. To get started, contact the C1 support team for a walkthrough.
How C1 connects to Buildkite
C1 hosts the Buildkite MCP server, so your users’ AI clients only ever see MCP tools — they never call Buildkite directly. When an AI client calls one of these tools, C1 makes the matching request to the Buildkite API using the credentials you configure here, then returns the result to the AI client. The credentials you set up below are what C1 uses to call Buildkite on your users’ behalf.Before you begin
- AI access management must be enabled for your tenant. See Enable AI access management.
- A Buildkite account that can create an API access token with access to the organizations you want to govern.
If you don’t see Buildkite in your MCP server catalog, contact the C1 support team to enable it for your tenant.
Create a Buildkite API access token
Create an API access token in Buildkite so C1 can authenticate to the Buildkite API.Sign in to Buildkite and open Personal Settings > API Access Tokens. For details, see Buildkite’s Managing API access tokens documentation.
Select the REST API scopes the token needs for the operations you plan to govern, such as reading builds, pipelines, and agents.
How Buildkite credentials are shared
Every user’s tool calls use the one API access token you provided, so Buildkite sees a single shared identity. C1 still attributes each call to the individual user in the AI tool usage audit log. For a shared setup, use a dedicated service account so activity is attributable to C1 rather than a person. For how shared and per-user credentials work across MCP servers, see Configure authentication.Register the Buildkite MCP server in C1
With your API access token ready, register the server and provide your credentials.Follow Register an MCP server and select Buildkite from the catalog.
When you configure authentication, choose Bearer token and paste your API access token.
Discover and govern tools
After you register the server, C1 runs tool discovery against Buildkite. Discovered tools appear on the server’s Tools tab. Each tool starts as either Pending review or automatically Approved, depending on the option chosen when the server was set up or your tenant’s default tool settings in Settings > AI Connections. See Require tool approval and Default tool classification. Before anyone can call a Buildkite tool, it must be approved, added to a toolset, and bound to an access profile. Continue to Govern tools and toolsets to set this up.Tool discovery runs even if your credentials are incorrect, so seeing discovered tools doesn’t confirm that authentication is working. You confirm your Buildkite credentials when an approved user successfully calls a Buildkite tool from their AI client.
Manage your Buildkite credentials
- Rotate the API access token by creating a new token on your Buildkite API access tokens page and updating it in C1, then revoking the old token.
- Adjust access by editing the token’s organizations and REST API scopes in Buildkite.