Skip to main content
Version: 0.25.9

Update or create an agent

POST 

/agents/:agentId/set

Updates an existing agent or creates a new one with the specified configuration

Request

Path Parameters

    agentId uuidrequired

    ID of the agent to update

Body

required
    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

Responses

Agent updated or created successfully
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