---
title: "Get AI creation questionnaire config"
method: GET
path: "/agent/prompt-config"
tags: ["Agents"]
---

# Get AI creation questionnaire config

`GET /agent/prompt-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.

## Response `200`

Questionnaire configuration

- object
  - `success` boolean
  - `data` object
    - `questions` object[] — Ordered list of questions shown in the agent creation wizard
      - `text` string
      - `type` string — Question input type (e.g. `text`, `select`)
      - `options` string[]
      - `examples` object — Pre-filled sample answers keyed by label. `"default"` is always present.
    - `exampleLabels` string[] — Labels other than `"default"` that example answer sets exist for
    - `defaultLabel` string

## Other responses

- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/versions/6d1036a76fbc/schema)
