CHATBOTS
Slack /deploystatus Read-Only Deploy and Flag Auditor
Ask /deploystatus <project> in Slack to get the current live Vercel deployment, the commit it points to, and every recent flag toggle and rollback from the audit log.
How it runs
The automated pipeline, trigger to output.
- TriggerSomeone runs /deploystatus <project> in SlackSlack
- ActionRead active Vercel deployment + commitVercel
- ActionEnrich commit with GitHub author + messageGitHub
- ActionQuery recent toggles + rollbacks from PostgresPostgres
- OutputPost read-only deploy snapshot to SlackSlack
What it does
Gives anyone a one-command answer to "what's live right now and what changed?" `/deploystatus web-prod` returns the currently promoted Vercel deployment, its commit SHA and author from GitHub, and the last several flag toggles and rollbacks pulled from the Postgres audit table — all in a single Slack reply. It changes nothing; it only reports.
When to use it
Use it during an incident or a handoff when you need ground truth without poking production. Support, PMs, and on-call can self-serve the current deploy state and recent operational changes instead of pinging an engineer.
How it works
- 1Someone runs `/deploystatus <project>` in Slack (trigger).
- 2The bot reads the active Vercel deployment and its source commit.
- 3It enriches the commit with author and message from GitHub.
- 4It queries Postgres for the most recent flag toggles and rollbacks on that project.
- 5It assembles a single snapshot card — live URL, commit, deployed-at, and a recent-changes list.
- 6It posts the read-only summary back to the channel.
Set it up
What you configure once, before turning it on.
- 1Connect SlackChannels, DMs, threads, mentions.
- 2Connect VercelDeploys, runtime logs, analytics.
- 3Connect GitHubRepos, issues, pull requests, actions.
- 4Connect PostgresAny Postgres URL — query, write, migrate.
- 5Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 6Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 7Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Chatbots workflows
Discord WAF False-Positive Triage from Ray ID
When a user posts a Cloudflare ray ID in a Discord support channel, the bot looks up the blocked request's WAF event, classifies whether it looks like a genuine false positive.
Agentic WAF Investigator with Discord Approval Gate
An autonomous agent investigates a Discord-reported WAF block end to end: pulls Cloudflare logs, correlates with PagerDuty incidents, decides if an allowlist is safe.
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.
Draft WAF Allowlist Proposal to Linear from Discord Report
Lets a support engineer confirm a Discord WAF report is a false positive, then auto-drafts a scoped Cloudflare allowlist rule proposal and files it as a Linear ticket…
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 FAQ-Gated Role Concierge
Greets each new Discord member in a private onboarding thread, walks them through required FAQ steps one at a time.
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.
