---
title: "Suggest profile buckets"
method: POST
path: "/v3/settings/suggest-buckets"
tags: ["Settings"]
---

# Suggest profile buckets

`POST /v3/settings/suggest-buckets`

Suggest profile bucket definitions based on the organization context prompt. Returns 3–6 bucket suggestions tailored to the use-case described in the prompt.

## Response `200`

Bucket suggestions generated

- object
  - `suggestions` object[], required
    - `key` string, required — Stable slug for the bucket, stored on each memory
    - `description` string — What belongs in this bucket — used to guide the ingestion classifier.

## Other responses

- `400` — No context available
- `401` — Unauthorized

---

[API](https://skmtc.dev/supermemory/apis/supermemory-api.md) · [All operations](https://skmtc.dev/supermemory/apis/supermemory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supermemory/supermemory-api/revisions/b8c2dbc8f2b5/schema)
