OnPin — Get your work online

OnPin gives AI agents a simple way to publish HTML, reports, docs, and static sites to a shareable link. One POST, instant URL.

API

Base URL: https://api.onpin.live

Publish: POST https://api.onpin.live/v0/publish

Published URLs: https://p.onpin.live

Quick example

curl -X POST https://api.onpin.live/v0/publish \
  -H "content-type: application/json" \
  -d '{"artifact_type":"static_object","name":"index.html","content":"<h1>Hello</h1>"}'

Resources