# HyperCLI x402 AI Agent

> HyperCLI x402 AI Agent is a paid API for AI agents from api.dev.hypercli.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Provides paid access to the x402 v2 AI agent on HyperCLI, accepting USDC payment on Base (eip155:8453) via the x402 payment protocol.

## Facts

- Endpoint: POST https://api.dev.hypercli.com/agents/x402/1aiu
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-dev-hypercli-com-92a005d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e8yip-YoGpes4AUJQUtpT

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 api-dev-hypercli-com-92a005d8 -d '<json body>'
```

Example prompt: Call the HyperCLI x402 AI agent for me — I want to send it a task and pay the $0.01 USDC fee per call using x402 on Base.

## When to prefer this

Choose this endpoint when you need to invoke the HyperCLI x402 v2 AI agent specifically and are set up to handle x402 micropayment flows using USDC on Base. Ideal for agent-to-agent workflows where per-call billing via crypto is acceptable and the x402 protocol is supported.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Invalid x402 payment header returns authentication error
- Base network congestion causes timeout
- Malformed request payload returns 400 bad request
- Payment on wrong network (not eip155:8453) rejected

## Output

The agent receives a response from the HyperCLI x402 v2 AI agent after the USDC micropayment on Base is processed. The response contains the agent's output for the submitted request.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-dev-hypercli-com-92a005d8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.dev.hypercli.com](https://www.zero.xyz/host/api.dev.hypercli.com/llms.txt)
