mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-02 12:54:08 +00:00
17 lines
535 B
Text
17 lines
535 B
Text
---
|
|
title: "Settings"
|
|
sidebarTitle: "Overview"
|
|
description: "Organization settings, profile buckets, and data reset."
|
|
icon: "book-open"
|
|
---
|
|
|
|
Org-level configuration for extraction, customization, and profile buckets.
|
|
|
|
| Endpoint | Use when |
|
|
| --- | --- |
|
|
| `GET /v3/settings` | Read org settings |
|
|
| `PATCH /v3/settings` | Update org settings |
|
|
| `POST /v3/settings/suggest-buckets` | Suggest profile buckets |
|
|
| `POST /v3/settings/reset` | Reset organization data (destructive) |
|
|
|
|
**Guide:** [Customization](/concepts/customization)
|