# JarvisClaw AI API Gateway (Marketplace Endpoint #795)

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

Routes AI API calls through a smart gateway with pay-per-call billing via x402, settling in USDC on Base or Solana, with OpenAI-compatible interface.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/795
- Price: $0.0115/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-marketplace-endpoint-795-37659db8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C_rCRv_YWLqKMtg98kvk0

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-marketplace-endpoint-795-37659db8
```

Example prompt: Use the JarvisClaw marketplace gateway to send this query: 'What are the top 3 benefits of decentralized AI infrastructure?' and return the AI-generated response — it'll pay per call in USDC automatically.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference with transparent, per-call micropayment billing in USDC rather than a subscription model. Ideal for crypto-native agents, cost-controlled AI workflows, or scenarios where you want on-chain settlement on Base or Solana. Prefer this over traditional OpenAI or Anthropic direct APIs when your agent operates in a Web3 environment or needs granular per-call cost accounting.

## Known failure modes

- Insufficient USDC balance causes x402 payment failure and request rejection
- Vague or malformed query string results in poor or empty AI response
- Gateway routing failure if no suitable downstream model is available
- Rate limiting or quota exceeded on the marketplace endpoint
- Network or blockchain settlement delays causing timeout on payment confirmation

## 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 to the submitted query, routed through JarvisClaw's smart gateway. The response is OpenAI-compatible and may include completion text, model metadata, and routing information. Payment is automatically deducted per call in USDC on Base or Solana via x402.

## 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-marketplace-endpoint-795-37659db8/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)
