# httpay.xyz API Gateway: CircleCI

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

Proxies authenticated requests to the CircleCI API via x402 pay-per-call micropayments, eliminating the need for a CircleCI API key

## Facts

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

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

Example prompt: Check the status of the most recent pipeline for my CircleCI project 'gh/myorg/myrepo' and tell me if any workflows failed.

## When to prefer this

Use this endpoint when you need to interact with CircleCI's API without managing a CircleCI API key directly, especially in agent workflows that use x402/USDC micropayments for API access. Ideal for one-off pipeline triggers or status checks where provisioning a dedicated API key is impractical.

## Known failure modes

- 402 Payment Required if USDC balance is insufficient
- 404 if the CircleCI project slug or resource ID does not exist
- 401/403 if the proxied request is rejected by CircleCI due to missing or invalid credentials configured on the gateway
- 500 if CircleCI is experiencing downtime or the gateway proxy fails
- Invalid path template resulting in a routing error

## How this service works

API Gateway: CircleCI API

## Output

Returns the raw CircleCI API JSON response for the requested path, including pipeline status, workflow details, job information, logs, or artifacts depending on the specific CircleCI endpoint called.

## More

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