# Kit Lite — Instant x402 Spend-Cap Pack

> Kit Lite — Instant x402 Spend-Cap Pack is a paid API for AI agents from kit-lite.randall-75d.workers.dev, paid per call via x402, $15/call, status unknown (last checked 2026-09-14).

Purchases an instant Kit Lite spend-cap pack for 9 USDC via x402 payment protocol on Base, returning a job ticket

## Facts

- Endpoint: GET https://kit-lite.randall-75d.workers.dev/tools/buy_job_ticket
- Price: $15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kit-lite-instant-x402-spend-cap-pack-857a6c56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_okFc93mtKPJUiCpomL6U_

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 kit-lite-instant-x402-spend-cap-pack-857a6c56
```

Example prompt: Buy me a Kit Lite spend-cap pack right now — I want the 9 USDC instant pack on Base via x402, no waiting for a human.

## When to prefer this

Choose this endpoint when you need an instant, fully automated spend-cap pack purchase via x402 on Base with USDC, requiring no human approval step. Ideal for AI agents that need to self-provision job tickets programmatically using crypto micropayments.

## Known failure modes

- Insufficient USDC balance on Base — payment rejected by x402 facilitator
- x402 payment protocol error — network or chain issue on Base
- Invalid HTTP method used (only GET/HEAD/DELETE accepted)
- Worker unavailable or rate-limited — Cloudflare 503 or timeout
- Quote mismatch — price changed between get_quote and buy steps

## How this service works

AgentCash Try — fetch unpaid HTTP 402. Install https://x.ai/bot/pfVY9-E9lYUsPS-eDlXfU. buy_intel_pack $5. Not get_quote.

## Output

Returns a JSON object with an 'ok' boolean and 'product' field confirming 'Kit Lite', indicating the spend-cap pack was successfully purchased and a job ticket issued.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "product": "Kit Lite"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kit-lite-instant-x402-spend-cap-pack-857a6c56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kit-lite.randall-75d.workers.dev](https://www.zero.xyz/host/kit-lite.randall-75d.workers.dev/llms.txt)
