# AutoWorker UK Supplier Risk API

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

Returns an automated risk score and evidence-backed risk assessment for a UK company using Companies House public records.

## Facts

- Endpoint: GET https://autoworker.stebilly6.workers.dev/services/uk-supplier-risk
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/autoworker-uk-supplier-risk-api-2072006c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eHnpLGWOJhRKWZKJ0Q20i

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-supplier-risk-api-2072006c
```

Example prompt: Can you run a supplier risk check on UK company number 00445790 and tell me the risk level, score, and any reasons for concern?

## When to prefer this

Choose this endpoint when you need a fast, automated risk indicator for a UK-registered company using public Companies House data, especially when you want a structured score and evidence without setting up API keys or signing up for a service. It is best for procurement screening, supplier onboarding, or lightweight due diligence workflows. It is not a substitute for full KYC, sanctions screening, credit checks, or legal advice.

## Known failure modes

- Invalid or non-existent UK company number returns an error or empty result
- Companies House data may be stale or incomplete for recently incorporated or dissolved entities
- Endpoint only covers UK-registered companies — non-UK entities will not be found
- Network or worker timeout may occur under high load
- Payment failure via x402 protocol will prevent access to the response

## 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 containing: a boolean ok flag, a numeric risk_score (0–100), a risk_level (e.g. LOW/MEDIUM/HIGH), an array of risk_reasons with codes and detail, an array of positive_signals, a recommended_action string, an evidence array citing specific Companies House facts, the company_number, and a legal disclaimer clarifying the automated nature of the assessment.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "evidence": [
   {
    "fact": "company_status",
    "value": "active",
    "source": "company profile"
   }
  ],
  "disclaimer": "This is an automated risk INDICATOR derived solely from UK Companies House public records. It is not legal, credit, investment, sanctions, identity or financial advice, and must not be read as a claim that a company is fraudulent, trustworthy, safe, solvent or creditworthy. Always combine with your own checks and, for material decisions, professional advice.",
  "risk_level": "LOW",
  "risk_score": 15,
  "risk_reasons": [
   {
    "code": "accounts_due_soon",
    "detail": "Accounts due in 20 days",
    "points": 5
   }
  ],
  "company_number": "00000006",
  "positive_signals": [
   {
    "code": "company_active",
    "detail": "Company status is active"
   }
  ],
  "recommended_action": "STANDARD_CHECKS"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autoworker-uk-supplier-risk-api-2072006c/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)
