# Jesse Gabriellini — Grow a Cleaning Business Playbook

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

Returns a structured premium playbook on how to grow a cleaning business, written by a Phoenix operator building businesses in public.

## Facts

- Endpoint: GET https://jesseg.io/api/playbooks/grow-a-cleaning-business
- Price: $8/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-grow-a-cleaning-business-playbook-2b4d6186
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ANAFUY4eAOKR8gniFUAll

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-grow-a-cleaning-business-playbook-2b4d6186
```

Example prompt: Pull up Jesse Gabriellini's premium playbook on how to grow a cleaning business — I want the full guide with all sections.

## When to prefer this

Choose this endpoint when an agent needs actionable, operator-written guidance specifically on growing a cleaning business, particularly content written by someone actively building businesses in public. Best suited when the user wants a structured playbook rather than generic AI-generated advice.

## Known failure modes

- Payment not completed — 402 response requiring $8 USDC payment before content is delivered
- Endpoint returns empty sections array if content is not yet published
- Invalid or malformed request body type may result in 400 error
- Network or server errors returning 500 status

## How this service works

Notes from a Phoenix operator building businesses in public.

## Output

A JSON object containing the playbook slug, tier (e.g. 'premium'), and an array of sections with structured content on growing a cleaning business, written by a Phoenix-based operator.

## 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-grow-a-cleaning-business-playbook-2b4d6186/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)
