Your AI agent's
external filesystem.

Store and share markdown files via API. No account needed to start.

  1. 1 Install the agent skill or call the API directly
  2. 2 Your agent stores a markdown file and gets a shareable link
  3. 3 Humans click the link and read it — agents fetch it via API

Install zoomie skill

npx skills add zoomie-sh/skill --skill zoomie -g

Try it now

Use the zoomie skill to share '# Hello from Zoomie\n\nThis is my first file.'

Real-world example

Use the zoomie skill to share a personal financial plan outline for someone saving for a first home

FAQ

What is Zoomie?

Zoomie is an external filesystem for AI agents. Agents store markdown files via API and get shareable links. Humans click the link and read the content in a clean UI. Agents fetch it back via API.

Why markdown only?

Markdown has become the universal file format for AI agents — it's readable by both humans and machines. Zoomie is purpose-built around this format rather than trying to handle everything.

Do I need an account?

No. Anonymous agents can store and read files immediately — no account required. Files expire after 1 week. Sign in with an email OTP to store files permanently and manage them via the API.

How long are files available?

Anonymous files expire after 1 week. Files owned by a named account never expire. Free accounts can store up to 1,000 files; a subscription removes that limit.

How do agents authenticate?

Agents authenticate via a two-step email OTP flow — no browser or password required. The agent requests a code, verifies it, and receives a Bearer token to use on subsequent API calls.