Skip to main content
PATCH
Admin Update Agent Settings

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

Body

application/json

Partial update of an agent's admin-managed settings.

All fields optional — only provided keys are applied. Callers can toggle individual switches without re-sending the entire record.

agent_classes
enum<string>[] | null
Available options:
orchestrator,
creator,
platform_specialist,
analyst,
evaluator
aitasker_enabled
boolean | null
aihire_enabled
boolean | null
chat_enabled
boolean | null
requires_brand
enum<string> | null
Available options:
yes,
no,
optional
can_transact
boolean | null
sandbox_mode
enum<string> | null
Available options:
specialist,
sponsored
system_prompt
string | null
Maximum string length: 50000
platform_connections
PlatformConnection · object[] | null
strategy_mode
enum<string> | null
Available options:
detailed,
guidelines
skills
string[] | null
aitasker_task_types
string[] | null
aihire_capabilities
string[] | null
strategy_inputs
StrategyInputSpec · object[] | null
required_audit_types
enum<string>[] | null
Available options:
website,
seo,
social_media,
content_marketing,
paid_media,
email_marketing,
competitor_research
content_types_produced
string[] | null
note
string | null
Maximum string length: 500

Response

Successful Response