{
  "name": "abot",
  "domain": "abot.com",
  "skills": [
    "abot.chatbot-response",
    "abot.generate-automation-plan",
    "abot.list-llm-models",
    "abot.task-automation-rules"
  ],
  "a2a_version": "1.0",
  "endpoints": {
    "inbox": "https://abot.com/api/a2a/inbox",
    "execute": "https://abot.com/api/execute",
    "health": "https://abot.com/api/a2a/health"
  },
  "catalog": "https://agentdao.com/catalog",
  "pricing": {
    "currency": "ADAO",
    "apiKeyPrice": 100,
    "pricePerCall": 0.1,
    "pricingModel": "per_call",
    "description": "0.1 ADAO per API call"
  }
}