> ## Documentation Index
> Fetch the complete documentation index at: https://crevio.co/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Recipes

> End-to-end, copy-pasteable workflows that chain Crevio API calls in the correct order to ship a real outcome.

**Recipes are complete, ordered walkthroughs — not endpoint reference.** Each one strings several calls together in the exact sequence that works, with real payloads and responses, so you can go from nothing to a shipped result.

Reference pages tell you what one endpoint does. Recipes tell you how to combine them. If you've read the [Conventions](/developer/guides/conventions) — unwrapped params, prefixed ids, cents for money, draft-before-active ordering — these put them to work.

<CardGroup cols={1}>
  <Card title="Launch a paid course" icon="graduation-cap" href="/developer/guides/recipe-launch-paid-course">
    Create a draft product, add a fixed-price variant, publish it, and generate a shareable checkout link — in the order that doesn't 422.
  </Card>

  <Card title="Spin up an AI-built website on a custom domain" icon="globe" href="/developer/guides/recipe-ai-website">
    Brief Crevio to build a site from a prompt, poll the build task until it's live, then buy and assign a custom domain.
  </Card>

  <Card title="Run an autonomous outreach agent" icon="robot" href="/developer/guides/recipe-autonomous-outreach">
    Schedule a Task that researches leads on the web and drafts outreach email, with supervised approval before anything sends.
  </Card>
</CardGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Conventions" icon="list-check" href="/developer/guides/conventions">
    The rules every recipe relies on.
  </Card>

  <Card title="API overview" icon="book" href="/developer/guides/api-overview">
    The primitives these recipes combine.
  </Card>
</CardGroup>
