# JarvisClaw AI API Gateway - Responses Endpoint

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

Routes AI inference requests through an OpenAI-compatible gateway with smart model routing, paying per call via x402 in USDC on Base or Solana

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/responses
- Price: $0.003/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-responses-endpoint-86b1d8bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T4GczVzpCLlD3z6X-cdJ9

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-responses-endpoint-86b1d8bf
```

Example prompt: Use JarvisClaw to generate a response to this prompt: 'Summarize the key differences between Base and Solana in 3 bullet points' — route it smartly and pay the $0.01 USDC per-call fee via x402 on Base.

## When to prefer this

Choose JarvisClaw when you need OpenAI-compatible AI inference with pay-per-call crypto micropayments via the x402 protocol, settled in USDC on Base or Solana — ideal for agents or apps that want to avoid subscription billing, need on-chain payment proof, or are building in a Web3/crypto-native environment where stablecoin micropayments are preferred over credit card APIs.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or malformed request body — returns 400 Bad Request
- Unsupported model requested — returns 400 or 404
- Downstream model provider unavailable — returns 503 Service Unavailable
- x402 payment settlement failure on-chain — transaction may be rejected
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

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

## Output

An OpenAI-compatible response object containing the AI-generated text completion, chosen model, token usage, and finish reason, returned after the x402 micropayment of $0.01 USDC is settled on Base or Solana.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "User input"
  },
  "model": {
   "type": "string",
   "description": "Model ID"
  }
 }
}
```

## More

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