Anthropic on Thursday rolled out a new feature for Claude Code that converts live work sessions into shareable web pages, which the company calls "artifacts." The feature is designed to translate the outputs of a session - whether an incident investigation, service refactor, or data analysis - into a web-accessible representation teammates can view and explore.
Artifacts are intended to capture the complete context of a users session. That includes the relevant parts of the codebase, connectors used during the session, and the full conversation history. In practice, a single incident artifact can assemble a failing test, the exact function from the codebase implicated in the issue, monitoring-tool error data, and the root-cause analysis created during the session.
The pages created by Claude Code are visual and live: they update automatically as work progresses. When Claude Code makes a change within a session, that change is reflected in the artifact in real time, and teammates see the updates immediately after publication. Each time a page is published it preserves the same link while creating a new version - users can view version history and restore prior versions if needed. A gallery interface is provided to browse and manage all artifacts a user has produced.
Privacy and access controls are set to favor internal collaboration. By default, artifacts remain private to their author. Users can share pages directly with individual teammates or with their organization from the page itself. Artifacts are restricted to authenticated members of the authors organization and cannot be made publicly accessible. Administrative controls let organization owners toggle access at the org level, apply role-based scoping, set retention policies, and monitor usage through a compliance API.
The artifacts capability is currently offered in beta to Claude Team and Enterprise organizations. Authors can publish artifacts from the Claude Code command-line interface and from the desktop application, and the resulting pages can be opened in any standard web browser.
Summary
- Anthropic launched a feature that converts Claude Code sessions into shareable web pages called artifacts, announced on Thursday.
- Artifacts compile session context including codebase fragments, connectors, and conversation history, and update in real time as work proceeds.
- The functionality is available in beta to Claude Team and Enterprise organizations via the Claude Code CLI and desktop app, with pages viewable in any browser.
Key points
- Real-time collaboration: Artifacts reflect changes immediately after publication and keep a version history for restoration.
- Context-rich pages: A single artifact can combine failing tests, related code, monitoring data, and session analysis for easier team review.
- Sectors impacted: The feature primarily affects software development and enterprise software markets, and could influence tools used by engineering teams and developer productivity platforms.
Risks and uncertainties
- Limited rollout: The feature is in beta and restricted to Claude Team and Enterprise organizations, so broader availability and adoption timing are uncertain.
- Access constraints: Artifacts cannot be made public and are viewable only by authenticated organization members, which may limit cross-organization or external sharing.
- Compliance and governance needs: Administrators must manage access toggles, retention policies, and compliance monitoring, indicating operational overhead for organizations using artifacts.