Prerequisites
- Sign up at app.clickflow.com and create an organization
- Connect Google Search Console (recommended — enables SEO data and content workflows)
- Set up your brand voice (so AI-generated content matches your tone)
Get your API key
- Go to Settings > API Keys in the ClickFlow dashboard
- Click Create API Key
- Choose scopes (start with
tools:*for full access) - Copy the key — it starts with
cf_ak_and is only shown once
Connect
- MCP (Claude, Cursor, etc.)
- REST API
Add this to your Once connected, your AI assistant can call ClickFlow tools directly. Try asking:
.mcp.json (or your MCP client’s config):.mcp.json
“List my ClickFlow organizations”
Try it: create your first article
This example creates a roadmap item and kicks off the AI drafting workflow.- MCP
- API
Call the Response:Then poll
platform.create_roadmap_item tool:workflows.get_status with the workflow_id until status is Completed. The output contains html, title, meta_description, and thumbnail_url.Next steps
Authentication
Deep dive into OAuth, API keys, and scopes.
Organizations
Multi-org support and switching between orgs.
Workflows
Understand async workflows, polling, and human review.
All Capabilities
Browse the full capability reference.