---
title: "Create a Memory Store"
method: POST
path: "/v1/ControlPlane/Stores"
tags: ["Store"]
---

# Create a Memory Store

`POST /v1/ControlPlane/Stores`

Create a new Memory Store for the Twilio account. Accounts can have multiple memory stores, up to a maximum limit of 15.
Each memory store will automatically provision other dependent resources as needed, including Conversational Intelligence
capabilities.

## Request body

- ServiceRequest
  - `displayName` string, required — Provides a unique and addressable name to be assigned to this Store. This name is assigned by the developer and can be used in addition to the ID. It is intended to be human-readable and unique within the account.
  - `description` string — A human readable description of this resource, up to 128 characters.

## Response `202`

Store creation accepted for async processing. Inspect the status URL for progress.

- object
  - `message` string
  - `statusUrl` string — URI to check operation status.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — This error indicates that you have sent too many requests to the API. You should retry according to the `Retry-After` response header.
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/twilio/apis/memory-v1.md) · [All operations](https://skmtc.net/twilio/apis/memory-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/memory-v1/versions/1cfcc8fb9f19/schema)
