--- title: Overview subtitle: End-to-end workflow examples for common automation scenarios slug: cookbooks/overview --- Cookbooks are complete, production-ready workflow examples that demonstrate how to use Skyvern Browser Automation agent in real-world use-cases. Each cookbook walks through the workflow step-by-step, explaining design decisions and showing you how to adapt it for your use case. --- ## Available cookbooks Download invoices from vendor portals, parse PDFs to extract amounts, and email a summary with attachments. Search for jobs on any portal, extract listings, generate tailored answers with AI, and submit applications automatically. --- ## Getting your API key All cookbooks require a Skyvern API key. Here's how to get one: Sign up at [app.skyvern.com](https://app.skyvern.com) or log in to your existing account. Click **Settings** in the left sidebar, then copy your **API Keys**. API Keys settings page Set the `SKYVERN_API_KEY` environment variable in your shell or `.env` file. ```bash export SKYVERN_API_KEY="your-api-key" ``` Or add it to your `.env` file: ```bash SKYVERN_API_KEY=your-api-key ``` --- ## Other Resources If you're new to Skyvern workflows, start with these foundational guides: Learn workflow basics: parameters, blocks, and data passing Complete reference for all block types