Skip to content

Recipes Overview

Recipes are pre-built, opinionated agent configurations that solve specific workflows. Each recipe bundles:

  • Connectors — which data sources to sync
  • Agent scope — what the agent can see and do
  • Permissions template — who on the team gets access
  • System prompt — how the agent behaves
RecipeWhat it solves
Month-End Close AssistantTracks open items, flags discrepancies, drafts reconciliation notes
Audit Prep AgentGathers evidence, maps controls to docs, flags gaps
Expense Policy EnforcerReviews expenses against policy, flags violations
Contract Renewal TrackerMonitors renewals, surfaces context, drafts summaries
RecipeWhat it solves
Regulatory Change TrackerMonitors regulatory feeds, maps to obligations
Vendor Risk ReviewerCompares vendor questionnaires against requirements
graph LR
R[Recipe] --> C[Connectors configured]
R --> P[Permissions set]
R --> A[Agent deployed]
A --> Q[Ready for questions + actions]
  1. You deploy a recipe from the catalog
  2. Contextful configures the required connectors (prompts OAuth if not connected)
  3. Permissions template applies to your workspace roles
  4. Agent is live — start asking questions or let it run on schedule

Coming in M2. You’ll be able to:

  • Fork an existing recipe and customize scope/prompt
  • Compose multiple recipes into a team workflow
  • Share recipes across workspaces