Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
profiles_renameTOOL
Rename a profile (workspace) in your organization.
Admin only. Changes the display name shown in the dashboard and in profiles list. Use profiles list to find profile IDs.
Parameters
profileId *string
Positional argument profileId
name *string
New display name for the profile
Request example
{ "method": "tools/call", "params": { "name": "profiles_rename", "arguments": { "profileId": "string", "name": "string" } } }