{
  "name": "agent",
  "domain": "agent.vbot.com",
  "skills": [
    "vbot.activity",
    "vbot.agent-recommendations",
    "vbot.chat-assistant",
    "vbot.configure",
    "vbot.install",
    "vbot.orchestrate-venture",
    "vbot.status",
    "vbot.sweep-status"
  ],
  "a2a_version": "1.0",
  "endpoints": {
    "inbox": "https://agent.vbot.com/api/a2a/inbox",
    "execute": "https://agent.vbot.com/api/execute",
    "health": "https://agent.vbot.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"
  }
}