# HyperCLI HyperClaw Plan Subscription

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

Purchases a HyperClaw API subscription plan on HyperCLI, returning an API key with rate limits and an expiry date for accessing AI model deployment services

## Facts

- Endpoint: POST https://api.hypercli.com/agents/x402/2aiu
- Price: $40/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-d896548d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uLl7brVPXkUkg9-DaBOLL

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

Example prompt: Sign me up for the HyperClaw plan on HyperCLI so I can start deploying AI models — pay up to $40 USDC and give me back the API key with my rate limits and expiry date.

## When to prefer this

Use this endpoint when you need to programmatically subscribe to a HyperCLI HyperClaw plan and receive API credentials for accessing HyperCLI AI model endpoints such as text-to-image, text-to-video, or GPU job execution. Prefer this over one-off per-call endpoints when you need sustained, rate-limited API access across multiple AI tasks.

## Known failure modes

- Insufficient USDC payment — payment below the required variable amount
- Invalid plan identifier — plan code not recognized
- Payment processing failure via x402 protocol
- Subscription already active — duplicate purchase attempt
- API server unavailable — 500 or timeout response

## How this service works

HyperClaw plan subscription (variable amount)

## Output

A JSON object containing the provisioned API key (sk-...), the plan name (e.g. '1aiu'), the amount paid in USDC, the RPM and TPM rate limits, the plan 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-d896548d/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)
