
Hermes Agent is an open-source autonomous AI agent built by Nous Research, and it just got a wallet. In partnership with Stripe, Nous Research has shipped three new official payment skills that let Hermes spend real money, autonomously, on the open web. The announcement crossed 370,000 views in under 24 hours , and the reason is obvious: this is one of the first times a widely-used open-source agent framework has wired up production-grade payment infrastructure with configurable safety controls baked in from the start.
The missing piece in every agent stack
Hermes agents can code, learn, remember, and run 24/7 , but until now, they could not participate in economic activity. Every payment, every invoice, every marketplace interaction required a human to step in. That friction is not just annoying. It is architecturally limiting. An agent that has to pause and ask you for a credit card is not autonomous , it is a very fancy draft.
AI is evolving from question-and-answer chatbots to autonomous agents that can make comprehensive plans, execute actions, and evaluate outcomes. Stripe believes agents will become an integral part of the internet economy, and they need the ability to transact with businesses and one another. However, the tools of the current financial system were built for humans, so agents struggle to use them. The Hermes-Stripe integration is a direct answer to that gap.
Three skills, three new capabilities
The payment suite ships as three separate installable skills under the official/payments/ namespace. You opt in to each one explicitly:
- stripe-link-cli , lets the agent buy things on the open web, the same way a human would click through a checkout flow. Think domain registrations, SaaS subscriptions, or any product available via Stripe Link.
- mpp-agent , lets the agent pay for APIs that charge per call, using Stripe's Machine Payments Protocol (MPP). The agent keeps working without stopping to ask you for credentials.
- stripe-projects , lets the agent provision its own SaaS products and infrastructure, billing included, without a human clicking through a dashboard.
Don't miss what's next in AI
Join 300,000+ engineers and researchers who get the signal, not the noise.
- Full access to in-depth AI research breakdowns
- Be the first to know what's trending before it hits mainstream
- Daily curated papers, repos, and industry moves

