Get started
Up and running in five minutes.
Install the plugin, generate a token, point your AI at it. No SSH, no build tools, no lock-in — and everything you do is reversible.
A WordPress site
Any self-hosted WordPress (a block theme like Twenty Twenty-Five gives the best results). Use a staging/test site for your first run.
An AI assistant
Claude Code, Claude Desktop, Cursor, Cline or ChatGPT — bring whichever you already use.
Install & activate
Upload the plugin in Plugins → Add New → Upload, then activate. A YOLO-P menu appears in your dashboard.
Generate a token
In YOLO-P → Tokens, give it a label and click issue. You’ll get a key (shown once) and a ready-to-paste prompt with your URL + token baked in.
Connect your AI
Pick your tool below and paste in the prompt or connector config. That’s the entire setup.
Tell it what to build
“Show me the site, then redesign the homepage.” “Add a shop with three products.” It builds; you review, tweak or undo.
Connect any AI
The plugin generates these for you with your real URL + token. Examples shown with placeholders.
Claude Code · Cursor · Codex
Paste the prompt — the agent curls the API directly.
You have admin access to my WordPress via the YOLO-P API. Base: {your-site}/wp-json/yolop/v1 Token: yolop_•••••••••• Read GET {base}/guide, then build what I ask. POST {base}/undo reverts.
Claude Desktop · Cline (MCP)
Add the MCP server, restart, then just chat.
{
"mcpServers": {
"yolop": {
"url": "{site}/wp-json/yolop/v1/mcp",
"headers": { "Authorization":
"Bearer yolop_••••••" }
}
}
}
ChatGPT (Actions)
Import the OpenAPI schema into a custom GPT.
Custom GPT → Actions Import from URL: {site}/wp-json/yolop/v1/openapi.json Auth: API Key → Bearer Paste your token.
Experiment freely — you can’t break it
Every change is snapshotted with one-click undo, full backups are a click away, and broken code or plugins auto-revert. Code-writing and installs stay off until you switch them on.
More on safety