Skip to main content
POST
Supersede an agent memory

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Path Parameters

memory_id
string
required

Body

application/json
content
string
required
audiences
enum<string>[] | null

Which agent surface a memory targets: ALL (every surface), TRIGGERED_SCHEDULED_AGENTS (automation agents working tickets), CHAT_AGENTS_INTERNAL (technician-facing chat), or CHAT_AGENTS_EXTERNAL (end-user-facing chat).

Available options:
ALL,
TRIGGERED_SCHEDULED_AGENTS,
CHAT_AGENTS_INTERNAL,
CHAT_AGENTS_EXTERNAL
confidence
number
default:1
Required range: 0 <= x <= 1
evidence
string | null

Response

Success.

data
PublicMemory · object
required
meta
object
required