# JarvisClaw Intent Subscribe API

> JarvisClaw Intent Subscribe API is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Subscribes to or executes a natural language intent, routing it to the appropriate AI API action automatically via smart gateway

## Facts

- Endpoint: GET https://api.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-ad84a86f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e8GXSgykg0Ovftglk1kpM

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-ad84a86f
```

Example prompt: Subscribe me to an intent that automatically routes 'summarize the latest news about AI startups' through JarvisClaw's smart gateway and pays per call with USDC.

## When to prefer this

Choose this endpoint when you want to subscribe to or trigger intent-based AI workflows using natural language, with automatic smart routing to the appropriate model and pay-per-call billing settled in USDC on Base or Solana. It is best suited for agents that need to orchestrate AI actions without hardcoding specific model endpoints.

## Known failure modes

- Invalid or missing intent string returns a 400 Bad Request
- Insufficient USDC balance or failed x402 payment returns a 402 Payment Required
- Intent cannot be mapped to a known action returns a routing error
- Gateway timeout if the downstream AI model is unavailable
- Rate limiting if too many calls are dispatched in a short window

## 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 subscription confirmation or the result of the intent execution, including the routed API response from the underlying AI model selected by the smart gateway. May include subscription ID, status, and any output generated by the dispatched action.

## 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-ad84a86f/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)
