Skip to main content
PATCH
Set Agent State

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required

Body

application/json

Change visibility state of a single agent/team.

state
enum<string>
required
Available options:
draft,
coming_soon,
beta,
live,
hidden
note
string | null
Maximum string length: 500

Response

Successful Response