Skip to main content
POST
Create an AI Inbox Manager guidance

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

AI Inbox Manager ID

Example:

"0195b1a5-3b1d-7b6e-9c1a-2f7a4b0c1d2e"

Body

application/json
label
string
required

Label of the guidance

Minimum string length: 1
Example:

"Handover to sales"

category
enum<number>
required

Category of the guidance

Available options:
0,
1,
2,
3,
4
Example:

1

instruction
string

Instruction text. Required for every category except BASICS, where it must be empty.

Example:

"Always answer pricing questions with a link to the pricing page."

status
enum<number>

Status of the guidance. Required for every category except BASICS, which is always active.

Available options:
1,
0
Example:

1

basic_guidance_options
object

Tone and length options. Required for the BASICS category, rejected for every other category.

Response

The created (or, for BASICS, updated) guidance

A guidance category or input box for an AI agent

id
string<uuid>
required
read-only

Unique identifier for the AI agent guidance

Example:

"01a0206f-abe9-7309-a84a-ca7d81a7f5a2"

organization_id
string<uuid>
required
read-only

Organization ID

Example:

"01a0206f-abe9-7309-a84a-ca7ef639acdf"

agent_id
string<uuid>
required

Associated AI Agent ID

Example:

"01a0206f-abe9-7309-a84a-ca7fb073efb3"

label
string
required

Label of the AI agent guidance

Example:

"Test AI Agent Guidance"

instruction
string
required

Instruction text for the AI agent guidance. Should be empty string for BASICS category.

Example:

"This is an AI agent guidance instruction"

status
enum<number>
required

Status of the AI agent guidance

Available options:
1,
0
Example:

1

category
enum<number>
required

Category of the AI agent guidance

Available options:
0,
1,
2,
3,
4
Example:

1

timestamp_created
string
required
read-only

Timestamp when the AI agent guidance was created

Example:

"2026-08-20T18:29:44.553Z"

timestamp_updated
string
required
read-only

Timestamp when the AI agent guidance was updated

Example:

"2026-08-20T18:29:44.553Z"

basic_guidance_options
object

Basic guidance options (tone, length, etc.) - only for BASICS category