Skip to main content
Create An Agent From A Template.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

parent_agent_id

Body

application/json

Schema for creating an agent from template.

name
string
required

Name of the agent

category
string
required

Category of the agent

description
string
required

Description of what the agent does

spec
CreateAgent · object
required

Agent specification

id
string<uuid> | null

Optional UUID for the agent

version
string | null

Version of the agent

dependencies
Dependencies · object

Dependencies including tools and agents

Response

Successful Response