# httpay.xyz API Gateway: Sentry API

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

Proxies authenticated requests to the Sentry API via a pay-per-call x402 gateway, enabling access to Sentry error tracking, issue management, and project data without requiring a Sentry API key.

## Facts

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

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-api-gateway-sentry-api-ab5d9730 -d '<json body>'
```

Example prompt: Pull the latest unresolved Sentry issues for my organization 'acme-corp' and project 'backend-api' so I can see what errors are currently affecting production.

## When to prefer this

Use this endpoint when you need to query the Sentry API without managing a Sentry API key, want pay-per-call billing in USDC via x402 on Base, or are building an agent that needs ad-hoc access to Sentry error tracking data without a persistent credential setup.

## Known failure modes

- Invalid or unknown Sentry API path returns 404
- Missing or malformed query parameters cause 400 Bad Request from Sentry
- Payment not processed via x402 returns 402 Payment Required
- Sentry API rate limits exceeded return 429
- Sentry org or project not found returns 404
- Upstream Sentry service unavailable returns 503

## How this service works

API Gateway: Sentry API

## Output

Returns the raw JSON response from the Sentry API for the requested path — typically lists of issues, event details, project metadata, organization info, or performance metrics, matching the official Sentry API response schema.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-api-gateway-sentry-api-ab5d9730/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)
