Recipes
Recipes
Recipes are end-to-end tasks, not feature tours. Pick the task that matches your goal — each recipe walks you from zero to running code.
Available recipes#
Each recipe is task-shaped: it states the goal up front, lists prerequisites, and walks you from zero to running code. Pick one and run it end-to-end before composing.
- Build a childcare agent — /docs/recipes/build-an-agent
- Replace state portal scraping — /docs/recipes/replace-portal-scraping
- Webhook automation — /docs/recipes/webhook-automation
- Python starter — /docs/recipes/python
- TypeScript starter — /docs/recipes/typescript
How to use a recipe#
Recipes assume you have an API key and a working shell. They are designed to be copy-pasted and run unmodified — replace `YOUR_API_KEY` (or rely on `$CRIBSCORE_API_KEY`) and you should see real data on the first call.
What good looks like#
A recipe is done when the code in the page runs, the response shape matches the example, and your agent / pipeline / webhook handler routes the result somewhere useful. Get to that point, then compose.