{
  "protocolVersion": "0.3.0",
  "name": "Potarix Enricher",
  "description": "Company-data enrichment API for AI agents. Resolve a company name to its website, find a person's verified work email, recover decision-maker emails by role, turn a LinkedIn URL into an email, scrape a company-wide email roster, or run the full enricher in one call. JSON in, JSON out, one bearer-token header. Pay per lookup at $0.01 per credit, no subscription, 25 free trial credits on signup. Whiffed and repeat lookups are free.",
  "url": "https://api.potarix.com/enricher",
  "preferredTransport": "HTTP+JSON",
  "documentationUrl": "https://enricher.potarix.com/AGENTS.md",
  "authDiscoveryUrl": "https://enricher.potarix.com/.well-known/agent-auth",
  "iconUrl": "https://enricher.potarix.com/potarix-logo.png",
  "version": "1.0.0",
  "provider": {
    "organization": "Potarix Labs",
    "url": "https://potarix.com",
    "description": "Potarix Labs builds focused B2B data products. The parent company, Potarix, is a Y Combinator company that tracks newly formed and newly funded companies for outbound sales teams.",
    "yc": true,
    "contact": "https://enricher.potarix.com/contact"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "securitySchemes": {
    "apiKey": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "ptk_live_",
      "description": "API key issued at signup. Header: Authorization: Bearer ptk_live_... Mint headlessly via POST /auth/signup (new account, 25 free trial credits) or POST /auth/api-keys (existing account), both with { email, password }."
    }
  },
  "security": [{ "apiKey": [] }],
  "skills": [
    {
      "id": "find-website",
      "name": "Find company website",
      "description": "Resolve a company name to its official website URL with a source label and confidence score. Optional context hint disambiguates namesakes. Costs 2 credits.",
      "tags": ["enrichment", "website", "domain"],
      "examples": ["Find the website for Stripe Inc.", "What is the domain of Notion Labs?"]
    },
    {
      "id": "find-email-person",
      "name": "Find a person's work email",
      "description": "Find and verify a single person's work email via a four-provider waterfall (Findymail, AnyMailFinder, Hunter, BetterContact). Input full_name + domain. Costs 25 credits.",
      "tags": ["enrichment", "email", "person"],
      "examples": ["Find Jane Doe's email at stripe.com"]
    },
    {
      "id": "find-email-decision-maker",
      "name": "Find a decision-maker email by role",
      "description": "Recover a decision-maker's name, title, LinkedIn URL, and verified email by role at a company domain. Categories: ceo, sales, operations, buyer, finance, hr, marketing. Costs 25 credits.",
      "tags": ["enrichment", "email", "decision-maker"],
      "examples": ["Find the CEO email at stripe.com", "Get the head of sales contact for notion.so"]
    },
    {
      "id": "find-email-linkedin",
      "name": "LinkedIn URL to email",
      "description": "Turn a LinkedIn profile URL into the person's verified work email plus name and title. Costs 10 credits.",
      "tags": ["enrichment", "email", "linkedin"],
      "examples": ["Get the email for linkedin.com/in/patrickcollison"]
    },
    {
      "id": "find-email-company",
      "name": "Company email roster",
      "description": "Scrape a company-wide email roster from a domain (names, titles, LinkedIn URLs where available, capped at 500). Flat cost of 25 credits regardless of count.",
      "tags": ["enrichment", "email", "company"],
      "examples": ["List known emails at stripe.com"]
    },
    {
      "id": "find-all",
      "name": "Full company enrichment",
      "description": "Run the full enricher in one call: resolve the website, then fan out to scrape company-wide emails and find decision-makers by role. Cost is the sum of the sub-calls that succeed; whiffed sub-calls cost zero.",
      "tags": ["enrichment", "company", "bundle"],
      "examples": ["Enrich everything you can about Stripe Inc."]
    }
  ],
  "additionalInterfaces": [
    { "transport": "REST", "url": "https://api.potarix.com/enricher" }
  ],
  "x-openapi": "https://enricher.potarix.com/openapi.yaml",
  "x-pricing": {
    "model": "pay-per-lookup",
    "unit_usd": 0.01,
    "packs": [
      { "key": "1k", "credits": 1000, "usd": 10 },
      { "key": "5k", "credits": 5000, "usd": 50 },
      { "key": "25k", "credits": 25000, "usd": 250 }
    ],
    "free_trial_credits": 25,
    "credits_expire": false,
    "free_lookups": "Whiffed lookups and repeat lookups of the same input by the same account are free."
  }
}
