/api/projects/{project_name}/agents
This API endpoint creates an agent using the POST
method.
mindsdb
.provider
, model_name
, and api_key
. Note that agents can use the default model defined in the configuration, if no model provided when creating an agent.tables
and knowledge_bases
.tables
and knowledge_bases
.In order to provide all tables from a database or all knowledge bases from a project, use the *
wildcard like this:provider
, model_name
, and api_key
.