Web Search Agents

Create Web Search Agent

Create a new workspace-scoped Web Search Agent. Pass template to clone from a named template.

post/v1/task-agents

Cookies

tokenstring nullable

Request body

agent_namestring nullable
descriptionstring nullable
display_namestring nullable
domain_expertisestring nullable
effortstring
goalsstring[]
iconstring nullable
is_activeboolean
output_schemaobject nullable
suggested_questionsstring[]
templatestring nullable

Template name to materialise this instance from. When set, scalar fields and child rows are copied from the template.

use_case'research' | 'enrichment' | 'dataset_building'
workspace_idstring uuid nullable

Response

Successful Response

account_idstring nullable
agent_namestring nullable
created_atstring date-time required
descriptionstring required
display_namestring required
domain_expertisestring required
effortstring required
iconstring required
idstring required
is_activeboolean required
output_schemaobject nullable required
updated_atstring date-time required
use_case'research' | 'enrichment' | 'dataset_building' required
workspace_idstring uuid nullable
workspace_namestring nullable

Changes