Create

Create a new agent.

Request

This endpoint expects an object.
namestringOptionalDefaults to Personal AI Agent

The name of an AI Agent

personalitystringOptionalDefaults to

Describe how your AI acts and behaves. This is used to generate the base prompt of your AI. The base prompt is what gives personality to how your AI responds and interacts with users.

image_urlstringOptional

Image of the AI, this is the image that appears as the profile picture of the AI. If this AI is connected to a Community then this image will be the Community’s profile picture too.

custom_assistant_idstringOptionalDefaults to

Custom assistant identifier for the agent to use - if this is None, use the default one.

custom_welcome_messagestringOptionalDefaults to

A custom first message that this agent will send

disable_memorybooleanOptionalDefaults to false

Prevent this agent from passing memory to its graphs.

websitestringOptional

The primary website the AI should use to seed and maintain its knowledge base.

categoryenumOptional

The category of the agent

agent_urlstringOptional

The URL made available by a developer to forward traffic to for an agent

agent_capabilitiesstringOptional

Text describing the capabilities of the agent

agent_configobjectOptional

Agent configuration type, either ‘managed’ or ‘agentverse’

place_idstringOptional

A Google Place ID representing the agent’s location.

meta_dataobjectOptional
characterstringOptionalDefaults to Deprecated

Describe how your AI looks (e.g. surfing seal).

Response

Successful Response

idstringformat: "uuid"
namestring
descriptionstring
imagesobject
modelsobject
featuresobject
personalitystringOptionalDefaults to
organizationobjectOptional

Schema for the Organization

knowledge_graphobjectOptional

Knowledge graph for the agent

base_promptstringOptionalDefaults to
core_contextstringOptionalDefaults to
websitestringOptional
agent_capabilitiesstringOptional
agent_urlstringOptional
logic_model_temperatureintegerOptionalDefaults to 0.1

Temperature for the logic model

agent_addressstringOptional
point_of_interestobjectOptional

Location information for the agent.

categoryenumOptional
agent_configobjectOptional

Agent configuration type, either ‘managed’ or ‘agentverse’

meta_dataobjectOptional