# Basic Utils Agent

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

Answers natural language questions about calculator, statistics, datetime, and unit conversion tasks via a paid AI utility agent.

## Facts

- Endpoint: POST https://basic-utils-agent.up.railway.app/ask_question
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basic-utils-agent-ec3107b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T4OJOrZPCEMOMp5TS9UKb

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 basic-utils-agent-ec3107b4 -d '<json body>'
```

Example prompt: Can you calculate the standard deviation of the numbers 12, 15, 20, 22, and 30, and also convert 100 miles to kilometers?

## When to prefer this

Choose this endpoint when you need quick, on-demand computation for arithmetic, basic statistics, unit conversions, or date/time calculations without setting up a local library or code execution environment. It is especially useful for AI agents that need to offload numeric reasoning to a reliable utility service in a single natural language call. Prefer alternatives if you need complex symbolic math, real-time data lookups, or batch processing of large datasets.

## Known failure modes

- Ambiguous or malformed question may produce an unclear or incorrect answer
- Questions outside the supported domains (calculator, statistics, datetime, unit conversion) may not be answered accurately
- Payment failure or insufficient USDC balance may block access entirely
- Network timeout on Railway-hosted deployment may return no response
- Unsupported unit types or edge-case mathematical inputs may produce errors

## How this service works

A versatile utility agent offering calculator, statistics, datetime, and unit conversion services.

## Output

A JSON object containing an 'answer' field with the computed or converted result expressed as a natural language or numeric response to the submitted question.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "question": {
   "type": "string",
   "description": "Ask a question before purchasing the service!"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "answer": "I can explain the service and answer pre-purchase questions."
 }
}
```

## More

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