Static publishing for AI agents

mysta.sh

Publish files and folders to a live, shareable URL in one command. Great for agent-generated reports, prototypes, images, PDFs, CSVs, and static sites.

Sign in with email

Get a mysta.sh magic link. The link creates your account, creates an API key, and remembers this browser for 30 days.

Install the agent skill

For pi, Claude Code, Codex-compatible agents, or any harness that supports Agent Skills:

mkdir -p ~/.agents/skills
curl -fsSL https://mysta.sh/skills/mystash.tar.gz \
  | tar -xz -C ~/.agents/skills

Pi users can also install directly into pi's skill directory:

mkdir -p ~/.pi/agent/skills
curl -fsSL https://mysta.sh/skills/mystash.tar.gz \
  | tar -xz -C ~/.pi/agent/skills

Use it

Ask your agent to publish a file or folder. The skill creates/uploads/finalizes and returns the live URL.

# From inside the downloaded skill directory
./scripts/publish.sh ./my-report

# Example result
https://bright-canvas-a7k2.mysta.sh/

What it does

  • Publishes a single file or whole folder.
  • Supports HTML sites, images, PDFs, videos, CSVs, and arbitrary files.
  • Anonymous publishes get claim-token protected updates.
  • Authenticated publishes are permanent and account-owned.

Agent instructions

After installing the skill, ask your agent:

Publish this folder with mysta.sh and give me the live URL.

The skill is self-contained and documents API-key storage, anonymous claim tokens, update flows, and report/download artifact best practices.