# Kit Lite — Instant x402 Spend-Cap Pack ($9)

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

Purchases a Kit Lite intelligence/spend-cap pack for 9 USDC via x402 micropayment on Base, delivering an instant digital pack with no human intervention.

## Facts

- Endpoint: GET https://kit-lite.randall-75d.workers.dev/tools/buy_intel_pack
- Price: $5/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-9-2ff959b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yAEwrcWA9Ki_FgK_TOWkm

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-9-2ff959b1
```

Example prompt: Buy me a Kit Lite spend-cap pack right now — pay the 9 USDC on Base using x402, no approval needed.

## When to prefer this

Choose this endpoint when an agent or automated system needs to instantly purchase a Kit Lite spend-cap pack using a cryptocurrency micropayment (9 USDC on Base via x402) with no human approval step. It is ideal for fully automated pipelines that need to top up spend caps or unlock intel packs programmatically. Prefer this over manual or fiat-based purchase flows when operating in a crypto-native, agent-driven environment on the Base network.

## Known failure modes

- Insufficient USDC balance on Base — payment rejected by x402 facilitator
- x402 payment protocol error — 402 status not resolved, pack not issued
- Invalid or missing x402 payment header — request rejected before processing
- Network or Cloudflare Worker timeout — pack status unknown, may need retry
- Double-spend or nonce reuse — transaction rejected to prevent duplicate purchases

## 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 (true on success) and a `product` field confirming 'Kit Lite', indicating the pack was purchased and activated successfully.

## 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-9-2ff959b1/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)
