# HyperCLI HyperClaw Plan Subscription

> HyperCLI HyperClaw Plan Subscription is a paid API for AI agents from api.hypercli.com, paid per call via x402, $200/call, status unknown (last checked 2026-09-15).

Purchases a HyperClaw API subscription plan, returning an API key with rate limits and an expiry date in exchange for a USDC payment

## Facts

- Endpoint: POST https://api.hypercli.com/agents/x402/10aiu
- Price: $200/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hypercli-hyperclaw-plan-subscription-990dbd06
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_15a_2WqzswXRe-Ss9e3o8

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 hypercli-hyperclaw-plan-subscription-990dbd06 -d '<json body>'
```

Example prompt: Sign me up for a HyperClaw plan on HyperCLI so I can start calling AI models — I want the 1aiu tier and I'm ready to pay in USDC.

## When to prefer this

Use this endpoint when an agent needs to programmatically purchase a HyperCLI API subscription and receive credentials for subsequent AI model calls. Prefer this over manual sign-up when automating onboarding workflows or when paying with USDC via the x402 protocol.

## Known failure modes

- Insufficient USDC balance — payment rejected
- Invalid or unrecognized plan identifier — 400 Bad Request
- x402 payment protocol error — payment not accepted
- Expired or invalid payment authorization — 402 Payment Required
- Server-side provisioning failure — 500 Internal Server Error

## How this service works

HyperClaw plan subscription (variable amount)

## Output

Returns a JSON object containing a new API key (sk-...), the subscribed plan name, the amount paid in USDC, RPM and TPM rate limits, the subscription expiry timestamp, and the duration in days.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "key": "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "plan": "1aiu",
  "paid_usdc": "25.00",
  "rpm_limit": 1000,
  "tpm_limit": 50000,
  "expires_at": "2026-03-13T00:00:00Z",
  "duration_days": 32
 }
}
```

## More

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