Field note

The broker pattern is older than the agentic-commerce headline

Stripe Shared Payment Tokens are the agentic-commerce headline, but anyone who ran a card tokenization rollout in 2014 recognizes the shape in five seconds. A scoped surrogate credential with a thin stable interface in front and brokered complexity behind is not new. Visa Token Service shipped it twelve years ago, and the architects who see the pattern early build the right systems instead of rebuilding every eighteen months.

Jun 1, 2026 · Navin Agrawal · Architecture · 2 min read

The broker pattern is older than the agentic-commerce headline

Visual brief

Visual brief

The broker pattern is older than the agentic-commerce headline

As of June 2026

Stripe Shared Payment Tokens are the agentic-commerce headline. Anyone who designed a card tokenization rollout in 2014 saw the pattern in five seconds. It is a broker sitting between a fragile credential and a stable interface, and payments has been building it for twelve years.

A Shared Payment Token is a scoped surrogate credential. The buyer authorizes once, the agent receives a token, and Stripe brokers fraud, authorization, and spend caps down to the real rails. New label, old shape.

Shared Payment Tokens

Scoped token

authorize once, the agent gets a token, and Stripe brokers fraud, auth, and spend caps to the real rails.

Visa Token Service

2014

the same shape twelve years earlier - tokenized PAN out front, real account number locked behind the network.

Tokens issued

10 billion+

Visa alone has issued more than 10 billion network tokens since 2014 (Visa, 2024).

The pattern, stated plainly

Visa Token Service launched this exact mechanic in 2014: a tokenized PAN at the front, the real account number locked behind the network, and scoped tokens the consumer can revoke. Visa alone has issued more than ten billion of those tokens since. The shape is a thin stable interface at the front, brokered complexity behind it, and credentials the user can scope and kill. That is what an SPT is, one layer up.

Same shape, different layer

I recently open-sourced mcp-broker, which is the same pattern applied to AI tooling rather than payments. Four tool names sit at the front, every upstream MCP server is brokered behind them, and the agent never sees a raw schema until it asks for one. The credential being protected is different. The architecture is identical.

The broker pattern is older than the agentic-commerce headline (as of June 2026): Stripe Shared Payment Tokens are a scoped surrogate credential where the buyer authorizes once, the agent gets a token, and Stripe brokers fraud, auth, and spend caps to the real rails; Visa Token Service shipped the same shape in 2014 with a tokenized PAN out front and the real account number locked behind the network; Visa alone has issued more than 10 billion network tokens since 2014; and the pattern is a thin stable interface in front, brokered complexity behind, and credentials the user can scope and kill.
A scoped token in front of a fragile credential. Payments shipped it in 2014. Agentic commerce is rediscovering it.
Every new primitive in AI agent commerce is going to look like a payments primitive. Payments has been brokering credentials longer than any other domain has had to.

Was this useful?

Choose once.

Related Posts

View All Posts »
Consumer auth patterns fail the bank exam

Consumer auth patterns fail the bank exam

Authentication that works for web scraping becomes a compliance problem the moment an AI agent moves real money. Enterprise payment systems need certificate identity, scoped service accounts, and short-lived tokens - the things a banking examiner expects to see.

Tokenized money is a 2025 architecture problem, not a 2030 one

Tokenized money is a 2025 architecture problem, not a 2030 one

The BIS just blueprinted a tokenized unified ledger and JPMorgan put a deposit token on a public chain - in the same week. The hard part for banks was never the blockchain. It is retrofitting core banking to carry programmable money without a big-bang migration.

Cross-platform integration: the patterns that actually hold

Cross-platform integration: the patterns that actually hold

Fiserv, Bottomline, and a core banking system each work fine alone. Wiring them into one payment chain is where projects go to die - and the difference between the ones that survive and the ones that become expensive lessons is a handful of boring resilience patterns.