Skip to main content
PATCH
Change the AI Assistant's action settings

Authorizations

X-API-Key
string
header
required

Body

application/json

Change the threshold, the default grants, or both; a field left out keeps its value.

approval_threshold_credits
integer | null
Required range: 0 <= x <= 100000
default_granted_verbs
enum<string>[] | null
Maximum array length: 8

The eight things an AI may do to a workspace.

Exactly eight, not sixty: today's cell-level actions all run against one cell, and building a table, adding contacts to a sequence and starting a search had no home at all. Anything new here is a product decision about what an assistant may touch, not a convenience for a planner.

Available options:
create_table_from_search,
add_column,
run_column,
enrich_rows,
add_contacts_to_sequence,
push_to_destination,
call_endpoint,
start_search

Response

Successful Response

What the assistant may apply unasked in this workspace.

approval_threshold_credits
integer
required

Whole credits. Anything priced at or above this always proposes, whatever was granted.

default_granted_verbs
enum<string>[]
required

The verbs a new conversation may apply without asking.

The eight things an AI may do to a workspace.

Exactly eight, not sixty: today's cell-level actions all run against one cell, and building a table, adding contacts to a sequence and starting a search had no home at all. Anything new here is a product decision about what an assistant may touch, not a convenience for a planner.

Available options:
create_table_from_search,
add_column,
run_column,
enrich_rows,
add_contacts_to_sequence,
push_to_destination,
call_endpoint,
start_search