What is AI Agent Integration?
Sher provides native support for AI coding agents, enabling them to automatically deploy projects they build and hand users live preview URLs. Instead of just generating code, agents can now deliver working, shareable applications.The Use Case
When AI coding agents build frontend projects for users, there’s typically a gap between “here’s the code” and “here’s what it looks like.” Sher bridges that gap:- Agent scaffolds or modifies a project
- Agent runs
sher linkto deploy it - Agent returns a live URL to the user
- User sees the working application immediately
Benefits
Instant Feedback
Users see working previews in seconds, not minutes or hours
No Configuration
Works out of the box with auto-detected frameworks and build commands
Shareable URLs
Agents can hand users URLs that work in any browser, no local setup needed
Agent-Friendly Design
No interactive prompts, no browser windows, clean stdout output
How It Works
Sher is designed to be agent-friendly from the ground up:- No interactive prompts — runs headlessly without user input
- No browser launching — URL goes to stdout, not a browser window
- Clean output — parseable URL format for easy extraction
- Zero config — no accounts or setup required for basic usage
- Deterministic exit codes — 0 on success, non-zero on failure
Compatible Agents and Tools
The Sher skill is designed to work with any AI coding agent that supports skill installation. The skill has been packaged for agent frameworks that support theskills ecosystem.
Supported Frameworks
The agent skill works with:- Vite (React, Vue, Svelte, etc.)
- Next.js (static export, auto-configured)
- Astro
- Create React App
- Any project with a build script producing
dist/,build/, orout/
Installation
To enable AI agents to use Sher, install the agent skill:sher link and deploy projects automatically.
Install the Sher Skill
Learn how to set up Sher for your AI agent
Example Workflow
Here’s what a typical agent interaction looks like:- User: “Build me a React todo app”
- Agent: Scaffolds project with Vite + React
- Agent: Runs
sher linkto deploy - Agent: “Your todo app is live at https://a8xk2m1p.sher.sh”
- User: Opens URL and sees working app
Usage Tiers
Sher works without authentication, but agents can use authenticated deployments for better limits:| Tier | Links/Day | Max Size | Max TTL |
|---|---|---|---|
| Anonymous | 1 | 10 MB | 6 hours |
| Authenticated | 25 | 50 MB | 24 hours |
| Pro | 200 | 100 MB | 7 days |
Next Steps
Installation
Install the Sher skill for your AI agent
Link Command
Learn about the core deployment command