Skip to main content
POST
Error

Authorizations

x-api-key
string
header
required

Organisation API key. Format: sk_<secret>/<keyname> — the secret portion, a literal slash, and the human-readable key name. The header exulu-api-key is accepted as an alias. A Bearer prefix is tolerated and stripped. Keys with an agent scope are only valid for the scoped agent instance.

Path Parameters

agentId
string<uuid>
required

Agent ID (UUID).

Body

application/json
messages
object[]
required

The conversation history (at minimum the last user + assistant pair) to base suggestions on.

Minimum array length: 1

Response

Array of up to three suggested follow-up strings.

suggestions
string[]
required
Maximum array length: 3