# Customer Success Manager Agent

> Customer Success Manager Agent is a paid API for AI agents from solopreneur.402box.io, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).

AI-powered customer success management covering onboarding, retention strategies, health monitoring, and expansion opportunity identification

## Facts

- Endpoint: POST https://solopreneur.402box.io/customer_success_manager
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solopreneur-402box-io-6d0a7ea3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FqYEKKP9laVIvWXSSaBeI

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 solopreneur-402box-io-6d0a7ea3 -d '<json body>'
```

Example prompt: I just landed a new mid-market SaaS customer and need a structured 90-day onboarding plan that includes health check milestones and early warning signs of churn risk — can you put that together for me?

## When to prefer this

Choose this endpoint when you need expert-level customer success guidance — onboarding frameworks, churn prevention, health scoring, or expansion strategy — especially for SaaS or subscription businesses. Prefer this over generic business advice agents when the focus is specifically on post-sale customer lifecycle management and relationship health.

## Known failure modes

- Empty or vague message input returns a generic or unhelpful response
- Payment failure (402) if USDC balance is insufficient
- Overly broad query may yield surface-level advice without actionable specifics
- Network timeout if Gemini Pro inference takes too long
- success:false returned with no response data if the backend agent errors

## How this service works

Customer onboarding, retention strategies, health monitoring, expansion opportunities, and customer relationship management

## Output

A detailed text response from Gemini Pro containing customer success strategies, onboarding plans, health monitoring frameworks, expansion playbooks, or retention advice tailored to the query, along with the agent name, success status, and ISO 8601 timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string",
   "description": "Your prompt/query for the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "properties": {
    "response": {
     "type": "string",
     "description": "Agent response from Gemini Pro"
    }
   }
  },
  "agent": {
   "type": "string",
   "description": "Agent name"
  },
  "success": {
   "type": "boolean",
   "description": "Whether the request was successful"
  },
  "timestamp": {
   "type": "string",
   "description": "ISO 8601 timestamp"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solopreneur-402box-io-6d0a7ea3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from solopreneur.402box.io](https://www.zero.xyz/host/solopreneur.402box.io/llms.txt)
