---
title: "Get Suggested Prompts"
method: GET
path: "/api/chat/suggested-prompts"
tags: ["v2", "chat", "chat"]
---

# Get Suggested Prompts

`GET /api/chat/suggested-prompts`

Get LLM-generated suggested prompts grouped by theme.

Returns personalized quick-action prompts based on the user's
business understanding. Returns empty themes list if no custom
prompts are available.

## Response `200`

Successful Response

- SuggestedPromptsResponse — Response model for user-specific suggested prompts grouped by theme.
  - `themes` SuggestedTheme[], required
    - `name` string, required
    - `prompts` string[], required

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
