Skip to main content
POST
Provide feedback for a specific setup step

Authorizations

x-api-key
string
header
required

Headers

current-workspace-id
string
required

Path Parameters

agentId
string
required
setupStep
enum<string>
required
Available options:
SOP_GENERATION,
GRAPH_GENERATION,
TOOL_MATCHING,
TOOL_GENERATION,
CONNECT_INTEGRATIONS

Body

application/json
query
string
required

The feedback or query text to submit. This can be user feedback on the current step, questions about the agent configuration, or instructions for modifications.

Example:

"The agent should also handle refund requests in addition to general inquiries."

contextFileIds
string<uuid>[]

Array of context file UUIDs to include with the feedback. These files provide additional reference materials or examples to support the feedback.

Example:

Response

201 - undefined