# Gardenpatch Violet — Customer Service & Retention Coach

> Gardenpatch Violet — Customer Service & Retention 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 coaching agent that diagnoses churn risk and retention problems, then returns a structured analysis with arithmetic, concrete actions, and a typed deliverable for customer success teams.

## Facts

- Endpoint: POST https://gardenpatch.xyz/api/v1/agents/violet/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-violet-customer-service-retention-coach-0868054c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7yjfBFTVJamhRHlGpkbun

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-violet-customer-service-retention-coach-0868054c -d '<json body>'
```

Example prompt: We're seeing about 8% monthly churn on our B2B SaaS product — most customers cite slow support response times and feeling underserved after onboarding. Can Violet diagnose what's driving this and give me a concrete retention action plan with the numbers?

## When to prefer this

Choose Violet when you specifically need to address customer churn, retention strategy, or transforming a support function into a retention lever. Unlike generic AI assistants, Violet is purpose-built for customer success coaching and returns structured deliverables with actual retention arithmetic. Prefer this over Mary (growth strategy) when the problem is keeping customers rather than acquiring them, and over Reed (sales) when the focus is post-sale retention rather than closing new deals.

## Known failure modes

- Insufficient business context provided results in vague or generic diagnosis
- Ambiguous or missing churn metrics may reduce arithmetic accuracy
- Very niche industry context may limit benchmark comparisons
- Request timeout if prompt is extremely long or complex

## How this service works

Violet — Service & retention. Service coach. Churn, retention, and turning support into the reason customers stay. Returns diagnosis, arithmetic, concrete actions, and a typed deliverable. From $0.08.

## Output

Returns a structured coaching output that includes a churn/retention diagnosis identifying root causes, supporting arithmetic (e.g. churn rate calculations, revenue impact), prioritized concrete actions the team can take, and a typed deliverable (such as a retention playbook, process checklist, or communication template) ready to implement.

## 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": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "required": [
      "mode",
      "messages"
     ],
     "properties": {
      "mode": {
       "enum": [
        "diagnose_growth",
        "rescue_churn",
        "plan_onboarding",
        "audit_function"
       ],
       "type": "string"
      },
      "context": {
       "type": "object",
       "properties": {
        "offer": {
         "type": "object",
         "properties": {
          "name": {
           "type": "string",
           "maxLength": 200
          },
          "promise": {
           "type": "string",
           "maxLength": 2000
          },
          "guarantee": {
           "type": "string",
           "maxLength": 1000
          },
          "price_usd": {
           "type": "number",
           "minimum": 0
          }
         }
        },
        "company": {
         "type": "object",
         "properties": {
          "name": {
           "type": "string",
           "maxLength": 200
          },
          "stage": {
           "enum": [
            "idea",
            "pre_revenue",
            "early_revenue",
            "scaling",
            "mature"
           ],
           "type": "string"
          },
          "website": {
           "type": "string",
           "maxLength": 500
          },
          "industry": {
           "type": "string",
           "maxLength": 200
          },
          "what_they_sell": {
           "type": "string",
           "maxLength": 2000
          }
         }
        },
        "metrics": {
         "type": "object",
         "properties": {
          "cac_usd": {
           "type": "number",
           "minimum": 0
          },
          "mrr_usd": {
           "type": "number",
           "minimum": 0
          },
          "close_rate_pct": {
           "type": "number",
           "maximum": 100,
           "minimum": 0
          },
          "leads_per_month": {
           "type": "number",
           "minimum": 0
          },
          "monthly_churn_pct": {
           "type": "number",
           "maximum": 100,
           "minimum": 0
          },
          "traffic_per_month": {
           "type": "number",
       
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gardenpatch-violet-customer-service-retention-coach-0868054c/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)
