{
  "schema_version": "0.1",
  "name": "AcelleMail Public Tools",
  "version": "1.0.0",
  "description": "Public, unauthenticated buyer-journey tools for AcelleMail. The full Acelle host's A2A-compatible customer tools are served by the acelle/ai plugin inside each authenticated customer instance.",
  "vendor": "AcelleMail",
  "vendor_url": "https://acellemail.com",
  "documentation_url": "https://acellemail.com/kb/category/api",
  "skills_manifest_url": "https://acellemail.com/.well-known/agent-skills/index.json",
  "skills": [
    {
      "id": "pricing-lookup",
      "name": "pricing-lookup",
      "description": "Return AcelleMail license tiers (Regular / Extended), CodeCanyon checkout deep-link, and the underlying SMTP cost model.",
      "tags": ["pricing", "buying", "license"]
    },
    {
      "id": "kb-search",
      "name": "kb-search",
      "description": "Search the AcelleMail knowledge base — installation, deliverability, DNS authentication, automation, REST API, integrations, troubleshooting.",
      "tags": ["docs", "search", "knowledge-base"]
    },
    {
      "id": "compare-vs",
      "name": "compare-vs",
      "description": "Look up a side-by-side AcelleMail vs competitor comparison page (mailchimp, sendgrid, brevo, klaviyo, mautic, listmonk).",
      "tags": ["comparison", "competitor"]
    },
    {
      "id": "demo-request",
      "name": "demo-request",
      "description": "Issue an automatic AcelleMail demo account for hands-on evaluation.",
      "tags": ["demo", "trial"]
    }
  ],
  "supportedInterfaces": [
    {
      "type": "http",
      "url": "https://acellemail.com/agent/v1",
      "transport": "rest+json",
      "auth": "none",
      "description": "Read-only JSON endpoints under /agent/v1/* — kb-search, pricing. Rate-limited 60 req/min/IP."
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "tools": true,
    "resources": true
  }
}
