Skip to main content
PATCH
Update a custom team subagent

Authorizations

Authorization
string
header
required

Team API key. Current keys retain the bzy_team_ compatibility prefix.

Path Parameters

teamSlug
string
required

Felan team slug shown in dashboard URLs and Team Settings

Minimum string length: 1
subagentId
string
required

Customer-defined custom subagent ID. Built-in and root agent IDs are not accepted.

Pattern: ^custom-[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$

Body

application/json
name
string
Maximum string length: 100
description
string
Maximum string length: 1024
instructions
string
Maximum string length: 65536
model

Inherit the team default, choose a portable model tier, or select an exact configured provider/model.

Available options:
inherit,
xhigh,
high,
medium,
low
Example:

"high"

Response

Custom subagent updated

data
object
required