Skip to main content
POST
Create an Agent

Authorizations

Authorization
string
header
required

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

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
checkfu-beta
string
required
idempotency-key
string
Maximum string length: 255

Body

application/json
model
required
name
string
required
Required string length: 1 - 255
description
string | null
mcp_servers
object[]
Maximum array length: 20
metadata
object

at most 16 correlation pairs with keys of 1 to 64 characters

multiagent
object | null
skills
object[]
system
string | null
tools
object[]
Maximum array length: 128
workload_trust
object

Response

BetaManagedAgentsAgent

id
string
required
Pattern: ^agent_[0-9a-f]{32}$
archived_at
string | null
required
created_at
string
required
model
object
required
name
string
required
Required string length: 1 - 255
description
string | null
required
mcp_servers
object[]
required
metadata
object
required

at most 16 correlation pairs with keys of 1 to 64 characters

multiagent
object | null
required
skills
object[]
required
system
string | null
required
tools
object[]
required
workload_trust
object
required
type
enum<string>
required
Available options:
agent
updated_at
string
required
version
integer
required
Required range: x > 0