# AI Rook UUID Generator

> AI Rook UUID Generator is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.0005/call, status unknown (last checked 2026-09-14).

Generates one or more UUIDs on demand via a pay-per-call API using x402/USDC micropayments

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/uuid
- Price: $0.0005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-uuid-generator-2d05954d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zlk_1Tej9yogd0pmVYCp-

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 ai-rook-uuid-generator-2d05954d
```

Example prompt: Can you generate 2 fresh UUIDs for me right now — I need them for some new database records I'm creating?

## When to prefer this

Use this endpoint when you need on-demand UUID generation without installing a library, want micropayment-based pay-per-call billing in USDC on Base, or are already operating within the AI Rook x402 ecosystem and want a consistent utility API alongside trading and AI inference calls. Prefer over local UUID libraries when running in sandboxed environments without crypto libraries available.

## Known failure modes

- Insufficient USDC balance on Base mainnet — payment fails, no UUIDs returned
- Invalid or missing x402 payment header — 402 Payment Required response
- Malformed count parameter — may return default count or error
- Network timeout on Base mainnet payment verification — delayed or failed response

## How this service works

Live crypto trading intelligence for AI agents — real-time BTC signals, CVD, order flow, and active strategy setups, no API keys or signup. 43 pay-per-call endpoints total: trading data, AI inference (MiniMax M2.7 (456B-parameter Mixture-of-Experts)), web utilities, verification, and ERC-8183 ACP escrow with on-chain ERC-8004 reputation attestation (Agent ID 59646). Four payment rails: USDC on Base mainnet (default), USDC on Solana mainnet, HBAR/USDC on Hedera testnet, USDT on BNB Chain testnet. One free trial call per endpoint. Prices from $0.001/call.

## Output

Returns a JSON object containing an array of UUID strings (e.g. '550e8400-e29b-41d4-a716-446655440000'), the UUID type, and the count of UUIDs generated.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ids": [
   "550e8400-e29b-41d4-a716-446655440000",
   "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
  ],
  "type": "uuid",
  "count": 2
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-uuid-generator-2d05954d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.ai-rook.com](https://www.zero.xyz/host/agents.ai-rook.com/llms.txt)
