# JarvisClaw Marketplace Compute Sandbox Executor

> JarvisClaw Marketplace Compute Sandbox Executor is a paid API for AI agents from uat.jarvisclaw.ai, paid per call via x402, $0.0022/call, status unknown (last checked 2026-09-15).

Executes AI compute tasks via a smart-routing OpenAI-compatible gateway, billed per call in USDC on Base or Solana using x402 micropayments.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/compute/sandbox/exec
- Price: $0.0022/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-marketplace-compute-sandbox-executor-015c949f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pl4K6GaHQzQSrqS85pQDY

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-marketplace-compute-sandbox-executor-015c949f
```

Example prompt: Use JarvisClaw's sandbox compute endpoint to run this query: 'Summarize the key differences between Base and Solana for stablecoin settlement' — it'll bill per call in USDC.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference billed per-call in USDC without a subscription, especially when operating in a crypto-native or agent payment context using x402. Prefer it for sandbox/UAT testing of JarvisClaw's smart routing, or when you want stablecoin settlement on Base or Solana. Avoid if you need guaranteed production SLAs or if you already have a direct OpenAI API key.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 payment not accepted — results in 402 Payment Required
- Invalid query: empty or malformed query string — may return 400 Bad Request
- Routing failure: no available upstream model satisfies the request — may return 503 or gateway error
- Sandbox environment instability: UAT environment may have higher downtime than production
- Rate limiting: too many calls in a short window — may return 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

Returns an AI-generated text completion or inference result routed through JarvisClaw's smart gateway. Response format is OpenAI-compatible (likely a JSON completion object with a choices array). Each call deducts $0.045 USDC settled 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-marketplace-compute-sandbox-executor-015c949f/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)
