Agent Personas

Get agent persona

Get a single persona by UUID. 404s for personas owned by another user.

get/api/v0/agent/personas/{persona_id}

Path parameters

persona_idstring uuid required

Response

Successful Response

idstring uuid required

The ID of the persona.

namestring required

The name of the persona.

descriptionstring required

The description of the persona.

promptstring required

The system prompt for the persona.

builtin_tool_idsstring[]

Built-in tool IDs assigned to this persona.

builtin_tool_configsobject

Per-builtin config keyed by tool id. Only configurable builtins (currently invoke_persona) carry config; the dict is sparse.

custom_tool_idsstring[]

Custom tool UUIDs assigned to this persona.

knowledge_base_idsstring[]

Knowledge base UUIDs assigned to this persona.

skill_idsstring[]

Skill UUIDs preloaded by this persona — instruction documents the agent can read on demand via the read_skill tool.

created_atstring date-time required

When the persona was created.

updated_atstring date-time required

When the persona was last updated.

Changes

No recorded changes to this endpoint across all 1 revision of this API.