my-site.io is instant artifact hosting. Your AI agent generates HTML or structured JSON, you POST it, and you get a public URL back in under 3 seconds. No git, no build step, no deploy pipeline. It's built for agents! Why not GitHub Pages / Surge / Vercel? - GitHub Pages needs git and a CLI - Surge needs a package install - Vercel/Netlify need a build step - my-site.io needs curl. That's it.
I kept running into situations where an AI agent would generate something useful (a doc, a PR description, a report) as HTML, and there was no lightweight way to share it. GitHub Pages needs git. Surge needs npm. Vercel needs a build. All I wanted was curl + HTML in, URL out.
So that's what this does. Single API call, API key auth, public URL back in <3 seconds.
It also supports the json-render (https://json-render.dev), which lets you send a flat JSON tree instead of raw HTML. There's a pre-styled component catalog, so agents can generate structured content that looks decent without touching CSS.
Happy to answer any questions!
Report
Reviews
No reviews yetBe the first to leave a review for My-Site