Skip to main content
POST
Typescript (SDK)

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Headers

Idempotency-Key
string

Makes this write safe to retry: a repeat with the same key replays the first response instead of creating a second resource. Scoped to the account, remembered for 24 hours; reusing a key with a different payload is an error.

Maximum string length: 255

Body

application/json
name
string
handle
string
role
string | null
persona
string | null
position
integer
avatar_style
object
skill_slugs
string[] | null

Restrict the bot to these skills. null means every skill; [] means none. Omit to leave unchanged.

toolsets
string[] | null

Restrict the bot to these toolsets (crevio_platform, crevio_onboarding, crevio_docs, crevio_api, integrations). null means every toolset; [] means none. Omit to leave unchanged.

Response

Bot created

id
string
required
object
string
required
name
string
required
handle
string
required
role
string | null
required
persona
string | null
required
position
integer
required
skill_slugs
string[] | null
required
toolsets
string[] | null
required
avatar_style
object
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
avatar_url
string | null
required
model_id
string | null
required