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

推荐订阅源

WordPress大学
WordPress大学
The Register - Security
The Register - Security
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
GbyAI
GbyAI
Recent Commits to openclaw:main
Recent Commits to openclaw:main
博客园_首页
D
Docker
S
Security @ Cisco Blogs
K
Kaspersky official blog
爱范儿
爱范儿
Simon Willison's Weblog
Simon Willison's Weblog
TaoSecurity Blog
TaoSecurity Blog
V
V2EX
C
CXSECURITY Database RSS Feed - CXSecurity.com
T
Troy Hunt's Blog
Cloudbric
Cloudbric
博客园 - 三生石上(FineUI控件)
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Hacker News
The Hacker News
美团技术团队
S
SegmentFault 最新的问题
L
Lohrmann on Cybersecurity
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
宝玉的分享
宝玉的分享
The Last Watchdog
The Last Watchdog
Y
Y Combinator Blog
M
MIT News - Artificial intelligence
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Martin Fowler
Martin Fowler
Google Online Security Blog
Google Online Security Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
C
Cybersecurity and Infrastructure Security Agency CISA
T
Tor Project blog
Vercel News
Vercel News
The Cloudflare Blog
G
Google Developers Blog
T
Threat Research - Cisco Blogs
AI
AI
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
Scott Helme
Scott Helme
S
Schneier on Security
大猫的无限游戏
大猫的无限游戏
The GitHub Blog
The GitHub Blog
S
Securelist
IT之家
IT之家
Microsoft Azure Blog
Microsoft Azure Blog

Stripe Blog

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 providers, and custom developer controls
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.