# JarvisClaw Intent Subscribe API

> JarvisClaw Intent Subscribe 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).

Subscribes to an intent-based AI routing service that matches a natural language intent to the best AI model or API, paid per call via x402 in USDC.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/intent/subscribe
- 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-subscribe-api-fb6d4b59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oZ1O7YBUJ79yA5rDn-biU

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-subscribe-api-fb6d4b59
```

Example prompt: Send this intent to the JarvisClaw smart routing gateway: 'summarize the latest news about climate change' — let it pick the best AI model and settle the $0.045 call in USDC on Base.

## When to prefer this

Choose this endpoint when you want OpenAI-compatible AI responses without committing to a specific model, and prefer pay-per-call micropayment billing settled in USDC on Base or Solana via x402. It is especially useful for agents that need dynamic model selection based on intent, or for developers experimenting with Web3-native AI payment flows in a UAT/staging environment.

## Known failure modes

- Payment failure: insufficient USDC balance causes x402 payment rejection and the call is not processed
- Invalid intent: empty or malformed intent string returns a 400 validation error
- Routing failure: no suitable model found for the given intent returns an error or fallback response
- Network/UAT environment instability: as a UAT endpoint, uptime and reliability may be lower than production
- Unsupported chain: specifying an unsupported settlement chain may cause payment to fail silently

## 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 a response from the AI model selected by JarvisClaw's smart router, returned in an OpenAI-compatible format. The response reflects the best-matched model output for the submitted natural language intent, along with any routing or subscription metadata.

## 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-subscribe-api-fb6d4b59/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)
