# JarvisClaw Intent Execute API

> JarvisClaw Intent Execute API 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-15).

Executes a natural language intent through an AI gateway with smart routing, returning AI-generated results with pay-per-call billing settled in USDC.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/intent/execute
- 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-intent-execute-api-37b40e72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XE96F0Ai1g-1wXurZt-FA

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-intent-execute-api-37b40e72
```

Example prompt: Send this intent to JarvisClaw — 'summarize the key risks of investing in emerging market bonds' — and let it auto-route to the best model and pay per call in USDC.

## When to prefer this

Choose this endpoint when you need a pay-per-call, subscription-free AI gateway that is OpenAI-compatible and settles payments on-chain in USDC. It is ideal for agents operating in crypto-native environments, workloads with variable or unpredictable call volumes, or scenarios where you want smart model routing without managing multiple AI provider accounts.

## Known failure modes

- Insufficient USDC balance causes payment failure via x402 protocol
- Malformed or empty intent string returns a 400 validation error
- Gateway routing failure if no suitable model is available
- Network timeout if the routed model is slow to respond
- UAT environment instability causing intermittent 5xx errors

## How this service works

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

## Output

The agent receives an AI-generated text response corresponding to the submitted natural language intent, produced by the model the gateway routes to. The response is OpenAI-compatible in format, and the call is billed at $0.045 USDC settled on Base or Solana.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "intent": {
   "type": "string",
   "description": "Natural language intent"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-intent-execute-api-37b40e72/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)
