Skip to main content
POST
Accept an AI Assistant column suggestion

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string<uuid>
required
suggestion_id
string<uuid>
required

Body

application/json

Accept a proposed column.

action
enum<string>
default:create

What pressing a card's button should do.

Available options:
create,
create_and_run
rows
integer
default:10

Rows to run for create_and_run. Bounded deliberately: an AI-authored column is the last place to offer an unbounded spend, so there is no 'run all' here at any value.

Required range: 1 <= x <= 50

Response

Successful Response

What accepting produced.

column_id
string<uuid>
required
run_id
string<uuid> | null
required
suggestion
AssistantSuggestionReadSchema · object
required

One proposed column, as its card renders it.

The credit figures are per-row and for the two batch sizes the card offers, computed server-side so the card never does credit arithmetic of its own.