DraftPilot AI Site Editor turns one sentence about your business into a complete, editable website.
Write a short brief (“A family-run plumbing company in Austin offering repairs, installation and 24/7 emergency service”) and the plugin will:
Built on the WordPress core AI Client. DraftPilot AI Site Editor uses the core AI Client introduced in WordPress 7.0, so the plugin never stores API keys or provider credentials. Install an AI provider plugin of your choice and connect it under Settings Connectors — the core AI Client handles models, keys, and billing.
Safe by design.
All endpoints live under /wp-json/draftpilot-ai/v1 and require manage_options:
POST /generate-site { "brief": "..." } create a generation jobGET /job/{id} poll job statusPOST /add-section { "page_id": 4, "prompt": "..." } append AI blocks to a pageGET /pages list generated pagesPOST /pages/delete-all permanently delete generated pagesPOST /pages/trash { "page_id": 4 } trash one pageGET /nav-menu list menusPOST /nav-menu { "page_ids": [4,5], "name": "DraftPilot Site", "location": "primary" } create or update a menuDraftPilot AI transmits data to the AI provider you connect. Review how your provider handles your data before generating.