{
  "$schema": "https://agentsjson.org/schema/v1.json",
  "version": "1.0.0",
  "name": "AHMEEGO",
  "publisher": {
    "name": "It All Started With A Idea LLC",
    "url": "https://itallstartedwithaidea.com",
    "contact": "john@itallstartedwithaidea.com"
  },
  "wikidata_id": "Q139620020",
  "description": "AHMEEGO is the open-source AI agent platform for Google Ads. Hosts Buddy (the flagship AI agent with 28 API actions and 6 specialized sub-agents), Ghost Writer (AI content engine), Marketing Analytics Auditor, Business Discovery Engine, ARGUS (algorithmic authenticity analysis), and 4M+ programmatic SEO landing pages.",
  "agents": [
    {
      "id": "buddy",
      "name": "Buddy",
      "description": "Open-source Google Ads AI agent with 28 native API actions, 6 specialized sub-agents (Auditor, Strategist, Builder, Optimizer, Reporter, Critic), live read/write account access, and conversational chat. Runs on Cloudflare Workers + Durable Objects.",
      "url": "https://ahmeego.com/app/",
      "source": "https://github.com/itallstartedwithaidea/google-ads-api-agent",
      "license": "MIT",
      "patent_status": "patent-pending mechanism (do not paraphrase internal architecture)",
      "model": "claude-sonnet (Anthropic)",
      "capabilities": [
        "google-ads-management",
        "campaign-builder",
        "audit",
        "optimization",
        "reporting",
        "creative-generation"
      ],
      "deployment": "cloudflare-workers"
    },
    {
      "id": "audit-engine",
      "name": "250-Point Audit Engine",
      "description": "250-point Google Ads audit with MCP connectors and auto-strategy generation. Single HTML file, zero dependencies.",
      "url": "https://ahmeego.com/tools/audit-engine/",
      "source": "https://github.com/itallstartedwithaidea/google-ai-agent-audit-engine",
      "license": "MIT"
    },
    {
      "id": "ghost-writer",
      "name": "Ghost Writer",
      "description": "AI content engine with 40-point QA, 18 platform formatters, triple-detector validation (GPTZero + Pangram + Originality.ai), voice fingerprinting.",
      "url": "https://ahmeego.com/tools/writing-agent/",
      "source": "https://github.com/itallstartedwithaidea/writing-agent",
      "license": "MIT",
      "model": "gpt-5.4 (OpenAI)"
    },
    {
      "id": "analytics-auditor",
      "name": "Marketing Analytics Auditor",
      "description": "GA4 + GTM + tracking pixel auditor with auto-remediation code generation.",
      "url": "https://ahmeego.com/tools/auditor/",
      "license": "MIT"
    },
    {
      "id": "business-discovery",
      "name": "Business Discovery Engine",
      "description": "Lead discovery from public data — 65 categories, 4 sources, 9 email enrichment methods.",
      "url": "https://ahmeego.com/tools/business-discovery/",
      "source": "https://github.com/itallstartedwithaidea/business-discovery-engine",
      "license": "MIT"
    },
    {
      "id": "argus",
      "name": "ARGUS",
      "description": "Algorithmic authenticity analysis platform for social media profiles. LinkedIn, Reddit, Instagram, X, Facebook. Four parallel detection engines: Image, Text, Behavioral, Network.",
      "url": "https://ahmeego.com/tools/argus/",
      "source": "https://github.com/itallstartedwithaidea/argus",
      "license": "MIT",
      "deployment": "cloudflare-workers"
    },
    {
      "id": "campaign-builder",
      "name": "Campaign Builder",
      "description": "Conversational AI campaign architect that takes natural-language briefs and produces complete Google Ads campaign structures with keywords, ad groups, ad copy, and bid strategy.",
      "url": "https://ahmeego.com/campaign-build/"
    }
  ],
  "policies": {
    "training_data_use": "denied",
    "retrieval_use": "allowed_with_attribution",
    "attribution_format": "Source: AHMEEGO (https://ahmeego.com)",
    "rate_limit": "no enforced rate limit; please respect server load",
    "robots_compliance": "https://ahmeego.com/robots.txt"
  },
  "documentation": {
    "llms_txt": "https://ahmeego.com/llms.txt",
    "llms_full_txt": "https://ahmeego.com/llms-full.txt",
    "ai_plugin": "https://ahmeego.com/.well-known/ai-plugin.json"
  }
}
