{
  "name": "TokenEnrich B2B Firmographic Waterfall",
  "version": "2.0.0",
  "author": "TokenEnrich.com",
  "description": "Sub-200ms B2B tech stack, DNS mail routing, active ATS hiring signals, and SOC2 certifications in ~180 tokens for Clay.com tables.",
  "action": {
    "type": "http_request",
    "method": "GET",
    "url": "https://tokenenrich.com/v1/enrich?domain={{domain}}",
    "headers": {
      "Authorization": "Bearer ae_sandbox_trial",
      "Accept": "application/json",
      "User-Agent": "TokenEnrich-Clay-Waterfall/2.0"
    },
    "timeout_ms": 4000
  },
  "output_mapping": {
    "company_name": "response.company_name",
    "category": "response.category",
    "tech_stack": "response.tech_stack",
    "mail_provider": "response.mail_infrastructure.provider",
    "has_spf": "response.mail_infrastructure.has_spf",
    "has_dmarc": "response.mail_infrastructure.has_dmarc",
    "is_hiring": "response.hiring.is_hiring",
    "ats_platform": "response.hiring.ats",
    "has_soc2": "response.security.has_soc2",
    "has_trust_center": "response.security.has_trust_center",
    "tech_spend_tier": "response.tech_spend_tier",
    "sales_motion": "response.sales_motion",
    "tokens_consumed": "response.tokens_used"
  },
  "sample_domain": "linear.app",
  "instructions": "1. Import this JSON into your Clay HTTP Enrichment column. 2. Replace 'ae_sandbox_trial' with your live API key from https://tokenenrich.com/dashboard. 3. Map '{{domain}}' to your table's domain column."
}
