# httpay.xyz Asana API Gateway

> httpay.xyz Asana 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-08).

Proxies requests to the Asana API via an x402 micropayment gateway, enabling agents to call any Asana endpoint for $0.001 USDC per request.

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/asana/%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-6a6aa081
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BTf783TOCR6H0WuoXzbSL

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

Example prompt: Create a new task called 'Review Q3 report' in my Asana project 'Marketing' and assign it to me — use the Asana API gateway to do it for a micropayment.

## When to prefer this

Use this endpoint when an AI agent needs to interact with the Asana project management API without setting up direct API credentials, or when micropayment-based access (x402) is preferred over subscription API keys. Ideal for agentic workflows that need ad-hoc Asana access.

## Known failure modes

- Invalid Asana API path returns 404 from upstream Asana
- Missing or invalid Asana auth token causes 401 from Asana
- Malformed request body causes 400 from Asana
- x402 payment failure if insufficient USDC balance
- Rate limiting by Asana upstream returns 429

## How this service works

API Gateway: Asana API

## Output

The raw JSON response from the Asana API for the requested path and method, including task objects, project listings, user records, or any other Asana resource depending on the path called.

## More

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