Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Developer Tools / PagerDuty API
PagerDuty API logo

PagerDuty API

Official vendor OpenAPI document · agent-readyDeveloper ToolsPackage RegistryapiKey420 EndpointsREST

For Agents

This document describes the PagerDuty REST APIs. For guides and examples please visit our [Documentation.](https://developer.pagerduty.com/docs/get-started/getting-started/) Our REST APIs are define...

Use for: I need to access PagerDuty API, How do I use the pagerduty.com API?, Get data from pagerduty.com

Not supported: Provides access to PagerDuty API functionality as defined in the OpenAPI specification.

This document describes the PagerDuty REST APIs. For guides and examples please visit our [Documentation.](https://developer.pagerduty.com/docs/get-started/getting-started/) Our REST APIs are defined in OpenAPI v3.x. You can view the schema at [github.com/PagerDuty/api-schema](https://github.com/PagerDuty/api-schema). Note that properties in some schemas have fields not shown by default such as `readOnly`, `format`, and `default`. Hover your cursor over the right column that looks like `optional+1` to see the full list of fields.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the PagerDuty API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the PagerDuty API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fpagerduty.com%2Fpagerduty" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fpagerduty.com%2Fpagerduty" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with PagerDuty API.

Assign tags

Get tags for entities

List abilities

Test an ability

List installed Add-ons

Install an Add-on

Use Cases

Patterns agents use PagerDuty API for, with concrete tasks.

★ Basic PagerDuty API Integration

Integrate PagerDuty API into your application to access its core functionality.

Use the PagerDuty API API to access vendor services and data.

Key Endpoints

420 endpoints — this document describes the pagerduty rest apis.

METHOD

PATH

DESCRIPTION

POST

/{entity_type}/{id}/change_tags

Assign tags

GET

/{entity_type}/{id}/tags

Get tags for entities

GET

/abilities

List abilities

GET

/abilities/{id}

Test an ability

GET

/addons

List installed Add-ons

POST

/addons

Install an Add-on

GET

/addons/{id}

Get an Add-on

POST

/{entity_type}/{id}/change_tags

Assign tags

GET

/{entity_type}/{id}/tags

Get tags for entities

GET

/abilities

List abilities

GET

/abilities/{id}

Test an ability

GET

/addons

List installed Add-ons

POST

/addons

Install an Add-on

GET

/addons/{id}

Get an Add-on

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring PagerDuty by hand means handling its API-key auth in the Authorization header against api.pagerduty.com, shaping requests across many resource types, and building your own retry and error handling. Through Jentic you install once, import the PagerDuty API from the API Directory, store the key once, and your agent calls it.

Permission scoping

Permission scoping

PagerDuty puts the resource id in the URL path (/{entity_type}/{id}/change_tags), so a rule can pin your agent to a specific entity and the operations you approve. You choose the operations it may call, so writes like changing tags or creating add-ons are not included unless you add them.

Credential management

Credential isolation

Your PagerDuty key is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'list PagerDuty add-ons' or 'change tags on an entity', and Jentic returns the matching PagerDuty operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

FAQs

Specific to using PagerDuty API through Jentic.

What authentication does the PagerDuty API use?

The PagerDuty API uses apiKey authentication.

How many endpoints does the PagerDuty API have?

The PagerDuty API has 420 endpoints available.

Can I limit what my agent is allowed to do with the PagerDuty API?

Yes. Because you host Jentic One yourself, your own rules decide which PagerDuty operations and credentials the agent may use. Since PagerDuty puts the resource id in the URL path, such as /{entity_type}/{id}/change_tags, you can pin the agent to a specific entity and only the operations you approve. Read-only calls like listing abilities or getting an add-on can be allowed while writes such as changing tags or installing an add-on stay excluded until you add them.

GET STARTED

Start building with PagerDuty API

Explore with Jentic One
View OpenAPI Document