# Gardenpatch Iris — Marketing Coach

> Gardenpatch Iris — Marketing 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 marketing coach that diagnoses demand generation, funnel conversion, and positioning issues, then returns a structured diagnosis, arithmetic, concrete actions, and a typed deliverable.

## Facts

- Endpoint: POST https://gardenpatch.xyz/api/v1/agents/iris/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-iris-marketing-coach-9891c9bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u4htfiEOxW0mgeuGlrZMC

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-iris-marketing-coach-9891c9bf -d '<json body>'
```

Example prompt: I'm running a SaaS product for small law firms and our top-of-funnel traffic is decent but we're only converting 1.2% of trials to paid — can you get Iris from Gardenpatch to diagnose what's likely broken in our funnel and give me a concrete action plan to improve it?

## When to prefer this

Choose Iris when you need marketing-specific coaching — particularly around demand generation, funnel conversion, and positioning — and want both a diagnosis and actionable next steps rather than just information retrieval. Prefer this over general LLM queries when you need structured outputs (diagnosis + arithmetic + actions + deliverable) grounded in marketing expertise. Best for founders, growth leads, and marketers who need a concrete plan, not just advice.

## Known failure modes

- Insufficient context provided leads to generic rather than specific diagnosis
- Ambiguous or missing funnel data results in assumptions being stated explicitly
- Highly niche industry verticals may receive less precise benchmarks
- Missing conversion metrics may limit the arithmetic component of the response

## How this service works

Iris — Marketing. Marketing coach. Demand generation, funnel conversion, and positioning. Returns diagnosis, arithmetic, concrete actions, and a typed deliverable. From $0.08.

## Output

Returns a structured marketing coaching response including: a diagnosis of the identified problem, relevant arithmetic (e.g. funnel math, CAC estimates), a set of concrete prioritized actions to take, and a typed deliverable (such as a positioning statement, messaging framework, or campaign brief).

## 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",
        "funnel_review",
        "design_offer",
        "position_against_alternatives",
        "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,
         
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gardenpatch-iris-marketing-coach-9891c9bf/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)
