# gardenpatch Reed — Sales Coach

> gardenpatch Reed — Sales Coach is a paid API for AI agents from gardenpatch.xyz, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

AI sales coach that diagnoses sales problems, runs pricing and offer arithmetic, and delivers concrete outbound strategies and typed sales deliverables.

## Facts

- Endpoint: POST https://gardenpatch.xyz/api/v1/agents/reed/call
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gardenpatch-reed-sales-coach-72b4c7ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eMnBVPxq1nrzydRWJNdKl

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 gardenpatch-reed-sales-coach-72b4c7ab -d '<json body>'
```

Example prompt: I'm running a B2B SaaS selling project management tools at $99/month and my close rate has dropped to under 5% — can you get Reed to diagnose what's broken in my sales process and give me a concrete outbound email sequence and revised pricing recommendation to fix it?

## When to prefer this

Choose Reed when you need sales-specific coaching — closing rates, offer structuring, pricing decisions, or outbound copy — rather than general growth strategy (use Mary) or marketing demand generation (use Iris). Best when you have a concrete sales problem to diagnose rather than a broad business question.

## Known failure modes

- Vague or incomplete problem description may result in generic advice rather than specific diagnosis
- Insufficient context about target customer or market may limit the quality of outbound copy
- Missing pricing or revenue data may prevent accurate arithmetic analysis
- Payment failure over x402 protocol will block the call

## How this service works

Reed — Sales. Sales coach. Offers, pricing, and outbound that actually closes. Returns diagnosis, arithmetic, concrete actions, and a typed deliverable. From $0.08.

## Output

Returns a structured sales coaching response including a diagnosis of the sales or pricing problem, arithmetic breakdowns where relevant, a set of concrete prioritized actions, and a typed deliverable such as an outbound email sequence, revised offer structure, or pricing recommendation.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "POST"
     ]
    },
    "bodyType": {
     "type": "string",
     "enum": [
      "json",
      "form-data",
      "text"
     ]
    },
    "body": {
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "type": "object",
     "properties": {
      "mode": {
       "type": "string",
       "enum": [
        "diagnose_growth",
        "design_offer",
        "rewrite_pricing",
        "handle_objections",
        "write_outbound_sequence",
        "audit_function"
       ]
      },
      "messages": {
       "minItems": 1,
       "maxItems": 40,
       "type": "array",
       "items": {
        "type": "object",
        "properties": {
         "role": {
          "type": "string",
          "enum": [
           "user",
           "assistant"
          ]
         },
         "content": {
          "type": "string",
          "minLength": 1,
          "maxLength": 20000
         }
        },
        "required": [
         "role",
         "content"
        ]
       }
      },
      "context": {
       "type": "object",
       "properties": {
        "company": {
         "type": "object",
         "properties": {
          "name": {
           "type": "string",
           "maxLength": 200
          },
          "what_they_sell": {
           "type": "string",
           "maxLength": 2000
          },
          "stage": {
           "type": "string",
           "enum": [
            "idea",
            "pre_revenue",
            "early_revenue",
            "scaling",
            "mature"
           ]
          },
          "industry": {
           "type": "string",
           "maxLength": 200
          },
          "website": {
           "type": "string",
           "maxLength": 500
          }
         }
        },
        "metrics": {
         "type": "object",
         "properties": {
          "monthly_revenue_usd": {
           "type": "number",
           "minimum": 0
          },
          "mrr_usd": {
           "type": "number",
           "minimum": 0
          },
          "leads_per_month": {
           "type": "number",
           "minimum": 0
          },
          "close_rate_pct": {
           "type": "number",
           "minimum": 0,
           "maximum
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gardenpatch-reed-sales-coach-72b4c7ab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gardenpatch.xyz](https://www.zero.xyz/host/gardenpatch.xyz/llms.txt)
