# solopreneur.402box.io HR Manager Agent

> solopreneur.402box.io HR 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 HR advisor that answers questions on people strategy, employee relations, HR policies, performance management, and organizational development

## Facts

- Endpoint: POST https://solopreneur.402box.io/hr_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-db2418df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dzsDJfe-ER2Jt-CxgDMCm

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

Example prompt: I need to write a performance improvement plan for a sales rep at my company — they've been missing quota for three months and I want to address communication issues and set clear 60-day targets before considering termination. Can you help me draft one?

## When to prefer this

Choose this endpoint when you need AI-generated HR guidance, policy drafting, or people strategy advice for a solopreneur or small business context. Prefer this over general LLM calls when you want an HR-specialized agent perspective and are working within the x402 micropayment ecosystem at low per-call cost.

## Known failure modes

- Vague or missing message field results in generic or unhelpful response
- Prompt too long may exceed model context limits
- Network timeout if Gemini Pro API is slow or unavailable
- success: false returned if backend agent call fails
- Jurisdiction-specific legal compliance advice may be incomplete or inaccurate

## How this service works

People strategy, employee relations, culture building, HR policies, performance management, and organizational development

## Output

A natural language response from Gemini Pro containing HR-specific advice, drafted documents, policy recommendations, or strategic guidance tailored to the question asked, returned as a string in the response.data.response field along with a success boolean 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-db2418df/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)
