---
title: "Create a memory store"
method: POST
path: "/memory_stores"
tags: ["memoryStores"]
---

# Create a memory store

`POST /memory_stores`

## Headers

- `Authorization` string, required

## Request body

- object
  - `title` string — Memory store name.
  - `description` string — Memory store description.

## Response `200`

200

- MemoryStoresCreateAMemoryStoreResponse200
  - `status` string
  - `response` MemoryStoresPostResponsesContentApplicationJsonSchemaResponse
    - `id` string
    - `title` string
    - `description` string
    - `workspace_id` string
    - `number_of_contacts` integer
    - `number_of_agents` integer
    - `created_at` string
    - `updated_at` string

---

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