# JarvisClaw AI API Gateway - Responses Endpoint

> JarvisClaw AI API Gateway - Responses Endpoint 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 user text input to an AI model via an OpenAI-compatible responses endpoint, billed per-call in USDC on Base or Solana via x402.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/responses
- 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-responses-endpoint-dcc59c98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JHZitthljkkNjQ2CGfIF0

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

Example prompt: Send my prompt 'Summarize the key benefits of renewable energy in 3 bullet points' to the gpt-4o model through JarvisClaw and pay per call in USDC.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference with crypto-native, pay-per-call billing in USDC — especially when avoiding subscription models, building on Base or Solana payment rails, or integrating x402 micropayments into an agent workflow. Prefer it over direct OpenAI when you want decentralized payment settlement or per-call cost control.

## Known failure modes

- Payment failure or insufficient USDC balance resulting in 402 Payment Required
- Invalid or unsupported model ID returning a 400 or routing error
- Empty or malformed input string causing a validation error
- Smart routing failure if no suitable model is available
- Network timeout on inference for large or complex prompts

## 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 text response from the selected or smart-routed model, formatted in an OpenAI-compatible response structure. Each call is billed at $0.045 USDC, settled on Base or Solana via the x402 payment protocol.

## 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-dcc59c98/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)
