# AutoWorker Text Toolkit

> AutoWorker Text Toolkit is a paid API for AI agents from autoworker.stebilly6.workers.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Performs text manipulation and processing operations (e.g. encoding, decoding, transformation) via a pay-per-call API settled with x402 micropayments.

## Facts

- Endpoint: POST https://autoworker.stebilly6.workers.dev/services/text-toolkit
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/autoworker-text-toolkit-68becf38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cKQ2xGqS8WOS2RU0_tYwp

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 autoworker-text-toolkit-68becf38 -d '<json body>'
```

Example prompt: Can you encode the string 'hello world' to base64 using the AutoWorker text toolkit — it pays per call with USDC so no API key needed.

## When to prefer this

Choose this endpoint when you need lightweight, keyless text encoding or transformation operations and want to pay per call via x402 USDC micropayments with no signup. Ideal for autonomous agents that need to encode/decode strings inline without managing API credentials.

## Known failure modes

- Payment not included or insufficient USDC — returns 402 Payment Required
- Invalid or missing text input — returns 400 Bad Request
- Unsupported operation type — returns 400 or error in response body
- x402 payment protocol misconfiguration — payment rejected, no result returned
- Cloudflare Worker timeout or cold-start failure — returns 5xx

## How this service works

Paid data and decision APIs for autonomous agents, priced and settled entirely via the x402 v2 payment protocol (no API keys, no signup).

## Output

A JSON object with an 'ok' boolean indicating success and a 'result' field containing the processed or encoded text output (e.g. a base64 string).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "result": "aGVsbG8="
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autoworker-text-toolkit-68becf38/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from autoworker.stebilly6.workers.dev](https://www.zero.xyz/host/autoworker.stebilly6.workers.dev/llms.txt)
