Skip to main content
POST
Create Memory

Authorizations

Authorization
string
header
required

Enter your MeshAPI key (rsk_...) — sent as Authorization: Bearer <key>.

Headers

X-Mesh-Version
enum<string>
default:2026-08

Dated version of the API contract to pin this request to. Omit it and the request is served under 2026-08 — the oldest supported version, so an existing integration is never moved by a release. A malformed or unsupported value is rejected with 400 invalid_api_version rather than falling back silently. The version actually served is echoed as X-Mesh-Version on every response, including errors.

Available options:
2026-08

Body

application/json
slug
string
required
name
string
required
description
string | null

Response

Successful Response

id
string
required
owner
string
required
org_id
string | null
required
team_id
string | null
required
slug
string
required
name
string
required
description
string | null
required
is_active
boolean
required
created_at
string
required
updated_at
string
required
owner_email
string | null
can_inject
boolean
default:true
item_counts
Item Counts · object
expired_item_counts
Expired Item Counts · object
retention_days
integer | null