Create a project memory

View as Markdown
Create a manual project memory that agents can use as project context.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

projectIdstringRequired
Project ID or shortId

Request

This endpoint expects an object.
categoryenumRequired
Allowed values:
titlestringRequired1-200 characters
contentstringRequired>=1 character
importanceenumRequired
Allowed values:

Response

Project memory created
memoryobject
prunedinteger

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error