My Temps
Get started
No Temps yet.
Ask your agent to publish to temp.md — paste this prompt to get started.
agent prompt
I'd like you to publish this project to temp.md, an instant web host for AI agents.
POST to api.temp.md/temps as multipart/form-data. Use the field file for your main HTML file and files/<path> for any additional files (e.g. files/style.css). You'll get back a canonicalUrl — the live, shareable link — and an updateToken to push updates to the same URL later. No account needed.
See the docs: temp.md/docs
terminal
curl -X POST https://api.temp.md/temps \
-F "file=@index.html;type=text/html" \
-F "files/style.css=@style.css;type=text/css"