# AI Rook — Company Profile Lookup

> AI Rook — Company Profile Lookup is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Retrieves a structured company profile for AI Rook, the agent commerce platform, including its API catalog, capabilities, fees, and on-chain reputation details.

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/company-profile
- Price: $0.05/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-company-profile-lookup-6b696a61
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3rVbDhhdvzQiI7twPFt3o

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-company-profile-lookup-6b696a61
```

Example prompt: Can you pull up the company profile for AI Rook — I want to know what APIs they offer, how their pricing works, and whether they support USDC payments on Base?

## When to prefer this

Use this endpoint when an agent needs to discover or verify the full capabilities, pricing, and reputation of the AI Rook platform before calling any of its specialized APIs. Prefer this over individual sibling endpoints when you need a holistic platform overview rather than a specific data type like BTC signals or IP geolocation.

## Known failure modes

- HTTP 402 if payment is not provided or is insufficient (requires 0.1 USDC on Base via x402)
- HTTP 404 if the endpoint path changes or is unavailable
- Empty or stale profile if the platform catalog has not been updated
- Network timeout if Base mainnet payment settlement is delayed

## 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

A structured profile of the AI Rook platform including its catalog of ~43 pay-per-call APIs, capability categories (trading intelligence, AI inference, web utilities, verification), pricing starting at $0.001/call in USDC on Base mainnet, escrow and reputation mechanism details (ERC-8183 ACP, ERC-8004 ReputationRegistry, Agent ID 59646), and platform-level metadata such as fee structure (2% evaluator fee) and x402 payment protocol support.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "type",
    "method"
   ],
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-company-profile-lookup-6b696a61/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)
