Every ClickFlow API call operates within the context of an organization. Your API key or OAuth session determines which organizations you can access.Documentation Index
Fetch the complete documentation index at: https://docs.clickflow.com/llms.txt
Use this file to discover all available pages before exploring further.
Always confirm the org first
Before making changes, calllist_organizations to see available orgs and verify you’re targeting the right one.
- MCP
- API
Call the
platform.list_organizations tool (no parameters).Switching organizations
By default, all calls use your API key’s default organization. To operate on a different org:- MCP
- API
Call All subsequent tool calls in the session will use the new org.
platform.switch_organization:Access control
- API keys can only access organizations they were granted access to
- OAuth users can access any organization they’re a member of
- Cross-org access attempts return
{"error": "Organization not found or you don't have access"}