Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Recipes · Boson Protocol
Skip to content

Recipes

Each recipe is a single MDX page with a complete copy-paste flow. You can lift the whole page into an LLM's context, point it at your stack, and get a working integration.

Recipes pull from agentic-commerce/e2e/boson/tests/complete-marketplace-journeys.test.ts — the canonical end-to-end reference.

Full flows

Common patterns

x402 recipes

Non-code

Migration

Why recipes are separate from Build

Build pages explain a single task ("publish an offer") with stack-tabbed snippets. Recipes combine multiple tasks into a working program. The same content might appear in both, but Build is task-focused didactics and Recipes is copy-paste integration. Pick whichever matches what you're trying to do.