Ask about the customer's account (ALPHA)
Alpha — early access.
A read-only, advisory conversation over the customer’s account. Stateless: send the conversation so far in messages on each call; the response is the assistant’s next plain-text reply. The assistant narrates the same deterministic report GET /customers/{customer_id}/insights returns (plus the customer’s payments and mandates) — it never originates a number, never proposes, and never moves money. Requires the LLM layer to be configured server-side.
Authorizations
Headers
Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.
Path Parameters
Body
The conversation so far, oldest first.
1 - 40 elementsResponse
The assistant's reply
The assistant's plain-text answer. Advisory only — the assistant cannot execute anything.
How the boundary screen treated this turn. ok is a normal turn; warned means the request was off-topic and the customer was warned but may continue; blocked means the conversation has been terminated (repeated off-topic turns or a manipulation attempt) — the client should stop serving it and offer a fresh chat.
ok, warned, blocked 
