Live bot
Built for everyday prompting. It sees the current Slack thread, runs a Recursiv workflow, and posts updates back where the request started.
Slack integration
Recursiv for Slack turns everyday team conversation into a shared AI development surface. Ask for an app, agent, deploy, or approval in Slack, and Recursiv runs the real workflow behind it.
Why it matters
Today, a capable AI agent usually lives inside one operator's IDE or terminal. Recursiv for Slack moves that power into the shared workspace without giving up the infrastructure that makes work real: auth, projects, sandboxes, deploys, agents, memory, billing, and approvals.
Architecture
The live bot path is thread-first and bot-token based. Optional ETL is separate, admin-enabled, and scoped to public-channel context.
Mentions, commands, files, and approval clicks arrive through signed Slack webhooks.
Recursiv verifies the signature, dedupes the event, normalizes the thread, and binds it to an org/project.
Project creation, agent setup, sandbox work, deployment, memory, approvals, and audit logs stay in Recursiv.
Progress and final results return to the original Slack thread through the bot token and retryable delivery outbox.
Built for everyday prompting. It sees the current Slack thread, runs a Recursiv workflow, and posts updates back where the request started.
Built for searchable company context. It is off by default, uses a separate token, and syncs only approved public channels.
How to use it
@recursiv build a donor CRM with auth, saved contacts, CSV import, and a polished dashboard.
Recursiv creates the project, starts the app workflow, and returns the project room and preview.
@recursiv create a support triage agent for this project. Give it Slack and Linear context.
Recursiv configures the agent, tools, memory seed, scope, and approval rules.
@recursiv deploy the latest version and tell me what changed before it goes live.
Recursiv runs the deploy path, summarizes the diff, and asks for approval when policy requires it.
Permission model
The integration should not imply workspace-wide Slack access. The default path is deliberately narrow; broader indexing is a separate admin choice.
Setup path
Install the Recursiv Slack app, choose a default Recursiv organization, invite the bot to a test channel, and run the first prompt. ETL remains off until an admin selects public channels for indexing.