# JarvisClaw AI API Gateway

> JarvisClaw AI API Gateway 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).

Routes AI inference requests through a smart OpenAI-compatible gateway, settled pay-per-call in USDC via x402 on Base or Solana

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/messages
- 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-ai-api-gateway-fe68000a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jDBDim45P5JYsypvHYwMi

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-fe68000a
```

Example prompt: Send this message to JarvisClaw's AI gateway and get a response: 'Summarize the key differences between Base and Solana blockchains in 3 bullet points' — paying per call in USDC.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference with pay-per-call USDC micropayments via x402, and want to avoid subscription-based pricing. Ideal for crypto-native agents, cost-conscious developers, or workflows that require on-chain settlement on Base or Solana. Prefer alternatives if you need guaranteed model selection, streaming responses, or high-volume throughput without per-call transaction overhead.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Invalid or missing x402 payment header results in authentication error
- Malformed input string causes 400 bad request
- Gateway routing failure if no backend model is available
- Network timeout on slow or overloaded inference backends
- UAT environment instability may cause intermittent errors

## How this service works

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

## Output

A text completion or AI-generated message response routed through the JarvisClaw gateway, returned in an OpenAI-compatible response format. Each call costs $0.045 USDC settled on Base or Solana via the x402 protocol.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-ai-api-gateway-fe68000a/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)
