What you can ask for
- “Run the accessibility and broken links agents on acme.com and summarize what they found.”
- “How many open comment threads does my team have this week?”
- “Create a Superflow project for staging.acme.com, give me the install snippet, and verify it once I deploy.”
- “List my projects and archive the ones with no comments.”
Set up your client
Claude
claude.ai, Claude Code, and the Claude API.
ChatGPT
Custom connector on Pro, Plus, Business, Enterprise and Edu.
Cursor
One-click install, or a small config file.
Gemini and others
Gemini CLI and any Streamable HTTP MCP client.
How access works
Access is granted per user, not per workspace. When you add the connector, your AI tool sends you to Superflow’s consent screen, where you sign in, pick which workspace to connect, and review the permissions before approving. Each person sees only what their own Superflow account allows.Permissions
These are the permissions shown on the consent screen. You can untick any you do not want to grant; tools that need an unticked permission simply will not work.Running agents through the connector spends AI credits exactly like running them in the portal: 10 credits per agent per page. The default suite of five agents on one page costs 50 credits.
Revoking access
Revoke the connection at any time from your AI tool’s own connector settings. Removing a user from a workspace also cuts off their connector access immediately.Try it without an account
The demo endpoint runs a free, capped review of any public URL, with no account and no sign-in:Security notes
- Text quoted from reviewed pages and comments is marked as untrusted data in tool results, so your AI tool treats it as content, never as instructions.
- Authorization uses OAuth 2.1 with PKCE and dynamic client registration; there are no API keys to paste and nothing to store in the client.
- Each connection is rate limited to 60 requests per minute.
Troubleshooting
- Calling the server with curl or your own HTTP client returns 406. Every request must accept both response types. Send
Accept: application/json, text/event-stream. - A tool reports a missing permission. Reconnect Superflow in your AI tool and approve the permission it names.
- Agent runs fail with an AI credits message. Your workspace balance is empty. See AI Credits.