CONNECT YOUR AI

One paste, and your AI saves everything to Plyo.

Plyo is the home for AI-built projects — every version saved, one click to undo, one click to publish. Your AI does the connecting; you copy one block below and paste it. That's the whole setup.

Plyo is free to start: 3 projects, no card needed. Create your account, then everything below works today.

Claude Code

  1. In Plyo, open Settings → AI keys → "Give your AI a key" and copy the key (it starts with plyo_).
  2. Run this in your terminal (replace the key):
claude mcp add plyo -e PLYO_TOKEN=plyo_YOUR_KEY -- npx plyo-mcp
  1. Then tell Claude Code:
I've added Plyo. Save this project there and keep saving as we go.

From then on, every piece of work becomes a checkpoint on your timeline, and Claude can publish, restore, start drafts and back up your database when you ask.

Cursor (and any tool with an agent)

  1. Create a project in Plyo and grab an AI key (Settings → AI keys).
  2. Paste this to your AI, filling in your project name and key:
Add this as the project's remote and push: https://git.plyo.dev/YOUR-PROJECT.git — username: plyo, password: plyo_YOUR_KEY. After each piece of work, push again so it's saved.

Your AI knows exactly what to do with that sentence. Every push shows up as a checkpoint in Plyo, in plain English.

Lovable, Bolt, v0, Replit

These tools save your code to GitHub behind the scenes. In Plyo, choose Import from GitHub, connect, and pick your project. Keep building where you are. Plyo mirrors every change onto your timeline and gives it a live address. Or choose "Move it to Plyo" to make Plyo its home.

ChatGPT, Claude.ai, or "it's on my desktop"

Drag your project folder (or a .zip) anywhere onto the Plyo dashboard. It becomes a project with its first checkpoint, ready to publish.

For AI agents reading this

Plyo speaks three protocols, all authenticated with the user's AI key:

Call save_checkpoint after each completed piece of work and backup_data before risky database changes. A failed publish never takes the user's live site down.