# AutoWorker UK Company Snapshot

> AutoWorker UK Company Snapshot is a paid API for AI agents from autoworker.stebilly6.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Returns a risk-level assessment and status snapshot for a UK-registered company by company number, paid via x402 micropayment protocol.

## Facts

- Endpoint: GET https://autoworker.stebilly6.workers.dev/services/uk-company-snapshot
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/autoworker-uk-company-snapshot-e60a34e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MPscVWOiClwzYNFgADZ3m

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-uk-company-snapshot-e60a34e7
```

Example prompt: Can you pull a quick risk and status snapshot for UK company number 07215915 — I need to know if it's active and what risk level it carries?

## When to prefer this

Choose this endpoint when you need a fast, low-cost ($0.05 USDC) programmatic check on a UK company's active status and risk classification without signing up for an API key. Ideal for AI agents performing automated due diligence, compliance checks, or supplier vetting at scale using x402 micropayments. Prefer this over full Companies House API integrations when only status and risk level are needed and keyless operation is required.

## Known failure modes

- Invalid or non-existent company number returns an error or ok:false
- Payment failure via x402 protocol results in 402 response and no data returned
- Companies House data unavailable or rate-limited causes upstream errors
- Malformed company number format may return a validation error

## 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

Returns a JSON object with ok:true on success, containing a company object with fields: company_number (string), company_status (e.g. 'active'), and risk_level (e.g. 'low', 'medium', 'high'). No API key required — payment is handled via x402 v2 protocol at $0.05 USDC per call.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "company": {
   "risk_level": "low",
   "company_number": "00000006",
   "company_status": "active"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autoworker-uk-company-snapshot-e60a34e7/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)
