Skip to main content
POST
Submit feedback on the provided context

Authorizations

x-api-key
string
header
required

Headers

current-workspace-id
string
required

Body

application/json
query
string
required

Feedback text or query about the agent setup. Use this to provide context, suggestions, or describe what kind of agent you want to create.

Example:

"I want to create an agent for invoice reconciliation"

threadId
string<uuid>
required

UUID of the conversation thread to continue. This maintains context across multiple feedback requests.

Example:

"1a2036c0-d533-4636-8f51-2a811763ef5c"

Response

201 - application/json
threadId
string<uuid>
required

UUID of the conversation thread. Use this threadId in subsequent requests to maintain context across the agent setup process.

Example:

"1a2036c0-d533-4636-8f51-2a811763ef5c"

response
object

Generated agent suggestions including name, description, welcome message, setup message, personality, and category based on the provided query.