{
  "service": "AutoWorker",
  "status": "online",
  "purpose": "Autonomous, x402-paid machine-economy services — deterministic, zero marginal cost, receive-only.",
  "protocol": "x402 v2 (https://x402.org) — exact scheme, USDC on base",
  "services": [
    {
      "id": "uk-company-snapshot",
      "name": "UK Company Snapshot",
      "description": "Fast UK company profile and filing-status snapshot from Companies House.",
      "method": "GET",
      "path": "/services/uk-company-snapshot",
      "tags": [
        "uk",
        "companies-house",
        "due-diligence"
      ],
      "price_usd": "0.05"
    },
    {
      "id": "uk-supplier-risk",
      "name": "UK Supplier Risk Check",
      "description": "Decision-ready UK supplier risk signals from Companies House filings, officers, PSCs and charges.",
      "method": "GET",
      "path": "/services/uk-supplier-risk",
      "tags": [
        "uk",
        "companies-house",
        "supplier-risk",
        "kyb",
        "procurement"
      ],
      "price_usd": "0.20"
    },
    {
      "id": "uk-business-due-diligence",
      "name": "UK Business Due Diligence",
      "description": "Deep UK company due-diligence report with evidence-backed risk factors and filing history.",
      "method": "GET",
      "path": "/services/uk-business-due-diligence",
      "tags": [
        "due-diligence",
        "kyb",
        "vendor-onboarding",
        "company-risk",
        "companies-house"
      ],
      "price_usd": "0.75"
    },
    {
      "id": "text-toolkit",
      "name": "Text & Encoding Toolkit",
      "description": "Fast deterministic text and encoding utilities for automated workflows. Supports: base64_encode, base64_decode, base64url_encode, base64url_decode, hex_encode, hex_decode, url_encode, url_decode, unicode_nfc, unicode_nfkc, trim, collapse_whitespace, to_upper, to_lower, slugify, jwt_decode.",
      "method": "POST",
      "path": "/services/text-toolkit",
      "tags": [
        "text",
        "encoding",
        "utility"
      ],
      "price_usd": "0.002"
    },
    {
      "id": "financial-id-check",
      "name": "Financial ID Checksum Validator",
      "description": "Deterministic VAT, IBAN and card checksum validation.",
      "method": "POST",
      "path": "/services/financial-id-check",
      "tags": [
        "finance",
        "validation",
        "checksum"
      ],
      "price_usd": "0.005"
    },
    {
      "id": "uk-company-verify",
      "name": "UK Company Verify",
      "description": "Instant Companies House verification for onboarding, KYB and supplier workflows. This is the fast, minimal entry-level check, not the full company snapshot.",
      "method": "GET",
      "path": "/services/uk-company-verify",
      "tags": [
        "uk",
        "companies-house",
        "kyb",
        "onboarding",
        "verification"
      ],
      "price_usd": "0.005"
    },
    {
      "id": "uk-company-financial-verify",
      "name": "UK Company & Financial Verify",
      "description": "Verify a UK company plus VAT, IBAN and card checksum data in one paid call. Deterministic checksum/format validation only, not a claim of identity, creditworthiness, solvency or fraud detection.",
      "method": "POST",
      "path": "/services/uk-company-financial-verify",
      "tags": [
        "uk",
        "kyb",
        "onboarding",
        "vat",
        "iban"
      ],
      "price_usd": "0.07"
    }
  ],
  "discovery": {
    "well_known": "https://autoworker.stebilly6.workers.dev/.well-known/x402.json",
    "openapi": "https://autoworker.stebilly6.workers.dev/openapi.json",
    "llms_txt": "https://autoworker.stebilly6.workers.dev/llms.txt"
  },
  "admin": "/admin"
}