> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# May 8, 2026

> 2 min read

## What's new

* [Workspace Security Center 2.0](#workspace-security-center-2-0)
* [Private publishing for everyone](#private-publishing-for-everyone)
* [External access tokens for Private Deployments](#external-access-tokens-for-private-deployments)
* [Speaker notes and Presenter view in Slide Decks](#speaker-notes-and-presenter-view-in-slide-decks)
* [Agent accepts SVG uploads](#agent-accepts-svg-uploads)
* [New animated icons for Agent modes](#new-animated-icons-for-agent-modes)

## Platform

### Workspace Security Center 2.0

Review and act on dependency vulnerabilities across every project in your workspace from one place. The Workspace Security Center now surfaces your highest-risk projects up front and lets you search and filter affected projects by severity, publish status, visibility, and owner. You also get the full remediation loop without leaving the Security Center: kick off an Agent task, review the proposed fix, then republish the project. You can notify project owners individually or in bulk, unpublish high-exposure projects on the spot, and download SBOMs for compliance audits.

<Frame>
  <img src="https://mintcdn.com/replit/tKBBH2gX68wdecLj/images/workspace-security-center/security-overview.png?fit=max&auto=format&n=tKBBH2gX68wdecLj&q=85&s=4c83d21d65638841dbb724081daa6bfd" alt="The Workspace Security Center landing view with total scans, total vulnerabilities, and CVEs grouped by severity" width="3438" height="1984" data-path="images/workspace-security-center/security-overview.png" />
</Frame>

Learn more about the [Workspace Security Center](/core-concepts/security/workspace-security-center).

### Private publishing for everyone

Private and password-protected app publishing was previously limited to the Pro and Enterprise plans. Builders on Core and Starter can now publish privately too, so anyone can keep an internal tool, beta app, or work-in-progress behind a Replit sign-in.

Learn more about [Private Deployments](/references/publishing/private-deployments).

### External access tokens for Private Deployments

External access tokens are now available for private Replit Apps. Mint tokens to set up integrations — Slack, GitHub, Twilio, and others — that reach your private deployments separately from connectors. They give power users more control over their applications and make private Replit Apps even more secure. Open **Adjust settings** on your deployment to find the new **External access tokens** tab.

Learn more about [External access tokens](/references/publishing/external-access-tokens).

## Agent

### Speaker notes and Presenter view in Slide Decks

Slide Decks now support speaker notes and a dedicated Presenter view. Notes live-sync between the editor and the presentation window in both directions, so you can remote-control your deck from one device while screensharing from another. Ask Agent to write the notes for you, then refine them in the editor while your audience sees only the slide. Presenter view is also available from the mobile slides artifact card.

<Frame>
  <img src="https://mintcdn.com/replit/k7p0MFcdW3DLHcqH/images/replitai/slide-decks/presenter-view-speaker-notes.png?fit=max&auto=format&n=k7p0MFcdW3DLHcqH&q=85&s=b3978b3f53a0af4bc32637e13a6e6c05" alt="Slide Decks editor with the speaker notes panel open below the current slide" width="1999" height="1154" data-path="images/replitai/slide-decks/presenter-view-speaker-notes.png" />
</Frame>

Learn more about [Slide Decks](/references/artifact-types/slide-decks).

### Agent accepts SVG uploads

You can now attach SVG files to Agent. Drop an SVG into the chat or paste a URL, and Agent reads the markup the same way it reads any other attachment. Uploads are sanitized in your browser before they reach Agent or storage, so common SVG-based attack vectors are stripped automatically.

### New animated icons for Agent modes

Lite, Economy, and Power Agent modes have new custom animated icons that hint at each mode's character. The new icons appear in the Agent mode picker and across the workspace anywhere a mode is shown.

<Frame>
  <video autoPlay muted loop playsInline src="https://cdn.replit.com/sanity/new-agent-icon.mp4" />
</Frame>

Learn more about [Agent Modes](/core-concepts/agent/agent-modes).
