# Jesse Gabriellini PHC System Teardown Playbook

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

Retrieves a premium playbook on the PHC system teardown, authored by a Phoenix-based operator building businesses in public.

## Facts

- Endpoint: GET https://jesseg.io/api/playbooks/phc-system-teardown
- Price: $4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jesse-gabriellini-phc-system-teardown-playbook-c56ae46d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GMBjJGPgPNIzo575HAjTl

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-phc-system-teardown-playbook-c56ae46d
```

Example prompt: Can you pull up Jesse Gabriellini's PHC system teardown playbook from jesseg.io so I can read through the full premium content?

## When to prefer this

Use this endpoint when you specifically need the PHC system teardown playbook content from Jesse Gabriellini's jesseg.io site. This is a niche, premium operator knowledge resource best suited for agents or users interested in Phoenix-based business operator strategies and teardown frameworks rather than generic business content.

## Known failure modes

- Payment not provided — endpoint returns 402 Payment Required if $4 USDC is not supplied via x402 protocol
- Invalid or malformed GET request returns 400 Bad Request
- Playbook slug not found returns 404 Not Found
- Server error returns 500 with no content
- Empty sections array returned if playbook has no published content yet

## How this service works

Notes from a Phoenix operator building businesses in public.

## Output

Returns a JSON object containing the playbook slug ('phc-system-teardown'), its tier ('premium'), and an array of sections making up the full playbook content.

## 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-phc-system-teardown-playbook-c56ae46d/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)
