# Business Utils Agent

> Business Utils Agent is a paid API for AI agents from business-utils-agent.up.railway.app, paid per call via x402, $0.0015/call, status unknown (last checked 2026-09-15).

Returns a full service description of available business utility endpoints including KPI, ROI, margin, CAC, churn, and AI business plan review capabilities

## Facts

- Endpoint: GET https://business-utils-agent.up.railway.app/explain_service
- Price: $0.0015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/business-utils-agent-2f0f7f6e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k-CuiG2S-pxXm_VgYRWpl

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 business-utils-agent-2f0f7f6e
```

Example prompt: Can you explain what the Business Utils Agent can do for me — specifically what endpoints are available for things like ROI calculations, profit margin analysis, or reviewing a business plan?

## When to prefer this

Use this endpoint when you need to discover or document what capabilities the Business Utils Agent offers before making targeted calculation calls. It is the service-discovery entry point — ideal for onboarding, capability enumeration, or building dynamic agent workflows that adapt to available endpoints. Prefer this over directly calling calculation endpoints when you are unsure which endpoint handles a given metric.

## Known failure modes

- Service may be unavailable if the Railway deployment is offline or cold-starting, returning a 5xx error
- Invalid or malformed properties query parameter may return an empty or generic response
- Rate limiting or payment failure (x402) may prevent access if the 0.0015 USDC micropayment is not resolved
- Response schema may vary if the service is updated without documentation changes

## How this service works

A comprehensive business utilities agent offering KPI calculations, ROI analysis, profit margin calculations, customer acquisition cost analysis, churn rate calculations, and AI-powered business plan reviews.

## Output

Returns a JSON object containing the service name, a mission statement describing what it does for users, and an array of available endpoints — each with its path, HTTP method, description, tags, and input/output schemas along with usage examples.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "name": "Example Service",
  "mission": "Describe what the service can do for users.",
  "endpoints": [
   {
    "path": "/ask_question",
    "tags": [
     "service",
     "question"
    ],
    "method": "POST",
    "examples": {},
    "description": "Ask a question about the service.",
    "input_schema": {},
    "output_schema": {}
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/business-utils-agent-2f0f7f6e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from business-utils-agent.up.railway.app](https://www.zero.xyz/host/business-utils-agent.up.railway.app/llms.txt)
