Getting started
Create a project, add business context, connect a publishing destination, and choose approval-first or automatic publishing.
- Create or open a project.
- Add approved business context and writing guidance.
- Open Settings → Integrations and choose a destination.
- Run the connection test before enabling publishing.
WordPress
Connect with the RankWin plugin or an application password. Choose draft versus publish behavior and verify the blog path.
Webflow
Authorize CMS read/write access, select the collection, and map title, slug, body, description, image, and publish fields.
Shopify
Connect through the custom app flow, select the store blog, and map author, tags, summary, image, and publication status.
Wix
Use an API key, select the site and blog, then confirm the post field mapping before running a connection test.
Headless CMS
Sanity, custom APIs, and webhook destinations can receive structured title, slug, HTML, markdown, metadata, media, and update events.
POST https://cms.example.com/rankai/publish
Authorization: Bearer ••••••••
Content-Type: application/json
{
"title": "A useful page title",
"slug": "useful-page-title",
"html": "<article>…</article>",
"status": "draft"
}Troubleshooting
Check credentials, destination permissions, field mappings, canonical domains, and the latest connection-test response.
It confirms network access, authentication, required permissions, and destination field availability without publishing content.
Security
Credentials are encrypted, never returned after save, scoped to the selected project, and removable at any time.