Cookbook
Cookbook
Copy-paste recipes showing Python, TypeScript, and Swift side-by-side.
Every recipe shows the same working example in all three languages using language tabs.
Recipes
Telegram bot
Send a message via the Telegram Bot API using a Vendo token
Multi-tenant SaaS
Scope API calls to the logged-in user with forRequest
Adding a recipe
Each recipe lives in content/docs/cookbook/ as an MDX file. Use <Tabs items={["Python", "TypeScript", "Swift"]}> for language tabs. Keep the same logical example across all three tabs so readers can compare directly.