{"name":"company-dossier","description":"Builds a company research dossier in one call: firmographic profile, domain intelligence, WHOIS registration, TLS, and tech stack. Composite: one call runs company-enrich + domain-enrich + whois + ssl-cert-info + tech-stack-detect in parallel and merges them into {profile, domain, registration, security, tech_stack}. Accepts a domain or a bare company name (name inputs are resolved via a best-guess domain probe; unresolvable names return the profile only with the rest marked skipped). Public-data only; no private enrichment databases. Use it as a company background lookup or account research for sales and B2B agents.","price":"$0.05","method":"POST","input_schema":{"properties":{"company_or_domain":{"type":"string","description":"Company name or domain, e.g. 'stripe.com' or 'Stripe'. Inputs with a dot are treated as domains. Max 253 chars."},"include":{"type":"array","items":{"type":"string"},"description":"Optional sections to return: any of 'profile', 'domain', 'registration', 'security', 'tech_stack'. Default all."}},"required":["company_or_domain"]},"input_example":{"company_or_domain":"example.com"},"output_example":{"input":"example.com","resolved_domain":"example.com","domain_source":"input","profile":{"domain":"example.com","company":"Example","mx_records":["mail.example.com"]},"domain":{"domain":"example.com","company":"Example"},"registration":{"registered_date":"1995-08-14T04:00:00Z","age_days":11223,"registrar":{"name":"IANA"}},"security":{"issuer_common_name":"DigiCert TLS RSA CA","days_until_expiry":60},"tech_stack":{"detection_count":2,"detections":[{"name":"Cloudflare","category":"cdn"}]},"composed_of":["company-enrich","domain-enrich","whois","ssl-cert-info","tech-stack-detect"],"components":[{"name":"company-enrich","ok":true,"ms":640},{"name":"whois","ok":true,"ms":812}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}