Garu

2026-04-13

v0.2.0 — Public beta: the agent-first surface is live

launchdocssitemcp

Phase 2 is complete. Garu now has everything a developer or AI agent needs to discover, understand, and integrate Brazilian payments — from first visit to first charge.

What's new

  • Landing page redesign — luxury theme with Darker Grotesque typography, centered logo, and 16 new routes including /philosophy, /handbook, /pricing, /changelog, and dedicated pages for every AI tool we support.
  • Content negotiation via Caddy — every route has a .md twin. Send Accept: text/markdown or append .md to any URL and get clean markdown back. Agents can now read garu.com.br the same way humans browse it.
  • Discovery endpointsllms.txt at the root, .well-known/mcp.json for MCP server discovery, and .well-known/agent-skills/index.json listing every published skill.
  • 8 per-tool landing pages — Claude Code, Cursor, Codex, Windsurf, Lovable, Replit, Bolt, and v0. Each has a one-click install snippet and example prompts in Portuguese.
  • Mintlify docs expansion — full agent tools section at docs.garu.com.br: MCP Server setup guide, CLI guide, Skills guide, Node.js SDK quickstart, and 8 integration pages with step-by-step setup instructions.
  • CLAUDE.md updates — new rules: QRELEASE shortcut for versioned releases, C-12 changelog discipline, AX-1 agent experience checklist for new endpoints, and O-5..O-8 scope rules for public repos.

Install / upgrade

npm install @garuhq/node@0.2.0
npm install -g @garuhq/cli@0.1.2
{
  "mcpServers": {
    "garu": {
      "command": "npx",
      "args": ["-y", "@garuhq/mcp@0.1.0"],
      "env": { "GARU_API_KEY": "sk_live_..." }
    }
  }
}