# httpay.xyz API Gateway: PagerDuty

> httpay.xyz API Gateway: PagerDuty is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-09).

Proxies requests to the PagerDuty API, enabling incident management operations such as creating incidents, querying on-call schedules, and managing alerts via a pay-per-call gateway.

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/pagerduty/%7B*path%7D/*
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-b940fa21
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9HNnZTmK9UY0MDEIV5XL8

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability httpay-xyz-b940fa21 -d '<json body>'
```

Example prompt: Trigger a PagerDuty incident titled 'Database latency spike' with high urgency for the service ID P1234AB and assign it to the on-call escalation policy EP56789.

## When to prefer this

Use this endpoint when an AI agent needs to interact with the PagerDuty incident management API without managing API keys directly, paying per call via USDC microtransaction. Best for automating incident response workflows, querying on-call schedules, or triggering alerts from agent pipelines.

## Known failure modes

- Invalid or missing PagerDuty API path returns 404
- Malformed request body causes 400 Bad Request from PagerDuty
- Missing or invalid PagerDuty authentication returns 401 Unauthorized
- Non-existent service or resource ID returns 404 from PagerDuty
- Rate limiting by PagerDuty upstream returns 429
- Payment failure on gateway returns 402

## How this service works

API Gateway: PagerDuty API

## Output

Returns the raw JSON response from the PagerDuty API for the requested operation, including incident IDs, status, timestamps, assigned responders, and any relevant metadata.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-b940fa21/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
