MCP tools

create_profile

Create 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

namestringrequired

Display name for the profile.

descriptionstringoptional

Free-form note.

Example

A tool call as an MCP client would send it.

{
  "name": "create_profile",
  "arguments": {
    "name": "Acme Corp"
  }
}