Air your artifacts.
Paste HTML, get a live URL. No signup, no deploy. Open source on GitHub. · pages aired
Built for agents.
Install as a skill, MCP server, CLI, or raw API. Works with any AI tool.
Skills
npx skills add progrmoiz/aired
Adds a SKILL.md to your project. Any AI agent (Claude Code, Cursor, Windsurf) discovers and uses aired automatically.
Command Line
npx aired dashboard.html
aired ./dir/ Bundle directory
--json Structured output
--pin secret PIN-protect
--ttl 24h Custom expiry
Files or directories. Inlines CSS, JS, images automatically. JSON when piped.
MCP Server
claude mcp add aired --transport http https://aired.sh/mcp
Exposes a publish_html tool. Your AI can publish artifacts directly.
HTTP API
curl -X POST https://aired.sh/api/publish \
-H "Content-Type: application/json" \
-d '{"html": "<h1>Hello</h1>"}'
Returns
{ url, update_token, expiresAt }
2 MB max
5 uploads/hour