Skip to content

Recipes

1 min readLast updated Jun 13, 2026

Focused patterns for common integration tasks. Each recipe is deliberately small: one job, the key API surface, and the implementation notes that matter when wiring a real system.

Reach for a recipe when you want a working pattern for a specific task. If you need the complete endpoint list, request and response schemas, or error formats, use the REST API reference instead. If you are designing a larger integration, start with Scenarios to map the workflow before choosing individual recipes.