# Solopreneur Product Manager Agent

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

Provides AI-powered product management consulting including roadmap planning, feature prioritization, user research, requirements gathering, and product strategy

## Facts

- Endpoint: POST https://solopreneur.402box.io/product_manager
- Price: $0.04/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-3256c932
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PPe0EEdHjI8PlZPiFAqp5

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-3256c932 -d '<json body>'
```

Example prompt: I'm building a B2B project management SaaS and need help prioritizing my Q3 feature backlog — I have about 15 features and need a framework for deciding what to build first based on customer impact and dev effort.

## When to prefer this

Choose this endpoint when you need conversational, AI-generated product management guidance on-demand without a dedicated product manager — especially useful for solopreneurs, early-stage startups, or anyone needing quick product strategy input. Best for open-ended product questions rather than deterministic data lookups.

## Known failure modes

- Empty or vague message input returns generic or unhelpful response
- Gemini Pro API downtime causes failure with success:false
- Malformed JSON request body returns 400 error
- Payment of 0.04 USDC not included or rejected causes 402 Payment Required
- Overly complex multi-part queries may yield incomplete or unfocused advice

## How this service works

Product roadmap, feature prioritization, user research, requirements gathering, and product strategy for successful products

## Output

Returns a natural language response from Gemini Pro containing product management advice, frameworks, prioritization guidance, roadmap suggestions, or requirements documentation tailored to the query, along with success status and 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-3256c932/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)
