CHATBOTS
Blast-Radius Policy Gate for Feature Flag Changes
Intercepts flag-change requests from Slack, enforces a blast-radius policy — small jumps auto-apply, large jumps require a second approver.
How it runs
The automated pipeline, trigger to output.
- TriggerFlag-change request in SlackSlack
- ActionFetch current percentage and traffic tierPostgres
- LogicApply blast-radius policy; route large jumps to second approver
- ActionWrite approved percentage to Vercel Edge ConfigVercel
- OutputLog decision and confirm in SlackPostgres
What it does
Adds policy enforcement to flag changes requested in Slack. The bot reads the requested percentage delta and decides the path: a small, in-policy increase applies immediately, while a jump over your blast-radius threshold (say more than 20 points, or any change to a high-traffic flag) is held for a named second approver. Either way the final value is pushed to Vercel Edge Config and recorded.
When to use it
When you want self-serve flag changes for routine tweaks but mandatory two-person review for changes that could expose a large share of traffic at once.
How it works
- 1An engineer requests a flag change via Slack message to the bot.
- 2The agent looks up the flag's current percentage and traffic tier in Postgres.
- 3It evaluates the blast-radius policy: in-policy changes proceed; out-of-policy changes route to a designated approver with an approve/deny card.
- 4Once cleared, it writes the new percentage to Vercel Edge Config.
- 5It logs the decision, approver, and policy path to Postgres and confirms in Slack.
Set it up
What you configure once, before turning it on.
- 1Connect SlackChannels, DMs, threads, mentions.
- 2Connect PostgresAny Postgres URL — query, write, migrate.
- 3Connect VercelDeploys, runtime logs, analytics.
- 4Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 5Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 6Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Chatbots workflows
Discord Onboarding Completion to CRM Sync
The moment a member finishes Discord onboarding, captures their submitted profile answers, creates or updates a contact in HubSpot.
Discord FAQ-Gated Role Concierge
Greets each new Discord member in a private onboarding thread, walks them through required FAQ steps one at a time.
Discord FAQ Free-Text Answer Grader
When a member submits a free-text answer in their onboarding thread, an agent grades it against the canonical FAQ knowledge base, replies with targeted feedback.
Discord verify-button onboarding via web form webhook
Receives a completed external verification form by webhook, matches it to the Discord account, grants the verified role, and confirms back to the member in Discord.
Discord intro-gated role granting concierge
Watches your #introductions channel, uses AI to confirm a new member's intro is genuine and complete, then auto-assigns the verified Member role and welcomes them.
Daily Discord Digest of Repeated WAF False-Positive Reports
Each morning, scans logged Discord WAF reports in Postgres, groups them by the Cloudflare rule that keeps firing.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
