Developer docs

Get Flyers into your tools

Flyers is built for the CLI and AI agents. Install it in one line, or paste an install block into Claude Code or Codex and let the agent wire it up.

During beta these commands require an early-access invite. Grab one via “Request early access” on the home page.

1 · Install the CLI

One line, then log in to link your account:

npm install -g @flyers-dev/cli
flyers login

2 · Make it fly

After your agent writes the HTML, one command publishes it and returns a short link:

flyers publish proposal.html
# ✈ https://flyers.dev/ab12c

3 · Connect via MCP (Claude / ChatGPT)

Add Flyers to your Claude Code MCP config to publish straight from the chat:

{
  "mcpServers": {
    "flyers": {
      "command": "npx",
      "args": ["-y", "@flyers-dev/mcp"],
      "env": { "FLYERS_TOKEN": "your-early-access-token" }
    }
  }
}

4 · Let an agent install it

Paste this URL to Claude Code or Codex; it reads the page and sets everything up itself:

https://flyers.dev/install.txt