Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/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. All rights reserved.
APIs / Developer Tools / PagerDuty API
PagerDuty API logo

PagerDuty API

✓ Official Vendor SpecDeveloper ToolsApisapiKey420 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://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | 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?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

PagerDuty API credentials are stored encrypted in the Jentic vault and injected at execution time.

Intent-based discovery

Intent-based discovery

Agents search by intent and Jentic returns matching PagerDuty API endpoints with schemas.

Time to first call

Time to first call

Through Jentic: under 1 hour to search, load schema, and execute PagerDuty API operations.

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.

GET STARTED

Start building with PagerDuty API

Explore with Jentic
View OpenAPI Document