Skip to main content
POST
Create a Nucleus memory manually

Authorizations

Authorization
string
header
required

A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.

Body

application/json
subject
string
required

Short label for the memory (e.g., 'Initech security posture').

Required string length: 1 - 200
content
string
required

The full memory content.

Required string length: 1 - 2000
memoryType
enum<string>
default:client
Available options:
client,
pattern,
preference
projectId
string<uuid> | null

Response

Memory created

id
string<uuid>
required
memoryType
enum<string>
required
Available options:
client,
pattern,
preference
subject
string
required
Maximum string length: 200
content
string
required
Maximum string length: 2000
sourceType
enum<string>
required
Available options:
explicit,
extracted,
detected
confidence
number
required
Required range: 0 <= x <= 1
userId
string
projectId
string<uuid> | null
stakeholderId
string<uuid> | null
timesRetrieved
integer
createdAt
string<date-time>
updatedAt
string<date-time>