# httpay.xyz API Gateway: Vercel

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

Proxies authenticated GET requests to the Vercel platform API through a pay-per-call x402 micropayment gateway

## Facts

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

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-vercel-30b83fe6 -d '<json body>'
```

Example prompt: Can you fetch my Vercel deployments for the project 'my-nextjs-app' using the Vercel API — I need the latest deployment status and URL?

## When to prefer this

Prefer this endpoint when an AI agent needs to query the Vercel platform API without managing a Vercel API token directly, or when paying per-call via x402 micropayments (USDC) is preferable to maintaining a subscription key. Ideal for ephemeral or low-frequency Vercel API access in autonomous agent workflows.

## Known failure modes

- Invalid or unrecognized Vercel API path returns 404
- Payment not included or insufficient USDC balance returns 402
- Vercel API key at gateway level expired or revoked returns 401 or 403
- Malformed path wildcard causes routing error returning 400
- Vercel rate limits triggered on gateway-side key returning 429
- Network timeout reaching Vercel upstream returns 503

## How this service works

API Gateway: Vercel API

## Output

The raw JSON response from the Vercel platform API for the requested path, such as deployment details, project metadata, domain configuration, or team information — exactly as Vercel would return it, routed through the httpay micropayment gateway.

## More

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