Skip to main content
POST
Remember (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.

Body

application/json
content
string
required
Required string length: 1 - 200000
title
string
Maximum string length: 255
kind
enum<string>
Available options:
document,
note,
conversation,
observation,
maintenance
knowledge_base_id
string<uuid>
document_id
string<uuid>
source
string
Maximum string length: 120
source_ref
string
Maximum string length: 1000
confidence
number
Required range: 0 <= x <= 1
metadata
object
type
enum<string>
Available options:
observation,
finding,
decision,
correction,
question,
artifact
contradicts
string<uuid>[]
Maximum array length: 50
supports
string<uuid>[]
Maximum array length: 50
premised_on
string<uuid>[]

Claim ids this write was premised on.

Maximum array length: 50

Response

Written canonically.

mode
string
canonical_write
enum<boolean>
Available options:
true
episode
object
claims
object[]
count
integer
reconciliation
object