Garu

2026-04-09

Phase 1 complete — Agent-first developer surface

sdkclimcp

Today we shipped the core developer surface for Garu: everything an AI agent or human developer needs to integrate Brazilian payments in minutes.

What's new

  • @garuhq/node v0.2.0 — The reference Node.js SDK. charges.list, customers namespace (create/list/get/update/delete), 35 tests.
  • @garuhq/cli v0.1.2 — A single binary installable via curl | bash or npm. login, charges create/get/refund, doctor. SHA256-verified installer, binaries for linux-x64, darwin-arm64, darwin-x64.
  • @garuhq/mcp v0.1.0 — MCP server with 11 tools (6 Charges + 5 Customers), 2 resources, 2 prompts. stdio transport. Dogfoods @garuhq/node.
  • garu-skills — 2 skills (garu-sdk + payment-best-practices), 10 reference files, 26 eval scenarios. Plugin configs for Claude Code, Cursor, and Codex.

All packages are live on npm under the @garuhq scope.

Install / upgrade

npm install @garuhq/node@0.2.0
npm install -g @garuhq/cli@0.1.2
npx @garuhq/mcp@0.1.0