Skip to main content
POST
Archive 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-24
checkfu-beta
string
required
idempotency-key
string
Maximum string length: 255

Path Parameters

agent_id
string
required
Pattern: ^agent_[0-9a-f]{32}$

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
type
enum<string>
required
Available options:
agent
updated_at
string
required
version
integer
required
Required range: x > 0