# Solopreneur Bookkeeper & Accountant Agent

> Solopreneur Bookkeeper & Accountant Agent is a paid API for AI agents from solopreneur.402box.io, paid per call via x402, $0.02/call, status down (last checked 2026-09-14).

AI-powered bookkeeping and accounting assistant that handles reconciliation, financial statements, expense tracking, and accounting best practices for solopreneurs

## Facts

- Endpoint: POST https://solopreneur.402box.io/bookkeeper_accountant
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solopreneur-402box-io-0ae879ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WqASH6F-IPQRQAG_7iX0m

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

Example prompt: I need help reconciling my freelance business accounts for last month — I have a few transactions that don't match my bank statement and I'm not sure how to categorize a $450 software subscription expense. Can you walk me through the reconciliation process and tell me how to handle the categorization?

## When to prefer this

Choose this endpoint when a solopreneur or freelancer needs day-to-day accounting guidance, bookkeeping system setup, expense tracking advice, or help with financial statements — especially when the query is conversational and doesn't require integration with live financial data. Prefer this over the financial modeling sibling endpoint when the need is operational bookkeeping rather than strategic KPI or profitability analysis.

## Known failure modes

- Vague or overly broad message may return generic advice not specific to situation
- Very complex multi-entity tax scenarios may exceed the agent's solopreneur-focused scope
- No structured financial data parsing — agent works from natural language descriptions only
- Network or payment authorization failure returns non-200 response with no data payload

## How this service works

Day-to-day accounting, bookkeeping systems, reconciliation, financial statements, expense tracking, and accounting best practices

## Output

A detailed text response from the Gemini Pro AI agent providing accounting guidance, step-by-step bookkeeping advice, expense categorization recommendations, financial statement explanations, or reconciliation procedures tailored to solopreneur needs. Response includes agent name, success flag, 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-0ae879ae/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)
