{
  "schema_version": "v1",
  "name": "Mako",
  "description": "Mako is a 32B open-source AI agent with native blockchain access, 17 built-in tools, and agentic tool orchestration on Base chain.",
  "auth": {
    "type": "none",
    "note": "Free mode enabled. Optional x-wallet-address header for auth."
  },
  "api": {
    "type": "openai",
    "url": "https://gateway.deepmako.com/v1",
    "endpoints": {
      "chat": "/chat/completions",
      "models": "/models",
      "tools": "/tools",
      "health": "/health"
    }
  },
  "agent_context": "/agents.txt",
  "logo_url": "https://deepmako.com/makoshark.png",
  "contact_email": "hello@deepmako.com",
  "legal_info_url": "https://docs.deepmako.com",
  "links": {
    "website": "https://deepmako.com",
    "docs": "https://docs.deepmako.com",
    "github": "https://github.com/DeepMako/mako",
    "twitter": "https://x.com/MakoOnBase"
  }
}
