Foundry overview
What Foundry is, key terms, and where to find things in the UI.
Building functions
Reference for creating, testing, and publishing functions.
Integrations
Reference for managing integrations and OAuth providers.
Using functions
Reference for using published functions in workflows and agents.
What’s in this guide
Set up a custom API integration
Walkthrough for connecting a tool that uses a static credential like an API key.
Set up a custom OAuth app
What an OAuth app is, what Foundry needs from one, and walkthroughs for Google Cloud, GitHub, and DocuSign.
Examples
Real things teams build with Foundry, with the prompts they used to generate them.
Tips & troubleshooting
Practices that lead to better functions, plus fixes for the most common issues.
How to use this guide
- Each walkthrough is self-contained. You can jump straight to the OAuth or API setup you need.
- The examples are starting points. Each one shows the prompt to give Foundry and points at the integration shape required, so you can adapt them to your tools.
- Technical reference stays in the main docs. When you need the exact list of
ctx.ravennaoperations, theActionContextshape, or the validation behaviour, this guide will send you there. That way the reference stays correct as Foundry evolves and these guides stay focused on learning.
Ready to start? Begin with Set up a custom API integration, or read the OAuth setup overview before picking a walkthrough.