# SiteSignal Agent Revenue Launch Kit

> SiteSignal Agent Revenue Launch Kit is a paid API for AI agents from phases-prot-shine-royal.trycloudflare.com, paid per call via x402, $3/call, status down (last checked 2026-09-16).

Delivers a base64-encoded ZIP bundle containing x402 checkout, discovery, offer-design, and conversion-tracking templates for monetizing AI agent endpoints.

## Facts

- Endpoint: GET https://phases-prot-shine-royal.trycloudflare.com/x402/agent-revenue-kit
- Price: $3/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sitesignal-agent-revenue-launch-kit-17c0458b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IdbniBMPoj4sDgc_k3ZAw

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 sitesignal-agent-revenue-launch-kit-17c0458b
```

Example prompt: Can you grab me the Agent Revenue Launch Kit from SiteSignal so I can get started with x402 checkout, offer-design, and conversion-tracking templates for my agent endpoints?

## When to prefer this

Choose this endpoint when you need a ready-made, all-in-one starter bundle for monetizing AI agent endpoints via the x402 payment protocol, specifically when you want checkout, discovery, offer-design, and conversion-tracking templates without building from scratch. Prefer this over general documentation or manual template creation when speed of launch is a priority.

## Known failure modes

- Payment not completed or x402 authorization rejected — endpoint returns 402 with payment details
- Cloudflare Tunnel unreachable — 502 or 504 gateway error
- ZIP content malformed or truncated if response is interrupted mid-stream
- Rate limiting from upstream Cloudflare infrastructure returning 429

## How this service works

Purchase the Agent Revenue Launch Kit v1.0 as a small base64-encoded ZIP containing x402 checkout, discovery, offer-design, and conversion-tracking templates.

## Output

A small base64-encoded ZIP archive containing four categories of templates: x402 checkout flows, agent-service discovery pages, offer-design structures, and conversion-tracking snippets — ready to unzip and adapt for a paid AI agent endpoint.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sitesignal-agent-revenue-launch-kit-17c0458b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from phases-prot-shine-royal.trycloudflare.com](https://www.zero.xyz/host/phases-prot-shine-royal.trycloudflare.com/llms.txt)
