# JarvisClaw Sandbox Compute Session Creator

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

Creates a new sandboxed AI compute session via the JarvisClaw marketplace, enabling OpenAI-compatible inference with pay-per-call billing settled in USDC.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/compute/sandbox/create
- Price: $0.0121/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-sandbox-compute-session-creator-4a68b0c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j4BErfHTz-fS453jNBndB

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-sandbox-compute-session-creator-4a68b0c2
```

Example prompt: Create a new AI compute sandbox session on JarvisClaw for me — I want to run a test query through their OpenAI-compatible gateway, billed per call in USDC on Base.

## When to prefer this

Choose this endpoint when you need to provision a sandboxed AI compute environment with OpenAI-compatible inference, want per-call USDC billing without subscription overhead, or are testing AI workflows on Base or Solana payment rails. Prefer this over standard OpenAI direct calls when you need crypto-native billing, smart routing across models, or want sandbox isolation for testing.

## Known failure modes

- Insufficient USDC balance for x402 payment — payment required (402) response
- Invalid or malformed query parameter — 400 Bad Request
- UAT/sandbox environment downtime — 503 Service Unavailable
- Rate limiting on sandbox tier — 429 Too Many Requests
- Authentication failure if API key not provided — 401 Unauthorized

## 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 a sandbox compute session object, likely including a session ID, endpoint details, and session status that can be used to submit subsequent inference queries through the JarvisClaw OpenAI-compatible gateway. Billing is settled per call in USDC on Base or Solana.

## 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-sandbox-compute-session-creator-4a68b0c2/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)
