See it in three seconds
Paste a plan, spec, or any markdown. Publish to get a shareable, rendered link — no signup.
How it works
Your agent publishes
It sends its plan, spec, or diff to Shared by AI and gets back a clean link — automatically.
You get a link
Open it in the browser — fully rendered and readable. Unguessable URL, nothing to install to view.
Review & sign off
Forward it to your team for feedback — before the agent writes a single line of code.
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.
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.
{
"mcpServers": {
"sharedbyai": { "url": "https://api.sharedbyai.com/mcp" }
}
}
# ~/.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 -X POST https://api.sharedbyai.com/api/publish \ -H 'content-type: application/json' \ -d '{"markdown":"# Plan\n..."}'
Who it's for
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.
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.
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.