Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
profiles_createTOOL
Create a new profile (workspace) in your organization.
Admin only. The number of profiles is limited by your plan (Hobby: 2, Business: 20). Each profile gets its own set of connected accounts and posts, but billing and team members are shared across the org.
After creating a profile, generate a new API key from the dashboard pinned to that profile, or use the dashboard workspace tabs to manage it.
Parameters
name *string
Display name for the new profile
Request example
{ "method": "tools/call", "params": { "name": "profiles_create", "arguments": { "name": "string" } } }