Skip to Content
UI GuidePersonas

Personas

A Persona defines who an agent is — its role identity, communication style, and base system prompt instructions. Every agent has exactly one active persona.

Role in the configuration model:

Agent ├── 1 Persona → WHO the agent is ← this page ├── N Skills → named capability bundles └── M Tools → individual executable functions

See Skills and Tools for the other two building blocks.


Personas page (/personas)

Personas page showing the built-in persona library

The Personas page lists all built-in and custom personas in your organization. Each entry shows the persona name, description, and a built-in badge for platform-provided entries.


What a persona defines

FieldEffect
NameDisplay name used in agent configuration
Role identityHigh-level description of who this agent is
Communication styleTone, verbosity, formality, preferred output formats
Base system promptInstructions injected before any task-specific content
Behavioural guidelinesThings the agent always does or avoids

Built-in personas

These personas map directly to the templates shown in Step 1 of the New Agent wizard:

PersonaRole summary
Agent ArchitectPlatform engineer for agent scaffolding and API operations
DesignerUser-centred UI/UX designer focused on accessibility and visual clarity
DeveloperSenior software engineer — clean, tested, maintainable code
DevOpsAutomation and reliability engineer — IaC, CI/CD, containers
Issue AnalystIssue triage and prioritisation specialist
Persona ArchitectPlatform engineer for persona management
Project ManagerAutonomous planner and delegator
Scrum MasterAgile facilitator for standups and sprint ceremonies
Skill ArchitectPlatform engineer for skill scaffolding
Tool ArchitectPlatform engineer for tool definitions and documentation

Assigning a persona to an agent

Persona assignment happens in Step 2 — Identity of the New Agent wizard. It can also be updated later from the agent’s detail page.

Changing a persona takes effect on the next conversation. Existing conversations continue with the persona that was active when they started.


Creating a custom persona

Via the Persona Architect agent (recommended):

Open a chat with the Persona Architect agent and describe the persona you want:

“Create a persona for a technical writer who produces concise API documentation with code examples. They prefer markdown output, avoid jargon, and always include a working example.”

The Persona Architect will scaffold and register the persona directly in the database.

Via the UI:

Click Add Persona on the Personas page and fill in:

FieldDescription
NameDisplay name
DescriptionSummary of role and communication style
System promptFull base instructions injected into every agent using this persona