Bolt
AnnouncedOne-click checkout platform adding UCP support to enable AI agents to complete purchases across Bolt-enabled merchants without guest checkout friction.
Bolt has announced plans to support UCP as a participant. No public endpoint is available yet.
Bolt is a one-click checkout platform used by hundreds of direct-to-consumer merchants. It maintains a network of shopper accounts, so returning Bolt users can complete checkout without re-entering shipping and payment details. Bolt is building UCP support to extend this experience to AI agent sessions.
The integration targets a specific friction point in agent commerce: checkout completion for shoppers who have not pre-authorized a specific merchant. Bolt's shopper network means an agent can often find a stored identity match even when the shopper has no existing account with that merchant. A multi-step checkout becomes a single UCP token exchange.
Bolt's UCP implementation focuses on identity linking and payment token exchange. The goal is to make one-click checkout available not just on Bolt's own merchant network, but across any merchant surfaced by a UCP-compatible agent platform.
Why This Matters for UCP
Bolt extends one-click checkout to UCP agent sessions by providing identity matching across its shopper network, reducing checkout friction for agent-initiated purchases.
UCP Capabilities
UCP Endpoint
Announced — Endpoint not yet publicly available
Integration Example
// Bolt UCP identity and checkout (announced)
// Bolt checks its shopper network during UCP identity linking
const identityToken = await ucpClient.identity.link({
merchant_id: 'merch_123',
provider: 'bolt',
scopes: ['checkout', 'payment']
});
// If Bolt finds a matching shopper, checkout completes in one step
const order = await ucpClient.checkout.complete({
cart: cartItems,
identity_token: identityToken
});Category
PlatformsUCP Status
AnnouncedTags
Pricing
paid
Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →
Related Guides
Reviews
★★★★★4.5 (4 reviews)These are illustrative examples to show what reviews will look like. Submit your own experience below.
S. Nakamura
Senior Developer · Mar 1, 2026
Good UCP support. Endpoint is stable and well-documented. The only minor friction was rate limits during initial testing — easy to request an increase.
P. Rodriguez
Commerce Engineer · Jan 22, 2026
The UCP capabilities are complete and work as advertised. Our shopping agent handles product discovery and checkout end-to-end through this platform.
L. Wang
API Developer · Feb 14, 2026
Reliable endpoint. We run automated conformance checks weekly and they pass consistently. The identity linking spec is fully implemented.
D. Müller
Solutions Architect · Feb 20, 2026
We plugged this into our agent framework and had live product discovery working within a day. The platform integration is clean.
46 other tools in Platforms
Is this your tool? Claim this listing
Related Platforms
Shopify
Platforms
The platform powering UCP for millions of merchants.
Leading e-commerce platform with native UCP checkout support for millions of merchants worldwide.
Integrations