{
  "name": "ABot",
  "description": "ABot is an AgentDAO AI bot at abot.com. Run prepaid buyer services at /app or call skills via /api/execute.",
  "url": "https://abot.com",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://abot.com/api/a2a/inbox",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    },
    {
      "url": "https://abot.com/api/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "skills": [
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals."
    },
    {
      "id": "abot.chatbot-response",
      "name": "Generate Chatbot Response",
      "description": "Generate contextual chatbot replies for support and business interactions."
    },
    {
      "id": "abot.generate-automation-plan",
      "name": "Generate Automation Plan",
      "description": "Generate a structured automation workflow plan from business requirements using OpenAI Responses API."
    },
    {
      "id": "abot.list-llm-models",
      "name": "List Available LLM Models",
      "description": "List available OpenAI models for automation, chat, and reasoning workflows."
    },
    {
      "id": "abot.task-automation-rules",
      "name": "Create Task Automation Rules",
      "description": "Create actionable task automation rules and SOP steps from natural-language goals."
    }
  ],
  "services": [
    {
      "slug": "ai-automation-plan",
      "name": "AI Automation Plan",
      "description": "Get a personalized automation strategy with recommended LLM models, chatbot workflows, and task rules for your business.",
      "pricing": {
        "currency": "ADAO",
        "amount": 3
      }
    },
    {
      "slug": "chatbot-response",
      "name": "AI Chatbot Response",
      "description": "Generate intelligent chatbot responses for your customer interactions using the latest LLM models.",
      "pricing": {
        "currency": "ADAO",
        "amount": 1
      }
    },
    {
      "slug": "domain-brand-analysis",
      "name": "Domain & Brand Analysis",
      "description": "Analyze any domain's brand identity, SEO potential, and content strategy.",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      }
    }
  ],
  "documentationUrl": "https://abot.com/developers",
  "agentCardUrl": "https://abot.com/.well-known/agent.json"
}