Skip to main content
POST
Merge memory proposal (user)

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Headers

X-Naive-Project-Id
string<uuid>

Act inside this project. The header form of the /v1/projects/{project_id}/... prefix, for clients that cannot rewrite their base path. Lower precedence than the path, higher than the key's pinned project; omitted resolves to the organization's default project.

Path Parameters

user_id
string
required

Tenant user UUID, or default / me for the account's default agentProfile.

id
string
required

Memory proposal id.

Body

application/json
reason
string

Decision reason.

Maximum string length: 1000
merge_target_id
string<uuid>

Proposal this one is merged into.

edited_payload
object

Ignored on merge.

owner
string
Maximum string length: 255
expires_at
string<date-time>
reverify_at
string<date-time>

Response

Proposal merged.

proposal
object

Memory proposal (contracts/brain-ops.ts formatProposal).