Scry

It hosts the thing your agent just built.
Then it forgets._

what it does

Three steps. That's the whole thing.

01

Post a zip

Your agent builds a static site. You send the whole zip to Scry.

02

Get a URL

You get back one link nobody could guess. That link is the site.

03

Share it

Send the link to anyone. They open it. It just works.

04 · to change it

Send a new zip to the same URL.

The old site is gone. The new one is live. The link never changes.

the catch
30

days. then it's gone.

Every artifact expires. Touch it with a new zip and the clock resets to 30. Ignore it and it vanishes.

It's one curl.

you@laptop — scry
$ curl --data-binary @artifact.zip \
    -H "Content-Type: application/zip" \
    https://api.scry.page/

{
  "url": "https://018f0f95-…-9abc.artifacts.scry.page/",
  "fileCount": 3,
  "expiresAt": "2026-07-31T00:00:00.000Z"
}

$ # that url is your site. go.
for claude code

Take the skill that made this.

This page deployed itself. One Claude Code skill did it. Say "show me a demo" and your agent posts a zip and hands you a link.

Download the skill Unzip into ~/.claude/skills/. Then just talk to Claude Code.