Skip to content

Use Cases

Concrete, end-to-end recipes — not feature lists. Each combines several connectors with the agent loop, scheduled tasks, and channels into a working pattern you can stand up in a day. Both the Web UI and the REST API path are documented step-by-step, with screenshots, curl examples, and worked Rego policies.

Recipe catalog

01 · DevOps
CI/CD intelligence
Builds & deploys become a queryable feed in Slack.
GitHub
Jenkins
Vercel
Slack
Trigger Webhook + cron
Output Slack
Read recipe →
02 · DevOps
Automated code review
Claude Code reviews PRs in a CIAB sandbox.
GitHub
CIAB
PR + Slack
Trigger GitHub PR webhook
Output PR comment + Slack
Read recipe →
03 · SRE
Incident response
Pages get triaged with metrics & cluster context.
Grafana
k8s
AWS
Slack #oncall
Trigger Grafana alert
Output Slack #oncall
Read recipe →
04 · Knowledge
Cited Q&A
Ask the company. Answers cited back to source.
Drive · Docs
Slack
Read.ai
Q&A+ refs
Trigger Chat / cron
Output Cited answers in chat
Read recipe →
05 · GTM
Customer success
CRM + call recap surface churn risk early.
HubSpot
Read.ai
Slack
Slack #cs-leads
Trigger Cron weekly
Output Slack #cs-leads
Read recipe →
06 · Security
Security audit
Quarterly compliance evidence pulled and archived.
AWS
GitHub
Audit log
PDF+ Slack
Trigger Cron quarterly
Output Markdown report + Slack
Read recipe →
07 · Data
Data ops
Schedule queries · spot anomalies · alert on breach.
Postgres
MongoDB
S3
Slack #data
Trigger Cron every 2h
Output Slack (only on anomaly)
Read recipe →
08 · Platform
Platform engineering
Self-service infra ops — deploy, scale, debug from Slack.
k8s
GitHub
Grafana
Slack #platform
Trigger Slack mention
Output Slack thread
Read recipe →
09 · Security
CVE remediation
Auto-patch CVEs across repos with policy-gated PRs.
GitHub
CVE feed
k8s
PR + Slack
Trigger CVE feed + cron daily
Output PR per repo + Slack #security
Read recipe →
10 · Finance
FinOps cost watch
Spot cost spikes · attribute to teams · suggest fixes.
AWS
GCP
k8s
Slack #finops
Trigger Cron daily + spike webhook
Output Slack #finops + weekly digest
Read recipe →
11 · Reporting
Executive reporting
Roll up metrics from N tools into a weekly exec brief.
GitHub
HubSpot
Grafana
PDF+ email
Trigger Cron Monday 06:00
Output PDF + email + Slack
Read recipe →
12 · Platform
Developer self-service
Spin up envs · rotate secrets · restart services from chat.
GitHub
k8s
AWS
Slack thread
Trigger Slack slash command
Output Slack thread + audit log
Read recipe →
13 · SRE
Observability Q&A
Ask the dashboards. Get rendered panels and cited metrics back.
Grafana
k8s
Logs
Chart+ refs
Trigger Chat / Slack mention
Output Slack thread with rendered panels
Read recipe →
14 · Finance
Conversational FP&A
Ask budget, forecast, and scenario questions across ERP, HRIS, spend, and banking — every figure cited.
NetSuite
HiBob
Ramp
Q&A+ scenarios
Trigger Chat / Slack mention
Output Slack / dashboard / PDF scenario export
Read recipe →
15 · Marketing
Marketing content generation
Drop assets + a brief, get scripts, voiceover, and rendered videos. Daily proactive content suggestions from the graph.
Figma
Remotion
ElevenLabs
Video+ scripts
Trigger Chat upload / cron daily
Output MP4 + scripts + social copy
Read recipe →

Adding a new recipe

All recipes are defined in docs/.vitepress/data/recipes.ts. To add one, append an entry to the recipes array and create a matching docs/use-cases/<slug>.md page. The catalog above and the comparison table below render automatically.

At-a-glance comparison

#RecipeDomainConnectorsTriggerOutbound
01CI/CD intelligenceDevOpsGitHub · Jenkins · VercelWebhook + cronSlack
02Automated code reviewDevOpsGitHub · CIAB (Claude Code)GitHub PR webhookPR comment + Slack
03Incident responseSREGrafana · Kubernetes · AWSGrafana alertSlack #oncall
04Cited Q&AKnowledgeGoogle Workspace · Slack · Read.aiChat / cronCited answers in chat
05Customer successGTMHubSpot · Read.ai · SlackCron weeklySlack #cs-leads
06Security auditSecurityAWS · GitHub · Agentcy audit logCron quarterlyMarkdown report + Slack
07Data opsDataSQL · MongoDB · S3Cron every 2hSlack (only on anomaly)
08Platform engineeringPlatformKubernetes · GitHub · GrafanaSlack mentionSlack thread
09CVE remediationSecurityGitHub · NVD/OSV CVE feed · KubernetesCVE feed + cron dailyPR per repo + Slack #security
10FinOps cost watchFinanceAWS Cost Explorer · GCP Billing · KubernetesCron daily + spike webhookSlack #finops + weekly digest
11Executive reportingReportingGitHub · HubSpot · Grafana · StripeCron Monday 06:00PDF + email + Slack
12Developer self-servicePlatformGitHub · Kubernetes · AWS · VaultSlack slash commandSlack thread + audit log
13Observability Q&ASREGrafana · Kubernetes · Loki/PrometheusChat / Slack mentionSlack thread with rendered panels
14Conversational FP&AFinanceNetSuite · HiBob · Ramp · Moss · Procurify · Alta Via · ExcelChat / Slack mentionSlack / dashboard / PDF scenario export
15Marketing content generationMarketingFigma · Remotion · ElevenLabs · Runway · CIABChat upload / cron dailyMP4 + scripts + social copy

What every recipe gives you

A consistent shape so you can scan one and be productive in 30 minutes:

  1. Hero diagram — the flow at a glance, with vendor icons.
  2. At-a-glance — a 3-line summary of what the agent is doing.
  3. Stack — exactly which connectors and features are in play.
  4. What you'll build — narrative of the end-to-end flow.
  5. Prerequisites — tokens, optional features (Workers, Channels), realm setup.
  6. Step-by-step — every step has both Web UI and REST API tabs. Pick your lane.
  7. Worked example — a real Task definition + Rego policy you can copy-paste.
  8. What good looks like — sample chat transcript or task-run output.
  9. Variations — 2–3 ways to bend the recipe to your context.
  10. Troubleshooting — most common failure modes with fixes.
  11. Next steps — where to go for more depth.

Patterns these recipes share

Three patterns appear across all recipes — worth understanding once:

  • Triggers, not polling. Webhooks (GitHub, Grafana, HubSpot, CVE feeds) and crons (Tasks) drive everything. Agentcy doesn't poll your tools.
  • The agent uses the catalog, not a hard-coded tool list. Every recipe relies on the agent calling search_connector_tools to discover the right tool for the moment. See Agent Loop.
  • Memory + suppression for high-frequency alerts. Recipes that fire often (Data Ops, SRE, FinOps) use Memory to track what's already been alerted on so the channel doesn't get noisy.

Coming soon

Recipes we're working on, buildable on the same primitives:

DomainSketchDescription
Sales opsLead enrichmentInbound lead → enrich (Clearbit / People) → score → route to AE in Slack
MarketingCampaign perfWatch funnel anomalies → pull copy from brand-voice docs → suggest revisions
RecruitingHire-loop nominatorNew PR author detected → enrich career graph → suggest team to nominate
FinanceMonth-end closePull Stripe + ledger + AR aging → draft narrative → flag exceptions
CIABCursor / Codex packagingSandbox image with Cursor or Codex CLI baked in (today: only Claude Code)
ProtocolInbound MCP serverExpose Agentcy itself as an MCP server so external agents can call us back

If you want one of these, open an issue or write the first draft and PR it.


Vendor logos

Vendor names and logos are trademarks of their respective owners; used here under fair editorial use to identify integrations.

Built by AgentcyLabs. For in-house deployment or Agentcy Cloud (PaaS) access, visit agentcylabs.com.