惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
J
Java Code Geeks
博客园 - 【当耐特】
宝玉的分享
宝玉的分享
腾讯CDC
D
DataBreaches.Net
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
V
V2EX
F
Fortinet All Blogs
MyScale Blog
MyScale Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tailwind CSS Blog
Jina AI
Jina AI
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
U
Unit 42
B
Blog
M
MIT News - Artificial intelligence
N
Netflix TechBlog - Medium

Stripe Blog

What Stripe data shows about fraud at AI startups Five monetization trends from global pricing leaders Why global workers are driving demand for stablecoin payouts New currency capabilities for global businesses to cut FX costs Mapping the AI economy Analyzing the evidence that helps businesses win “product not received” disputes Four travel and hospitality trends from HITEC 2026 What Link data tells us about AI spending New ways to turn global demand into revenue The future of agentic commerce is here Stripe Forum Seattle Helping businesses optimize network costs with the Visa Digital Commerce Authentication Program (DCAP) Solo founding is at an all-time high: Top performers have these traits in common Expanding Stripe Radar to protect more of your business Five vertical SaaS insights from Sessions 2026 Everything we announced at Sessions 2026 Giving agents the ability to pay How agents, digital wallets, and trust are rewriting checkout Insights from Shoptalk 2026: How agents are changing retail How Stripe Radar helps prevent free trial abuse Three of the biggest fraud trends from MRC Vegas 2026 Testing the impact of Adaptive Pricing across 1.5M subscription checkout sessions Introducing the Machine Payments Protocol 10 things we learned building for the first generation of agentic commerce Analyzing first-party fraud trends: Account, free trial, and refund abuse Supporting additional payment methods for agentic commerce Can AI agents build real Stripe integrations? We built a benchmark to find out
Stripe Projects adds new agent integrations, more provide...
Rami Banna Product Lead, Stripe Projects · 2026-06-11 · via Stripe Blog

Last week, agent traffic surpassed human traffic on the internet for the first time. Agents browsing webpages account for some of that traffic, but Stripe data points to a more significant reason for this growth: agents building software.

Agent traffic to Stripe’s documentation grew more than 10x in 2025 and now makes up nearly 40% of docs traffic. We’ve also seen exponential growth in new Stripe CLI users over the past year, with 70% of CLI requests for API resources coming from agents.

Blog > Projects > CLI image

Our data shows that agents are now fully capable of independently writing code and integrating with APIs like Stripe’s. And yet, many of the steps adjacent to writing code—such as provisioning infrastructure, managing credentials, setting up accounts, and connecting services together—are still too hard for agents to do on their own. 

We’re expanding Stripe Projects, which lets you provision and manage services from the CLI, to solve this with new agent integrations, additional providers, and new developer controls. 

Here’s what’s new with Projects.

Hermes, Factory Droids, and Warp agents can provision infrastructure directly

Stripe Projects is now available as a skill—a set of structured instructions that give agents the context to act—in Hermes, an open-source, self-improving AI agent from Nous Research. Stripe Projects handles infrastructure provisioning and management, while Hermes carries context across sessions. This means that if you’re building a complex product over days or weeks, your agent is a persistent collaborator—returning to a project the same way a developer would.

Blog > Projects > Hermes

Factory Droids and Warp, model-agnostic coding agents, have also integrated with Projects. Developers can now access the embedded Projects CLI directly in their preferred agent workflows.

Agents can provision and build with 16 new providers

Stripe Projects now connects to 16 new providers for a total of 49 providers. New providers include Metronome, a Stripe product, for usage-based billing, Wix for public-facing storefronts, and ClickHouse for LLM observability. This allows agents to spin up a live AI-powered product, bill users, and monitor model cost, latency, and quality from the first call—without a human clicking through a dashboard.

Developers can access new controls for agents to safely build

Agents provisioning infrastructure need many of the same guardrails as agents making purchases, such as scoped credentials, spend thresholds, and enforced environment boundaries. We’re shipping three updates to give you that control, plus the ability for platforms to natively distribute services for its users.

See multiple providers’ spend in one place. Stripe Projects now gives you a unified view across all providers by current and historical cost per project, so you can understand what a project costs to run. 

Set spend limits per provider. You can now set custom spending caps per service, such as tighter limits on an AI model provider, or higher limits for production hosting and database layer. Per-provider limits let you tailor the guardrails for each service, helping prevent an agent from burning through your entire budget on a single provider. 

Keep builds contained with named environments. You can now create isolated credentials for  development, staging, production, or any custom environment, as well as share resources across environments when you need consistency. Agents default to the development environment, so even if an agent goes off-script, it won’t access or impact your production environment. 

Natively provision services on your platform. With delegated authority and white-labeling support, platforms can now mint scoped credentials and set up infrastructure on your developers’ behalf, so developers can go from writing code to running it without leaving your environment.

What’s next

We’ll continue to expand Projects to cover the full lifecycle of agent-built software, from first provision to ongoing operations and security. We plan to add deeper security primitives for agents that act autonomously and a data layer, so providers can meter and bill for the software agents that build on top of their services.

Learn more about Stripe Projects or, if you’re ready to build, ask your agent to: use Stripe Projects to add a Prisma database.