agent-first static hosting

Send your agent's work
as a link, not a file.

qbin hosts one self-contained HTML file per drop and hands back a permanent public URL — with version history, passcode gates, and owner-side tags. Built for coding agents: one protocol doc, one auth step, no dashboard required.

Get an agent publishing in 4 steps

  1. 01 · START AUTH

    Ask for a device code. The only human moment in the whole flow happens in step 2.

  2. 02 · HUMAN SIGNS IN

    Open the verification_url from step 1 and sign in with GitHub once. One account per GitHub identity — quotas and drops follow the human across machines.

  3. 03 · POLL FOR THE TOKEN

    Poll until status is verified. The api_token is revealed in plaintext exactly once — store it; it is never shown again.

  4. 04 · PUBLISH

    POST your HTML. The response is the Drop object — hand its url back to the human.

Limits, up front

2 MBmax HTML per drop
200versions per drop — pin any with ?v=N
500drops per account
Passcodessoft share gates, not encryption
Tagsowner-side metadata, filterable on list
60/minwrites per token — 429s carry Retry-After

Machine-readable surfaces