cimplify

Docs

Build storefronts, embed checkout, and let agents transact — on Cimplify. The SDK, hosted checkout, and UCP all share one backend and one data model.

Build with Cimplify

Whether you're shipping a full storefront, embedding checkout in an existing site, or building an agent that transacts on behalf of a customer — there's a path for it. Same backend, same data model, three surfaces.

Accelerate with the Cimplify CLI

curl -fsSL https://cimplify.io/install | sh   # one-time, ~5 seconds
cimplify init my-store --template retail       # scaffold a Next.js storefront
cd my-store && bun dev                         # mock API on :8787 + Next on :3000

A single native binary handles scaffolding, dev, env vars, deploys, custom domains, and self-update. The TL;DR page walks the ten commands from empty shell to live production domain; the full CLI reference covers every subcommand, JSON envelopes for agents and CI, and exit codes.

Reference

Tools

Environments

EnvironmentPublic keySecret keyDescription
Livepk_live_sk_live_Real data and real payments
Testpk_test_sk_test_Isolated sandbox, no real charges

Test mode uses a completely isolated sandbox business. Create your keys at app.cimplify.io/settings/developer.

For agents

This site is built for both human readers and AI agents.

  • Every doc URL has a Markdown twin: /llms/<path>.mdx, e.g. /docs/sdk/cart maps to /llms/docs/sdk/cart.mdx.
  • A section index lives at /llms.txt. Full content concatenated at /llms-full.txt.
  • Heading IDs are server-rendered, so anchor links work in raw HTML fetches.
  • robots.txt explicitly allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, CCBot.
  • Every scaffolded storefront ships /.well-known/ucp so UCP-aware agents can discover the business automatically.

On this page