# JarvisClaw AI API Gateway

> JarvisClaw AI API Gateway is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.00575/call, status unknown (last checked 2026-09-15).

Routes AI API requests via an OpenAI-compatible marketplace endpoint, paying per call in USDC via x402 protocol on Base or Solana.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/519
- Price: $0.00575/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-ai-api-gateway-0d73240f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vfoZyT6kPZSIs3Z1tQhbz

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-ai-api-gateway-0d73240f
```

Example prompt: Send this prompt to JarvisClaw's AI gateway and get a completion back — it should smart-route to the best available model and charge the per-call fee in USDC: 'Summarize the key differences between transformer and diffusion models in three bullet points.'

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference with on-chain, per-call USDC micropayments — particularly for autonomous agents that need to pay for AI without subscription management. Prefer it over standard OpenAI when your workflow requires crypto-native billing, operates on Base or Solana, or needs smart model routing without locking into a single provider.

## Known failure modes

- Insufficient USDC balance — payment fails, 402 Payment Required returned
- Invalid or malformed query parameter — 400 Bad Request
- Gateway routing failure — no suitable model available
- Blockchain settlement delay or network congestion on Base/Solana
- Rate limiting if too many concurrent requests from same wallet
- Ambiguous or empty query string yields poor or empty AI response

## 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 an AI-generated completion or response from a smart-routed model, formatted in an OpenAI-compatible response structure. The specific model used is selected automatically by the gateway. Payment is deducted per call in USDC on Base or Solana via the x402 protocol.

## Request schema (JSON Schema)

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

## More

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