# httpay.xyz CircleCI API Gateway

> httpay.xyz CircleCI 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 authenticated requests to the CircleCI API, enabling CI/CD pipeline management via a pay-per-call micropayment gateway

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/circleci/%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-e16efa3b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__ivTA-1aHRWOfws6_8stl

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

Example prompt: Can you check the status of my CircleCI pipelines for my project by calling the CircleCI API with path 'project/github/myorg/myrepo/pipeline' using a GET request?

## When to prefer this

Use this endpoint when you need to interact with the CircleCI API without setting up your own CircleCI credentials or API keys, and want to pay per call using USDC micropayments. Ideal for agents or scripts that occasionally query CircleCI data (pipeline status, builds, workflows) without maintaining a full CircleCI integration. Prefer over direct CircleCI API access when operating in a stateless, pay-as-you-go agent environment.

## Known failure modes

- Payment not provided — returns 402 with x402 or MPP payment instructions
- Invalid CircleCI API path — returns 404 or CircleCI error
- Unauthorized CircleCI credentials — returns 401 from upstream
- Rate limited by CircleCI upstream — returns 429
- Malformed request body — returns 400

## How this service works

API Gateway: CircleCI API

## Output

Returns the CircleCI API response for the specified path and method — including pipeline status, workflow details, job logs, user info, or any other CircleCI resource, depending on the path queried. Response is proxied directly from CircleCI's API.

## More

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