{
  "$schema": "https://vantaweb.io/.well-known/agent.json",
  "version": "0.1",
  "name": "VantaWeb",
  "legal_name": "VANTAWEB LLC",
  "description": "AI receptionist platform for US service businesses. Voice agent (Anna) answers calls 24/7, qualifies leads, books appointments, and routes emergencies to humans.",
  "url": "https://vantaweb.io",
  "founded": "2024",
  "contact": {
    "sales": "sales@vantaweb.io",
    "support": "support@vantaweb.io"
  },
  "knowledge": {
    "llms_txt": "https://vantaweb.io/llms.txt",
    "llms_full_txt": "https://vantaweb.io/llms-full.txt",
    "sitemap": "https://vantaweb.io/sitemap.xml",
    "rss": "https://vantaweb.io/rss.xml"
  },
  "pricing": {
    "currency": "USD",
    "billing": "monthly, no long-term contract",
    "plans": [
      {
        "name": "Pulse",
        "price_usd_month": 149,
        "summary": "AI website + chatbot + voicemail capture (inbound only)"
      },
      {
        "name": "Surge",
        "price_usd_month": 299,
        "summary": "Live AI voice receptionist, 200 voice minutes/month included"
      },
      {
        "name": "Apex",
        "price_usd_month": 599,
        "summary": "Reasoning-brain AI voice, 400 voice minutes/month, white label, all add-ons"
      }
    ],
    "details_url": "https://vantaweb.io/pricing/"
  },
  "actions": [
    {
      "id": "book_demo",
      "name": "Book a demo / contact sales",
      "type": "ScheduleAction",
      "method": "web_form",
      "url": "https://vantaweb.io/contact/",
      "notes": "Plain-HTML form; no JS required to reach contact options. Demos are request-only."
    },
    {
      "id": "configure_and_subscribe",
      "name": "Configure plans and subscribe",
      "type": "BuyAction",
      "method": "web_flow",
      "url": "https://vantaweb.io/build"
    },
    {
      "id": "estimate_missed_call_cost",
      "name": "Missed-call revenue calculator",
      "type": "Calculator",
      "method": "web_page",
      "url": "https://vantaweb.io/tools/missed-call-calculator/"
    }
  ],
  "policies": {
    "ai_content_use": "Indexing, summarization, and RAG permitted; training/fine-tuning use requires written consent. See llms.txt.",
    "privacy": "https://vantaweb.io/privacy/",
    "terms": "https://vantaweb.io/legal/"
  }
}
