# httpay.xyz GitHub v3 REST API Gateway

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

Proxies any GitHub v3 REST API request through a pay-per-call gateway using x402 micropayments

## Facts

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

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-4bc37c68 -d '<json body>'
```

Example prompt: Can you fetch the list of open issues for the torvalds/linux repository on GitHub using the paid API gateway?

## When to prefer this

Use this endpoint when you need to call any GitHub v3 REST API endpoint without managing your own GitHub API key or OAuth token, and are comfortable paying $0.001 USDC per call via x402 micropayments. Ideal for agents that need occasional GitHub data access without credential setup.

## Known failure modes

- Invalid or malformed GitHub API path returns 404 or 400
- Payment not processed or x402 payment fails — request rejected
- GitHub API rate limit exceeded on the gateway side — 429 error
- GitHub API path requires authentication not provided — 401 or 403
- Gateway timeout if GitHub upstream is slow — 504

## How this service works

API Gateway: GitHub v3 REST API

## Output

The raw JSON response from the GitHub v3 REST API for the requested path — could include repository metadata, issues list, pull requests, user profiles, commit history, or any other GitHub REST resource depending on the path provided.

## More

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