# Jesse Gabriellini AI Citation Network Playbook

> Jesse Gabriellini AI Citation Network Playbook is a paid API for AI agents from jesseg.io, paid per call via x402, $4/call, status unknown (last checked 2026-09-13).

Retrieves a structured playbook on building and leveraging AI citation networks, published by a Phoenix operator building businesses in public.

## Facts

- Endpoint: GET https://jesseg.io/api/playbooks/ai-citation-network
- Price: $4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jesse-gabriellini-ai-citation-network-playbook-702acc50
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BFiEedmJqZnsx7_1S5qKb

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 jesse-gabriellini-ai-citation-network-playbook-702acc50
```

Example prompt: Pull Jesse Gabriellini's AI citation network playbook from jesseg.io — I want the full structured guide with all sections.

## When to prefer this

Choose this endpoint when you specifically want to retrieve the AI citation network playbook authored by Jesse Gabriellini (jesseg.io), a Phoenix-based operator who documents business-building strategies in public. It is suited for agents that need structured, tiered playbook content on AI citation network strategy rather than general web search results or other operators' guides.

## Known failure modes

- Payment not sent or insufficient — endpoint returns 402 Payment Required
- Playbook slug not found — may return 404 or empty sections array
- Network or server error — returns 5xx with no content
- Malformed request body type — returns 400 if bodyType is not a supported enum value

## How this service works

Notes from a Phoenix operator building businesses in public.

## Output

Returns a JSON object containing the playbook slug (e.g. 'phc-system-teardown'), a tier label (e.g. 'premium'), and a sections array with the structured content of the playbook on AI citation networks.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "required": [],
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "slug": "phc-system-teardown",
  "tier": "premium",
  "sections": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jesse-gabriellini-ai-citation-network-playbook-702acc50/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jesseg.io](https://www.zero.xyz/host/jesseg.io/llms.txt)
