v3

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-08-014669239.7 KB
Store

Create a Memory Store

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.

post/v1/ControlPlane/Stores

Request body

displayNamestring 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.

descriptionstring

A human readable description of this resource, up to 128 characters.

Example request

{
  "displayName": "sandbox",
  "description": "A testing ground for development, training, and experimentation without affecting live user data"
}

Response

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

messagestring
statusUrlstring

URI to check operation status.

Example response

{
  "message": "Memory Store creation accepted for processing."
}