Slack has introduced Slack Code, a native environment that shifts AI-assisted software development out of private chat windows and into dedicated, collaborative workspace channels. Available immediately across all Slack subscription tiers, including free accounts, the feature enables engineering and product teams to summon autonomous coding agents directly into project-scoped spaces where teammates can monitor implementation progress, inspect code diffs, review live web previews, and control production approvals.
The launch formalizes the interaction model between human developers and artificial intelligence agents, treating model runtimes as participatory team members rather than siloed command-line utilities.

Ephemeral Project Channels and Human Control Gates
Under the Slack Code architecture, users trigger a coding agent by tagging an integrated model—such as Anthropic's Claude Code, Cognition's Devin, Vercel Agent, or GitHub Copilot—within an existing thread or channel. The agent initiates an isolated project channel designated specifically for the task, whether addressing a bug ticket, drafting a UI component, or refactoring an endpoint.
Within these dedicated channels, Slack provides specialized tool tabs tailored for developer collaboration:
- Real-time diff auditing: Teammates can inspect file-by-file modifications as the agent writes code.
- Live artifact rendering: Interactive previews allow teams to render HTML, CSS, and frontend outputs directly within the client interface.
- Collaborative prompt steering: Multiple engineers can submit clarifications, feedback, and constraints that the model incorporates in subsequent iterations.
- Mandatory approval checkpoints: Code cannot merge or deploy without explicit human sign-off from an authorized channel participant.
- Automated lifecycle management: Once a task is completed and verified, the channel automatically archives itself while preserving an immutable audit log detailing every prompt, diff, and approval.
Platform Infrastructure and MCP Integration
The debut of Slack Code represents the operational culmination of Salesforce and Slack's multi-phase agent infrastructure buildout. In late 2025, Anthropic introduced a preliminary research integration enabling Claude Code to ingest Slack threads for context. That development was followed in early 2026 by the launch of Slack's Model Context Protocol (MCP) server and Real-Time Search API, which established permissioned boundaries for external agents querying workspace data.
With the recent general availability of the Slackbot MCP Client under Salesforce's Headless 360 platform, third-party agents can bidirectionally interface with connected enterprise systems, including Atlassian, GitHub, Box, and Notion. By anchoring the agent runtime to standard channel primitives rather than standalone web dashboards, Slack aims to centralize developer workflows where organizational communication already transpires.



