add_persona
Add a buyer persona for visibility scans — either AI-generated from a prompt or manually specified.
Add a buyer persona for visibility scans. Two modes:
- Recommended — AI-generated: Provide a
promptdescribing the buyer type. Pendium uses AI to expand it into a full persona with demographics, goals, pain points, and system context. - Manual: Provide structured fields directly.
New personas are used in the next scan to test how AI platforms respond from this buyer's perspective.
Authentication: Required
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
syntheticId | integer | Yes | The agent ID to add the persona to. |
prompt | string | One of prompt or name | Describe the buyer type in natural language. Pendium expands this into a full persona. |
name | string | One of prompt or name | Manual mode: persona name (e.g., "Enterprise CMO"). |
role | string | No | Manual mode: job title or role. |
goals | string[] | No | Manual mode: what this persona is trying to achieve. |
painPoints | string[] | No | Manual mode: challenges and frustrations. |
AI-generated example
Response:
Manual example
The AI-generated mode produces richer personas with demographics, system context, and more detailed goals/pain points. Use manual mode when you have a specific persona definition you want to preserve exactly.