Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
profiles_listTOOL
List all profiles (workspaces) in your organization.
Each profile is an isolated workspace with its own connected social accounts and posts. The response marks which profile is current (the one your API key targets) and which is the default.
API keys are pinned to one profile at creation, so all other commands automatically operate on the key's profile without needing a --profile flag.
Request example
{ "method": "tools/call", "params": { "name": "profiles_list", "arguments": {} } }