Agent-readyllms.txtMCP

The Identity-Powered Checkout Layer.
Built for Engineers and AI Agents.

Modular React checkout and headless APIs. Reach 137M+ pre-authenticated shoppers with built-in payments and fraud protection. Structured docs, an MCP server, and agent skills help AI tools integrate without guessing API behavior.

99.99% Uptime
<45ms Auth Latency
PCI-DSS Level 1
Node.jsPythonGocurl
// Configure custom checkout with a secure transaction token
const cart = {
  id: "cart_9a2b8c7d",
  token: "tok_secure_from_backend"
};

const callbacks = {
  onSuccess: async (transaction, callback) => {
    // Send token to your backend to finalize the transaction
    await fetch("/api/capture", {
      method: "POST",
      body: JSON.stringify({ reference: transaction.reference })
    });
    callback();
  },
  onClose: () => console.log("Checkout closed")
};

// Mount modal instantly linked to the 137M+ shopper network
await BoltCheckout.configure(cart, {}, callbacks);
Ready

Powering the World's Best Brands & Retailers

Quickstart

Choose your stack and get Bolt running in minutes.

Explore

Bolt products and the use cases they power.

Integrate

First-class developer experience

Configure checkout visually, sync React components in real time, and orchestrate the flow with headless APIs.

UI configurator

React synced code

export function App() {
  return (
    <BoltCheckout
      theme="dark"
      borderRadius={8}
      accentColor="#006CFF"
      enableOneClick={true}
    />
  );
}

Headless API layer

Orchestration Control

Programmatic control over webhooks, fraud filters, and routing rules.

POST /v1/checkout/sessions
Webhook Callback
{ payload }

Identity-powered checkout.
Available today.