Claude Tag is Anthropic’s new team-facing product: an always-on @Claude teammate inside Slack that reads channel context, delegates multi-step work asynchronously, learns from conversations over time, and can proactively surface updates — launching in beta on 23 June 2026 for Claude Enterprise and Team customers on Opus 4.8.
%%{init: {"theme": "base", "themeVariables": {"background": "transparent", "lineColor": "#000000"}}}%%
graph TD
A[Team member tags @Claude] --> B[Slack channel session]
B --> C[Agent identity + Access bundle]
C --> D[Sandbox on Anthropic infra]
D --> E[Agent Proxy]
E --> F[GitHub / warehouse / APIs]
F --> G[Results in thread]
B --> H[Channel memory]
B --> I[Routines / ambient mode]
I --> J[Scheduled + proactive updates]
K[Admin console] --> C
K --> L[Spend limits + audit log]
classDef agent fill:#8B0000,color:#fff
classDef hook fill:#189AB4,color:#fff
classDef decision fill:#444,color:#fff
class A agent
class D agent
class G agent
class E hook
class C decision
class K hook
What Claude Tag is
Anthropic positions Claude Tag as the next evolution of Claude Code — not a new foundation model, but a workflow layer that makes Claude multiplayer, proactive, and persistent inside the tools teams already use. You grant Claude access to selected Slack channels, connect tools/data/codebases, then anyone in the channel can tag @Claude with a task and move on while it works in the thread.
Internally at Anthropic, tagging @Claude is now a primary way work gets done: 65% of the product team’s code is created via their internal Claude Tag deployment. The same pattern is spreading beyond engineering — chasing product metrics, triaging support tickets, and debugging production issues.

Official docs example: a teammate tags Claude to investigate slow checkout; it posts done/in-progress steps in-thread — pulling metrics, diffing deploys, reproducing queries, opening a fix PR.
Four design shifts vs solo chat
| Capability | What it means |
|---|---|
| Multiplayer | One shared Claude per channel — everyone sees work in progress and can continue the thread |
| Learns over time | Builds channel memory from conversations; can read permitted cross-channel context (not private channels) |
| Takes initiative | “Ambient” mode flags relevant updates, follows quiet threads, surfaces decisions needing input |
| Works asynchronously | Multi-hour/day tasks, self-scheduled routines, parallel delegation to many Claudes |

Claude Tag shifts AI from a private back-and-forth to a visible teammate in the channel where decisions already happen.
How a task runs end-to-end
Tag @Claude with a request in plain language. Claude breaks work into stages, posts a checklist as it progresses, uses connected tools, and returns results in the Slack thread. If you’ve used Claude Code or Cowork, the interaction pattern feels familiar — but the session is scoped to the channel’s agent identity, not your personal account.
@Claude checkout has felt slow all morning — compare latency against this morning's deploy and find what's causing it.
Typical in-thread progress:
- Done: Pulled p99 latency from Datadog
- Done: Diffed deploy 4f2c1 against main
- Done: Reproduced the slow query locally
- In progress: Opening a pull request with the fix…

Delegation is asynchronous by design: set a task, focus on other priorities, and follow progress in the shared thread.
Agent identity: Claude acts as itself
The core security innovation is agent identity — Claude Tag does not “act as the user.” In shared channels, Claude uses service accounts provisioned by admins: the Claude Slack app, the Claude GitHub App, warehouse credentials, and so on. Work is attributed to those accounts, auditable in each system’s logs, and bounded by per-channel Access bundles.

Admins scope what the agent can reach per channel; Claude never becomes a side door into someone’s private documents.
Agent Proxy architecture
Work runs in an isolated sandbox on Anthropic infrastructure. When Claude needs external systems, requests cross Agent Proxy — credentials stay in a store and are injected at the network boundary; the model and sandbox never receive raw keys. Default policy is deny: hosts are blocked unless explicitly allowed.
| Destination | Agent Proxy behaviour |
|---|---|
| Matches a connection rule | Attach credential, forward request |
| On allowlist, no connection | Forward without credential |
| Neither | Block |
Channel vs DM behaviour
| Dimension | In a channel | In a DM |
|---|---|---|
| Acts as | Provisioned service accounts | Your personal claude.ai account |
| Access | Channel Access bundles | Your personal connectors |
| Attribution | Claude GitHub App, service accounts | Your name on PRs/results |
| Billing | Organization usage | Your seat |
Private channels get distinct identities; public channels share workspace-level identity. Memory from public channels is workspace-shared; private channel memory stays isolated. Admins can disable DMs org-wide.
Proactive routines and ambient mode
Beyond on-demand tagging, Claude Tag supports routines — standing instructions that run on schedules or triggers:
@Claude every weekday at 9am Pacific, read open threads here, check linked tickets and PRs, and post one-line status per item.
@Claude watch #product-announce and #eng-announce. Once a day, post here if anything is relevant to user education.
@Claude subscribe to PR #482 in acme/data-pipeline. When CI finishes or a review lands, post here and tag me if anything failed.
With ambient behaviour enabled, Claude proactively flags cross-channel information, follows unresolved threads, and tags humans when a decision is needed — without waiting for a mention.
Channel memory
Memory belongs to the channel, not individual users. Claude accumulates facts from work sessions and explicit instructions like @Claude remember for this channel: …. Public-channel memory is readable workspace-wide; private-channel memory stays scoped. Admins can view/edit memory files at claude.ai/admin-settings/claude-tag.
Use cases Anthropic highlights
| Prompt pattern | Outcome |
|---|---|
@Claude What got decided here and what's still open? | Thread catch-up with decisions and blockers |
@Claude Top 20 enterprise accounts by spend, last 7 and 28 days | Metrics/charts posted in-channel |
@Claude Fix the bug in this thread and open a draft PR | Code fix from thread context |
@Claude I'm meeting Acme at 2 — what do I need to know? | CRM + thread briefing before a call |
@Claude Watch this channel, triage backlog, tag me only when needed | Ongoing channel monitoring |
Admin setup (four steps)
Owners configure Claude Tag at claude.ai/admin-settings/claude-tag. Installing the Slack app is a prerequisite — setup means provisioning an identity.
- Pair Slack workspace — install Claude for Slack, send
@Claude connect(Slack admin only), paste 15-minute pairing code - Give Claude access — create an Access bundle with service-account credentials (not personal logins); GitHub via Claude GitHub App separately
- Set spending limit — org monthly cap ($100–$1M presets); channel work draws from org balance, not individual seats
- Review and launch — test in a private channel with
/invite @Claudethen@Claude summarize this channel
Admins control: per-channel tool access, token spend limits (org + per-channel), full audit log of actions and requesters, RBAC on Enterprise (who can invoke Claude), and network allowlists for outbound traffic.
Availability and migration
| Item | Detail |
|---|---|
| Launch date | 23 June 2026 (public beta) |
| Plans | Claude Enterprise and Team |
| Surface | Slack first; Anthropic plans wider platform expansion |
| Model | Opus 4.8 |
| Replaces | Legacy “Claude in Slack” app |
| Migration window | Admins opt in within 30 days |
| Legacy retirement | 3 August 2026 |
| Launch credit | Introductory credit for eligible Enterprise/Team orgs |
Claude Tag vs Claude Code in Slack
| Claude Tag (channel) | Claude Code in Slack | |
|---|---|---|
| Runs under | Admin-provisioned agent identity | Requester’s claude.ai account |
| GitHub PRs | Claude GitHub App author | Your GitHub connection |
| Best for | Team-wide async delegation | Solo synchronous coding |
| Billing | Organization | Your seat |
Anthropic’s framing: Claude Code remains fastest for solo synchronous work; Claude Tag is Claude Code made multiplayer, async, and proactive across your whole team.
What’s next
Anthropic plans just-in-time credential grants for sensitive one-off actions and identity-aware overlays for complex clearance structures — adding user-level permission checks on top of channel-scoped agent access.
Summary
| Dimension | Detail |
|---|---|
| Product | Claude Tag — @Claude as a Slack teammate |
| Core shift | Multiplayer · persistent memory · proactive · async |
| Security model | Agent identity + Agent Proxy + per-channel Access bundles |
| Internal proof | 65% of Anthropic product team code via Claude Tag |
| Setup | claude.ai/admin-settings/claude-tag — 4-step provisioning |
| Docs | claude.com/docs/claude-tag |
Research supplement
Web search and page fetch permissions were not available during this session, so no additional verified external sources could be retrieved. The analysis draws on Anthropic's publicly listed reference URLs (the introducing-claude-tag announcement, the Claude Tag overview docs, the product page, and the agent identity access model post) and on training-data knowledge of Anthropic's product history. The following items should be verified against the live Anthropic documentation before publication:
- Pricing and plan eligibility — which Claude subscription tier includes Claude Tag beta access.
- Data handling specifics — whether channel conversation data is used for model training and under which data processing agreement terms.
- Compliance certifications — current SOC 2, GDPR, and HIPAA posture for Claude Tag specifically (may differ from the base Claude product).
- Competitive differentiation — how Claude Tag's feature set compares to Microsoft Copilot in Teams and Gemini for Google Chat as of June 2026.


















