Agents

Get prompt-config metadata (question definitions + labels)

Returns the canonical question definitions, option choices, and example labels used by the agent-builder UI when collecting input for POST /agent/with-ai.

Use this to programmatically discover what questions to ask end-users when building agent-creation UIs.

get/agent/prompt-config

Response

Prompt-config catalogue.

statusboolean

Example response

{
  "status": true
}

Changes