Generate follow-up suggestions
Generates up to three short follow-up prompts based on the most recent conversation exchange. Requires suggestions_enabled to be set on the agent; returns 400 otherwise. This call is stateless — it does not read from or write to a session. The agent’s rights_mode controls whether authentication is required.
Authorizations
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
Agent ID (UUID).
Body
The conversation history (at minimum the last user + assistant pair) to base suggestions on.
1Response
Array of up to three suggested follow-up strings.
3