Claude Code · Codex · Cursor · +27 agents

“Before I continue, take a look at this.” — your coding agent

Your AI coding agent shares its plan before it writes the code

When Claude Code, Codex, or Cursor is about to build something, it publishes the plan, spec, or diff to a clean shareable link — and waits. You and your team review and approve before a single line of code lands.

Try it live →
1Agent finishes a plan · 2It publishes to an unguessable link · 3You review & approve before code is written
curl -fsSL https://sharedbyai.com/install.sh | sh
One line. No signup to view a link. Free.
sharedbyai.com/p/a7f3-9k2x-q8
Plan · published by agent

Refactor auth to short-lived tokens

Issue 15-min access tokens + rotating refresh tokens
Move guard into middleware/auth.ts
- const ttl = 60 * 60 * 24
+ const ttl = 60 * 15
Why not reuse the existing guard?
2 reviewers · 1 comment
Request changes Approve
Live demo

See it in three seconds

Paste a plan, spec, or any markdown. Publish to get a shareable, rendered link — no signup.

MARKDOWNeditable
Links expire in 24h on the free tier.
PREVIEW● live
01

How it works

01

Your agent publishes

It sends its plan, spec, or diff to Shared by AI and gets back a clean link — automatically.

02

You get a link

Open it in the browser — fully rendered and readable. Unguessable URL, nothing to install to view.

03

Review & sign off

Forward it to your team for feedback — before the agent writes a single line of code.

02

Built for AI agents

Works with any agentskills.io-compatible agent — Claude Code, Codex, Cursor, and 27+ more. Pick your integration.

Install the skill, then just ask

The one-liner installs the Claude Code skill. For Codex & Cursor, use npx skills add RegevAI/skills or the MCP server.

TERMINAL
curl -fsSL https://sharedbyai.com/install.sh | sh

Add the MCP server

Drop it into any MCP-capable agent. JSON for Claude Code & Cursor, TOML for Codex.

JSON
{
  "mcpServers": {
    "sharedbyai": { "url": "https://api.sharedbyai.com/mcp" }
  }
}
TOML · Codex
# ~/.codex/config.toml
[mcp_servers.sharedbyai]
url = "https://api.sharedbyai.com/mcp"

One HTTP call

Any agent or script that can make a request can publish. Returns a shareable link.

cURL
curl -X POST https://api.sharedbyai.com/api/publish \
  -H 'content-type: application/json' \
  -d '{"markdown":"# Plan\n..."}'
03

Who it's for

For developers

Catch it before the agent builds it

Share your agent's plan, spec, or diff as a clean link. Get review and approval before code gets written — not after a 2,000-line PR shows up.

For product managers

See the plan in plain English

Review what the agent proposed — no IDE, no repo access. Forward the link to the team for sign-off before anything ships.

04

FAQ

For Claude Code, run the one-line curl installer to add the skill. For Codex and Cursor, use npx skills add (once published) or add the MCP server. Then ask your agent to share its work — it publishes to a clean link you can open and forward.

Yes. The skill follows the agentskills.io standard supported by Claude Code, Codex, Cursor, and 27+ other agents. Any MCP-capable agent can also use the MCP server.

https://api.sharedbyai.com/mcp — add it to your agent's MCP config (JSON for Claude Code/Cursor, TOML for Codex).

Yes. Anonymous publishing is free with no signup. Pages expire 24 hours after they are created.

Anonymous links expire 24 hours after publishing. Accounts and longer retention are coming later.

Yes. The link is unguessable but shareable — forward it to teammates so they can review before the agent proceeds.

Stop reviewing code after it’s written

Install the skill in one line and let your agent share its plan before it builds.

See all methods
curl -fsSL https://sharedbyai.com/install.sh | sh