Claude Tag: Anthropic Puts an AI Teammate in Your Slack

Claude Tag lets teams @mention Claude in Slack channels to delegate real work. Multiplayer, persistent memory, proactive, async. Available for Team and Enterprise.

TL;DR: Anthropic launched Claude Tag on June 23, 2026 — a native Slack integration that turns Claude into a persistent, multiplayer AI teammate. You @mention it in channels, it remembers context, follows up proactively, and works asynchronously. Runs Opus 4.8. Available on Team and Enterprise plans. Replaces the old “Claude in Slack” app. 65% of Anthropic’s own product code is now written by their internal Claude Tag.

What Is Claude Tag?

Claude Tag is Anthropic’s new Slack-native AI agent that operates as a first-class channel member. Unlike the old “Claude in Slack” app — which was essentially a DM chatbot — Claude Tag lives in your channels, participates in conversations, remembers everything it’s witnessed, and can be assigned tasks that it completes asynchronously while your team moves on to other work.

Announced on June 23, 2026, it’s available in beta for Slack workspaces on Anthropic’s Team and Enterprise plans.

The product page is live at claude.com/product/tag.

Claude Tag product page

Core Capabilities

Multiplayer by Design

Each channel gets one Claude identity. When anyone @mentions Claude, the entire channel sees the response. There’s no private side-channel — it’s a shared teammate. This makes Claude Tag fundamentally different from individual-user AI assistants: the whole team benefits from every interaction.

Persistent Memory

Claude Tag remembers the context from every channel it’s in. It reads messages, learns team conventions, and builds up institutional knowledge over time. Memory is channel-scoped — what Claude learns in #engineering stays in #engineering — and all stored memories are admin-reviewable.

Proactive (Ambient Mode)

When “ambient” mode is enabled, Claude doesn’t just wait to be tagged. It:

  • Flags potentially relevant information when it spots something useful
  • Follows up on stale threads that seem unresolved
  • Surfaces connections between conversations happening in different threads

Ambient mode is opt-in per channel and can be disabled at any time.

Async Execution

Set a task, and Claude works while you do other things. You can:

  • Assign research tasks that take minutes to complete
  • Schedule future tasks (e.g., “remind us to revisit this decision next Friday”)
  • Queue multiple tasks without waiting for each to finish

DMs for Private Work

Beyond channel interactions, every user gets a private DM with Claude that includes personal tools — calendar integration, personal notes, private brainstorming. DM usage is billed to the individual; channel usage is billed to the organization.

Under the Hood

AttributeDetails
ModelOpus 4.8
Launch dateJune 23, 2026
AvailabilitySlack — Team and Enterprise plans (beta)
BillingConsumption-based: org pays for channel tags, individual pays for DMs
Memory scopeChannel-scoped, admin-reviewable
Data retentionSlack convos separate from Claude chat history; auto-deleted within 30 days if workspace disconnected
Access levelsOrganization-wide, workspace, private channel
Admin controlsChannel-scoped identities, spend limits (org + per-channel), audit logs

The Dogfooding Number

Anthropic reports that 65% of their product team’s code is now created by their internal Claude Tag instance. That’s not a marketing claim about potential — it’s self-reported production usage inside the company building the tool.

Admin Controls and Security

Claude Tag ships with enterprise-grade controls from day one:

  • Channel-scoped identities: Each channel’s Claude has its own context boundary. Cross-channel information doesn’t leak.
  • Spend limits: Set at both organization level and per-channel granularity.
  • Audit logs: Full visibility into what Claude was asked, what it produced, and what it accessed.
  • Three access levels: Organization-wide (available everywhere), workspace-scoped (specific Slack workspace), or private channel (invite-only).
  • Data separation: Slack conversations are stored separately from Claude’s general chat history. If you disconnect the workspace, data is auto-deleted within 30 days.

Migration from “Claude in Slack”

Claude Tag replaces the old “Claude in Slack” app entirely. Existing users have a 30-day migration window. The old app will stop working after that period. The migration is straightforward — install Claude Tag, and it inherits your existing workspace configuration.

Comparison: Claude Tag vs Claude Code vs Claude Cowork vs ChatGPT in Slack

FeatureClaude TagClaude CodeClaude CoworkChatGPT in Slack
Primary surfaceSlack channelsTerminal / IDEShared canvasSlack channels
ModelOpus 4.8Opus 4 / SonnetOpus 4GPT-4o
Multiplayer✅ Native (one per channel)❌ Single-user✅ Shared canvas⚠️ Basic (no persistent identity)
Persistent memory✅ Channel-scoped⚠️ Project-scoped files✅ Session-scoped❌ Stateless
Proactive behavior✅ Ambient mode❌ On-demand only⚠️ Suggestions❌ On-demand only
Async tasks✅ Full async + scheduling✅ Background tasks⚠️ Limited❌ Synchronous only
Code execution❌ Not primary use case✅ Core feature✅ Sandboxed❌ No
BillingConsumption (org + individual)Subscription + usageSubscriptionSubscription
Enterprise controls✅ Full (spend limits, audit)✅ Full✅ Full⚠️ Limited
Best forTeam coordination, delegationSoftware developmentDocument collaborationQuick Q&A

How It Compares to Building Your Own Slack Bot with the API

Many teams have already built custom Slack bots using the Anthropic Messages API (or even open-source frameworks — see our best open-source AI agent frameworks roundup). Here’s the honest trade-off:

AspectClaude Tag (Managed)Custom Slack Bot (API)
Setup timeMinutes (install from Slack App Directory)Days to weeks
Memory managementBuilt-in, channel-scoped, auto-managedYou build and maintain the vector store
Proactive behaviorToggle ambient mode on/offYou write the event listeners and logic
Billing granularityPer-channel spend limits, org dashboardYou track token usage yourself
CustomizationLimited to Anthropic’s feature setUnlimited — any model, any logic
Model choiceOpus 4.8 onlyAny model from any provider
Data controlAnthropic stores conversations (30-day retention post-disconnect)Full control — your infra, your data
Multi-agent orchestrationSingle Claude per channelArbitrary agent topologies
Cost at scaleConsumption-based (can get expensive with ambient mode)Token costs only + your infra
MaintenanceZero — Anthropic handles updatesOngoing — you own the code

When Claude Tag wins: You want a capable AI teammate fast, your team lives in Slack, and you don’t need custom logic beyond what Claude can do out of the box. The persistent memory and proactive follow-ups are genuinely hard to replicate.

When a custom bot wins: You need multi-model routing, custom tool integrations beyond what Claude Tag supports, full data sovereignty, or you’re building agent workflows that require orchestration across multiple services. If you’re in this camp, DeepSeek Harness is worth evaluating as your orchestration layer.

Pricing

Claude Tag uses consumption-based billing:

Usage TypeWho PaysNotes
Channel @mentionsOrganizationCounts against org spend limit
Ambient mode activityOrganizationHigher token usage — monitor closely
Scheduled tasksOrganizationBilled when task executes
DM conversationsIndividual userPersonal subscription or credits
Per-channel spend capConfigurablePrevents runaway costs per channel
Org-level spend capConfigurableHard ceiling across all channels

No per-seat licensing — you pay for what Claude actually does. This is a meaningful distinction from ChatGPT’s enterprise pricing, which is per-seat regardless of actual AI usage.

For teams evaluating cost, the key variable is ambient mode. A busy #general channel with ambient enabled will consume significantly more tokens than a quiet #project-x channel where Claude is only @mentioned directly. Start with ambient off, measure baseline costs, then enable selectively.

FAQ

Does Claude Tag work with Slack Free or Pro plans?

No. Claude Tag requires Anthropic’s Team or Enterprise plan. Your Slack workspace can be on any Slack plan, but you need the Anthropic subscription for the AI functionality.

Can I use Claude Tag in private channels?

Yes. Admins can configure three access levels: organization-wide (all channels), workspace-scoped, or specific private channels. Claude only sees messages in channels it’s been explicitly added to.

What happens to my data if I disconnect Claude Tag?

Slack conversations stored by Claude Tag are automatically deleted within 30 days of disconnection. This data is kept separate from Claude’s general chat history and is never used for model training.

Does Claude Tag replace Claude Code for developers?

No. They serve different purposes. Claude Tag is for team coordination, delegation, and async work inside Slack. Claude Code is for hands-on software development in your terminal and IDE. Many teams will use both — Claude Code for writing code, Claude Tag for everything else.

Can multiple people interact with Claude in the same thread?

Yes — that’s the core “multiplayer” design. Everyone in the channel sees Claude’s responses, can add context, and can redirect the conversation. Claude maintains thread context and understands multiple participants.

Bottom Line

Claude Tag is Anthropic’s bet that AI agents belong inside the tools teams already use, not in separate apps. The persistent memory, ambient awareness, and async execution make it genuinely different from a chatbot bolted onto Slack. The 65% internal dogfooding stat suggests Anthropic is confident enough to bet their own productivity on it.

The trade-off is vendor lock-in — you get Opus 4.8 and Anthropic’s feature roadmap, nothing else. If that works for your team, Claude Tag is the fastest path to an AI teammate that actually sticks around and remembers what happened yesterday.

What’s Next for Claude Tag?

Anthropic hasn’t published a public roadmap, but based on the beta constraints and enterprise demand patterns, expect:

  • More model options: Currently locked to Opus 4.8, but demand for lighter/cheaper models in high-volume channels is inevitable.
  • Tool integrations: First-party connections to Jira, Linear, GitHub, Notion — reducing the need for custom Slack bots that bridge these services.
  • Cross-channel awareness: Today, memory is strictly channel-scoped. Future versions may offer opt-in cross-channel context with appropriate admin controls.
  • Usage analytics dashboard: Teams will want to see which channels use Claude most, what types of tasks are delegated, and where ambient mode adds the most value.

For teams already exploring AI-assisted workflows, Claude Tag fills a specific gap: the persistent, team-aware assistant that lives where work actually happens. Whether it’s worth the vendor lock-in depends entirely on how much of your team’s coordination already runs through Slack — and for most software teams in 2026, that answer is “almost all of it.”