{"agentsJson":"0.1.0","info":{"title":"is-real-biz","version":"0.1.0","description":"Verify whether a domain belongs to a real business. Returns verdict (real/likely_real/uncertain/likely_fake/fake), 0-100 score, and signals (WHOIS, SSL, homepage LLM judgment, contacts, social). For KYB, vendor screening, fraud checks, lead qualification, due diligence. 5¢/call, 5 free."},"sources":[{"id":"is-real-biz","path":"https://is-real-biz.is-real-biz.workers.dev/openapi.json"}],"overrides":[],"flows":[{"id":"check_one_domain","title":"Check a single domain","description":"Use this flow whenever the user asks whether a single specific domain is a real business. Steps: (1) ensure auth (Bearer key or x402 X-PAYMENT). (2) GET /check?domain=<domain>. (3) return verdict and reasoning.","actions":[{"id":"check","sourceId":"is-real-biz","operationId":"checkBusiness"}],"links":[],"fields":{"parameters":{"check":{"domain":{"description":"The domain to verify, e.g. \"stripe.com\" (no scheme, no path)"}}}}},{"id":"check_many_domains","title":"Check many domains at once","description":"Use this flow when the user has a list of domains. POST /check/batch with up to 50.","actions":[{"id":"batch","sourceId":"is-real-biz","operationId":"checkBusinessBatch"}],"links":[]},{"id":"signup_then_check","title":"Sign up, then check","description":"For first-time agents without a key: signup (free 5 credits), then check.","actions":[{"id":"signup","sourceId":"is-real-biz","operationId":"signup"},{"id":"check","sourceId":"is-real-biz","operationId":"checkBusiness"}],"links":[{"sourceActionId":"signup","sourceField":"api_key","targetActionId":"check","targetField":"authorization"}]}]}