The intelligent infrastructure between prompt and payment

Agents are the web's new traffic. Give them their own Lane.

01[ ]
[ Lane FOR AGENTS ]

Give your agent the ability to pay.

See the execution model

Controls and execution, in one. Issue scoped cards, or embed wallet infrastructure in your own agent, your users sign in through Lane, bring their own card, and the agent finishes the payment for them. We identify user intent and execute on it with perfection.

The intent UI: accepting payments on agentic surfaces

In the conversation

Approve without leaving the thread

The intent renders inline: merchant, total, and budget right where the agent works. One tap and the conversation keeps moving.

In the wallet

Terms before anything moves

Price, merchant, budget headroom, expiry. The user approves exactly what the agent asked for, and the card stays vaulted with Lane.

In the run loop

Approvals agents can read

The same intent as structured terms inside the tool call. CLIs and MCPs collect the approval without breaking the session.

[ BUILT ON CARD RAILS ]

No new wallet. No balances to load. Your user's own card, extended to their agent.

Delayed holds

made hotels work

Stored credentials

made subscriptions work

Tokenization

made Apple Pay work

Intent captureNow

makes agents work

Card authorization has been extended like this before. Each time, a new kind of commerce switched on. Binding it to what your user approved in the agent is the same move, and the card networks are already building for it.

What that means for your integration: liability stays with the bank that already runs disputes, funding stays with your user's own card, and merchants adopt nothing. You add one payment flow. Everything else already exists.

02[ ]
[ Lane FOR MCPS ]
Auth, pricing, and billing for your MCP

Agents create their own accounts. Pricing and billing follow from that.

[ Know your users ]

You can see agents using your MCP. Stop guessing who they are.

Lane
auth
MCP server
every tool call attributed to a tenant
CLI
same account, same memory, no second login
Agent
arrives known, so nothing is re-asked
Website
one identity all the way to checkout

One identity, every surface the agent arrives from

Live sign-in events
Agent signed in with Lane
now

a tenant you own, from the very first call

01 Auth for agents

A tenant, a card on file, and a customer

Point your MCP's auth at Lane. The agent signs its user up mid-session and a tenant lands in your table, with no manual provisioning.

Draft pricing13 tools, 4 priced
web.search$0.05 / call
flows.extract$18–$60, estimate
report.generate% of outcome
audit.runquote

drafts only, publish when ready

02 Pricing for agents

Charge like Uber, not prepaid credits

Lane drafts a price per tool from what that tool does. Flat, metered, estimate, or by outcome, so nobody tops up a wallet mid-job to keep going.

The hold
AUTHORIZEthe brief opens a hold$50.00
EXTENDscope grew to 20 sites$180.00
SETTLEnever more than the hold$173.40

never more than the hold, never a top-up

03 Billing for agents

Holds that grow with the job

Authorize $50, the scope grows, the hold extends to $180, and $173.40 settles. Never more than the hold.

No account needed

03[ ]
[ Lane FOR MERCHANTS ]

Connect your store once and begin selling to agents everywhere.

Learn how to make your store AI shoppable

Lane for Merchants handles everything under the hood, from protocol-compliant feeds to checkout APIs, so you can start selling on any AI platform without writing a single line of code.

Integrations

Link your e-commerce and payment providers

Create a secure, real-time connection to your systems.

Nike Pegasus Premium
Summit White/Black
Enriching
$105, 64 / 70 fields populated
Item ID
8316
Description
Elevate your sneaker…
URL
https://legendarysneakers…
brand
Nike
MPN
LGS-EXT-0457
Price
105 USD
Catalog Sync

Create an AI-ready product feed in minutes

Automatically generate an enriched, protocol-compliant product feed that updates every 15 minutes.

Live platform changes
OpenAI Shopping Specs
Added required field: "availability_status"
3h ago
New token format required
18h ago
Claude Agent Schema
5d ago
Platform Maintenance

Lane maintains your AI platform implementations

Stay compliant and connected to AI platforms without rebuilds. Always shoppable, wherever agents originate.

[ ]

[ KNOW YOUR AGENT ]

Registered agents get approved, not blocked.

Lane registers your agent with the card network as a trusted counterparty and signs its traffic end to end, so it walks through front doors that block everyone else, and authorizations carry exactly what the user approved.

SIGNED
ADMITTED
RECOGNIZED
APPROVED
04[ ]
[ Agentic Commerce ]

Agentic commerce is here.

Shopping has evolved from search to prompts. AI platforms now enable users to discover, compare, and checkout directly within the chat.

AI Agent
i have a date over the weekend and i really need a nice shirt. men's, size L under, $100 please

Here are 3 great picks under $100:

Oxford Oversized…
Oxford Oversized…
$57.00
Broadcloth Shirt
Broadcloth Shirt
$44.00
Textured Knit Pol…
Textured Knit Pol…
$99.00
the broadcloth one
Payment intentLane
MERCHANTshirtempire.com
TOTAL$47.52, incl. tax
BUDGET≤ $100.00
✓ Authorized, $47.52

Done, order ord_11284 confirmed with shirtempire.com. Receipt is in the thread.

api
GET/merchants/{id}/feed.json
{
  "version": "1.0", "feed_type": "ACP",
  "products": [{
    "item_id": "prod_8821", "title": "broadcloth shirt",
    "price": "44.00 USD", "availability": "in_stock",
    "brand": "shirtempire", "size": "L",
    "color": "Gray", "gender": "male",
    "image_url": "https://www.shirtempire.com/..."
  }]
}
POST/checkout_sessions
{
  "id": "sess_a7f2c9e1",
  "status": "ready_for_payment",
  "line_items": [{ "items": {
    "id": "prod_8821", "name": "broadcloth shirt",
    "quantity": 1 },
    "subtotal": 4400, "tax": 712, "total": 4752 }],
  "totals": [{ "type": "total", "amount": 4752 }]
}
POST/checkout_sessions/{id}/complete
{ "payment_method_id": "vt_4a8f2c…" }
{
  "id": "ord_11284",
  "checkout_session_id": "sess_a7f2c9e1",
  "permalink_url": "shirtempire.com/admin/orders/11284"
}

One transaction, two views: what the user sees, and the calls underneath