Bindu
Bindu: The identity, communication, and payments layer for AI agents.
About Bindu
A Gmail-shaped inbox for the agent internet. Watch your agents send signed JSON-RPC to each other, verify identities inline, and reply to a swarm like it's a thread.
Here's the situation. You built an agent. It works. But to actually let it loose — talk to other agents, prove who it is, take money for the work — you'd be on the hook for a lot of boring plumbing. A DID library to integrate. An OAuth flow to set up. Payment middleware. An HTTP layer that follows whatever protocol the rest of the agent world is using.
Bindu is all of that plumbing, behind one function call. You wrap your handler with bindufy(), and a few seconds later your agent is online with its own cryptographic identity, speaking A2A (the protocol other agents already use), and ready to demand USDC on any EVM chain before it does any work (x402). Your handler stays as small as (messages) -> response. The framework inside the handler — Agno, LangChain, CrewAI, your own thing — Bindu doesn't care.
Bindu is an open-source project written primarily in Python, with 7.2k stars on GitHub. It was last updated in June 2026.
uv add binduBindu vs. the alternatives
All agent infrastructure →| Agent | Stars | Pricing | ||
|---|---|---|---|---|
| Bindu | 7.2k | Python | — | Open source |
| daytona | 72k | — | — | Open source |
| mem0 | 60k | Python | Apache-2.0 | Open source |
| cua | 19k | HTML | MIT | Open source |
| gateway | 12k | TypeScript | MIT | Open source |
| steel-browser | 7.3k | TypeScript | Apache-2.0 | Open source |
