v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Agents

Get AI creation questionnaire config

Returns the questionnaire configuration used by the "Create with AI" flow — the list of guided questions, their types, available options, and pre-filled example answers per label. Only a user token is required; no organization auth needed.

get/agent/prompt-config

Response

Questionnaire configuration

successboolean

Example response

{
  "success": true,
  "data": {
    "defaultLabel": "default"
  }
}