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.
- Per-user OAuth (recommended). Each person authorizes with their own PagerDuty account, so every tool call runs under that user’s PagerDuty identity and permissions.
- REST API key. A single key authenticates everyone, so all tool calls reach PagerDuty as one shared identity.
How C1 connects to PagerDuty
C1 hosts the PagerDuty MCP server, so your users’ AI clients only ever see MCP tools — they never call PagerDuty directly. When an AI client calls one of these tools, C1 makes the matching request to the PagerDuty 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 PagerDuty on your users’ behalf.Before you begin
- AI access management must be enabled for your tenant. See Enable AI access management.
- For per-user OAuth, you need permission to register an OAuth app in PagerDuty.
- For a REST API key, you need a PagerDuty account that can create a REST API key, and the email address of a valid PagerDuty user to record as the actor on write operations.
If you don’t see PagerDuty in your MCP server catalog, contact the C1 support team to enable it for your tenant.
Option 1: Set up per-user OAuth
With per-user OAuth, you register one PagerDuty OAuth app and each user authorizes individually. This keeps every action attributable to the user who took it, with only the access that user already has in PagerDuty.Create a PagerDuty OAuth app
Register an OAuth app in PagerDuty so each user can authorize C1 with their own account.In PagerDuty, go to Integrations > Developer Tools > App Registration and create a new app. For the full procedure, see PagerDuty’s OAuth Functionality developer documentation.
Set the Redirect URL exactly to
https://accounts.conductor.one/auth/callback, then choose the scopes the server needs, such as read access to incidents, services, and users.Register the server with OAuth
With your OAuth app ready, register the server and provide your credentials.Follow Register an MCP server and select PagerDuty from the catalog.
When you configure authentication, choose per-user OAuth and enter your OAuth app’s client ID, client secret, and the scopes you granted.
Option 2: Use a REST API key
A REST API key authenticates every user as one shared PagerDuty identity. Use this when per-user attribution in PagerDuty isn’t required.Create a REST API key
Create a REST API key in PagerDuty for C1 to authenticate with as a single shared identity.In PagerDuty, go to Integrations > API Access Keys and select Create New API Key. For details, see PagerDuty’s API Access Keys documentation.
Give the key a recognizable description such as
C1. For least privilege, create a read-only key unless the tools you plan to approve need write access.Register the server with a REST API key
With your REST API key ready, register the server and provide your credentials.Follow Register an MCP server and select PagerDuty from the catalog.
Enter the actor email — the email of a valid PagerDuty user to record as the actor on write operations such as acknowledging or resolving incidents.
When you configure authentication, choose Bearer token and paste your REST API key.
How PagerDuty credentials are shared
How PagerDuty sees your users’ activity depends on the method you chose:- Per-user OAuth. Each user authorizes with their own PagerDuty account, so tool calls run under that user’s PagerDuty identity and inherit only the access they already have. PagerDuty attributes each action to the individual user.
- REST API key. Every user’s tool calls use the one key you provided, so PagerDuty sees a single shared identity. C1 still attributes each call to the individual user in the AI tool usage audit log.
Discover and govern tools
After you register the server, C1 runs tool discovery against PagerDuty. 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 PagerDuty 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 PagerDuty credentials when an approved user successfully calls a PagerDuty tool from their AI client.
Manage your PagerDuty credentials
- Rotate the OAuth client secret in your PagerDuty app under Integrations > Developer Tools > App Registration, then update the secret on the server’s authentication settings in C1.
- Rotate a REST API key by creating a new key in PagerDuty and updating it in C1, then delete the old key.
- Adjust access by editing the OAuth app’s scopes or by choosing a read-only versus full-access REST API key in PagerDuty.