Skip to main content
Version: 0.25.9

Start a new agent

POST 

/agent/start

Starts a new agent using either a character path or JSON configuration

Request

Body

required

    oneOf

    characterPathstringrequired

    Path to a character file

Responses

Agent started successfully
Schema
    iduuid

    ID of the started agent

    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