Skip to main content
Version: 0.25.9

Get agent details

GET 

/agents/:agentId

Returns detailed information about a specific agent

Request

Path Parameters

    agentId uuidrequired

    ID of the agent to retrieve

Responses

Successful response with agent details
Schema
    iduuid
    characterobject
    iduuid

    Unique identifier for the character

    namestringrequired

    Name of the character

    modelProviderstring

    The model provider to use (e.g., "openai", "anthropic")

    biostring

    Short biography of the character

    lorestring[]

    Extended lore and background information

    messageExamplesstring[]

    Example messages for character training

    postExamplesstring[]

    Example posts for character training

    topicsstring[]

    Topics the character is knowledgeable about

    adjectivesstring[]

    Personality traits of the character

    knowledgestring[]

    Knowledge base for the character

    pluginsstring[]

    Plugins used by the character

    settingsobject

    Character-specific settings

    styleobject

    Character's communication style

    systemstring

    System prompt for the character