







CHAPTER 1
Production Grade RAG
Core concepts:
Secure, seamless data access — Enable users to connect their third-party data sources safely (OAuth, permissions, sync).
Permissions-aware retrieval — Enforce each source’s access controls throughout the RAG pipeline.
Fresh, reliable data — Keep indexed content continuously updated so responses stay accurate and production-ready.
CHAPTER 2
Permissions and Access Control for RAG
Core concepts:
Why RAG permissions gets complicated
Walk through different permissions protocols
Implementing a product-ready permissions protocol


CHAPTER 3.1
Optimize and Scale AI Agent Tool Calling
Core concepts:
What it means to be “good” at tool calling
How to improve tool calling
Why agents struggle with tools at scale
How to implement tools at scale
CHAPTER 3.2
Build a Workflow Builder with AI Actions
Core concepts:
Creating a UI for workflow builder
Building workflow execution
Adding integration triggers and actions
Adding self-service debugging







