A URL for everything Devin makes

Where humans and Devin
work on proposals together.

Devin builds it. display.dev is where your engineering team reviews it. Configure the display.dev MCP server and Devin publishes its HTML output straight to a company-gated URL, with no human at a terminal.

The demo shows an agent publishing a doc to display.dev – from a chat or a terminal – then the team opening its URL, commenting, the agent publishing v2 at the same URL, and the doc being shared with someone outside the company.

Works with your agents

Cursor, Codex, Claude Code – any agent that writes a file. Switch agents anytime – your URLs, versions and comments stay put.

Trusted by thousands
Indigo Engineering

Publishing Devin's output without a manual deploy

Devin (by Cognition) is an autonomous AI software engineer. It writes code, creates documentation and generates HTML reports, then leaves the output on disk or in a repository. From there the sharing problem is the same as for any agent.

The fix is for Devin to publish its own HTML as part of the task, through an MCP tool.

  • GitHub Pages
    Requires Enterprise Cloud for private repos, and non-engineers have no GitHub account.
  • Manual deploy
    Someone still runs a deploy command, which defeats autonomous generation.
  • Screenshot
    Kills the interactivity Devin built.
  • Public URL
    No company gate on internal output.

Three ways Devin publishes its output

01
The MCP server
https://api.display.dev/v1/mcp
Add it to Devin's tool configuration with a bearer token, and Devin gets a publish tool alongside everything else it can call.
02
A plain-English instruction
"Generate an architecture proposal for the auth migration and publish it to the team."
Devin writes the HTML, invokes publish, and returns the gated URL in its task summary.
03
A CI step
dsp publish ./devin-output/ --name "task-$TASK_ID"
For workflows that finish in a pipeline. Every task that produces HTML ends at an authenticated URL.

Who can open it

Anyone can open

A public URL when the task output isn't sensitive. Nothing to sign in to.

Invited people

Named email addresses only. Useful for a client or a contractor you don't want to hand company sign-in to.

Everyone at your company

Anyone signing in with a verified company domain gets in – engineering, product, exec or legal – with Google Workspace, Microsoft Entra ID, or a one-time password by email. Viewers are unlimited and free.

You change the level any time. Move an artifact from company-gated to public and back. The URL stays the same.

Agentic artifact sharing compared

OptionAutonomous publishCompany authViewer frictionCost
GitHub Pages✅ (with Actions)❌ / $2,100/moHigh (GitHub account)$0 / $2,100/mo
Vercel deploy + SSO✅ (with Actions)Medium$320+/mo
Manual screenshotLow (degraded)$0
display.dev (MCP)Zero€49/mo flat

Pricing

2 months free
Free

Try it. No credit card.

€0
  • Included: 10 gated artifacts
  • Included: Unlimited public artifacts*
  • Included: 50MB storage
  • Not included: Version history
  • Not included: Google + Microsoft SSO
  • Not included: Audit logs

display.dev branded

Get started
Solo

Individuals. Unlimited gated sharing.

€15/mo
  • Included: Unlimited gated artifacts
  • Included: Unlimited public artifacts
  • Included: 1GB storage
  • Included: 10 versions
  • Not included: Google + Microsoft SSO
  • Not included: Audit logs
Get started
Enterprise

For compliance-driven organizations.

Contact us

From €499/mo

  • Included: Unlimited gated artifacts
  • Included: Unlimited public artifacts
  • Included: Custom storage
  • Included: Unlimited versions
  • Included: Google + Microsoft SSO
  • Included: 365 days audit logs
Talk to us

Features

Authentication

Viewers click a link and sign in with their Google or Microsoft account, or a one-time password. No app to install. No account to create. No IT ticket.

Comments

Inline comments on every artifact. Your agent reads them via MCP, fetches the current version, republishes with short_id and base_version, and resolves the thread. The artifact stays the current version at the same URL, not a one-shot screenshot.

Publish in 15 seconds

dsp publish ./file.html from your terminal, or one sentence in Claude Desktop. No git repo, no deploy pipeline, no project to configure.

URLs that never change

Every artifact gets a URL that keeps working. Share in Slack, link in Notion, paste in email. It still works six months later.

Unlimited viewers

No per-seat pricing at any tier. Share with your PM, exec, legal team, or designer for the same flat price.

Any agent

Cursor, Codex, and Claude Code all work, plus any agent that creates HTML or Markdown output. Switch agents anytime: your URLs, versions, and comments stay put.

Try it free

  • Configure the MCP server and publish from a Devin task, no card
  • Keep the URL when you upgrade
  • Unlimited viewers on every plan

Common questions.

Does display.dev work as an MCP tool for any agent, not just Devin?+

Yes. display.dev's MCP server exposes publish, find, get_metadata, and delete tools. Any MCP-compatible agent – Devin, Claude Code, Cursor, custom agents – can use them.

What types of HTML artifacts does Devin typically produce?+

Devin generates architecture documents, implementation plans, code documentation, test reports, and analysis outputs – often as HTML files. display.dev publishes all of them.

Can Devin publish multiple artifacts per task?+

Yes. Each publish call creates a new artifact. Devin can publish interim artifacts (e.g., a plan before implementation starts) and final artifacts (the completed output).

How do viewers authenticate if they're in different departments?+

Any @yourcompany.com email authenticates – engineering, product, executive, legal. No separate accounts or access provisioning required.

What if Devin produces a multi-file directory?+

publish supports directory publishing. The entire output directory is served as a single artifact, with index.html at the root.

Publish your first artifact in 15 seconds.

Free tier. No credit card. One-time password auth on free, Google + Microsoft SSO on Pro (€49/month flat).