create_profileCreate a profile
Creates a profile for a new customer. Requires an account-wide API key.
- Category
- Profiles
- Calls
- POST/v1/profiles
- Safe to auto-approve
- No. It changes data, so keep a human in the loop or scope the key.
Parameters
namestringrequiredDisplay name for the profile.
descriptionstringoptionalFree-form note.
Example
A tool call as an MCP client would send it.
{
"name": "create_profile",
"arguments": {
"name": "Acme Corp"
}
}