# JarvisClaw Search API

> JarvisClaw Search API is a paid API for AI agents from uat.jarvisclaw.ai, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Performs AI-powered web or knowledge search via a pay-per-call gateway, returning search results settled in USDC on Base or Solana.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/search
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-search-api-87ed8657
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u7agILWWzV2Dj3TDLIWK6

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 jarvisclaw-search-api-87ed8657
```

Example prompt: Search JarvisClaw for the latest developments in quantum computing hardware and return the top results.

## When to prefer this

Choose this endpoint when you need a pay-per-call, crypto-native (USDC on Base or Solana) search capability with OpenAI-compatible interface and smart routing. Prefer it when your agent workflow requires micropayment-settled searches without a subscription, or when integrating into a Web3/x402 payment flow.

## Known failure modes

- Payment not settled — 402 response if USDC payment fails or wallet balance is insufficient
- Invalid or missing query field — 400 bad request
- Query too vague or empty string — may return empty results or an error
- Rate limiting or gateway overload — 429 or 503 response
- UAT environment instability — endpoint may be non-production and unreliable

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

Returns a list of search results relevant to the query, likely including titles, snippets, URLs, or AI-synthesized answer text, depending on the gateway's routing to the underlying search provider.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-search-api-87ed8657/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
