---
title: Recipes
summary: Focused walkthroughs for the common FastYoke integration patterns.
order: 8
---

# Recipes

Short, opinionated walkthroughs for patterns you'll reach for
repeatedly. Each recipe is self-contained — copy, adapt, ship.

::section-cards{section="recipes"}
::

## How to use these

- Every recipe references **real** endpoints, table names, and
  field shapes from the current platform. No pseudo-code.
- Code snippets use `curl` or plain fetch so the patterns translate
  to your language of choice. Where a snippet needs a token we
  link back to [Authentication](/docs/auth) rather than re-explaining.
- Deprecated patterns are marked with the standard in-prose
  `<Callout type="deprecated">` — see the
  [Deprecation policy](/docs/deprecation-policy) for the contract.

## Not finding what you need

The fastest way to grow this section is to open an issue with the
integration problem you're solving — recipes get authored from
real use cases, not from an abstract "everything the platform can
do" checklist.
