projects

Create a project memory

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

post/v1/projects/{projectId}/memories

Path parameters

projectIdstring required

Project ID or shortId

Headers

Authorizationstring required

API key authentication using Bearer token format

Request body

category'site_structure' | 'test_insights' | 'user_preferences' required
titlestring required
contentstring required
importance'high' | 'medium' | 'low' required

Response

Project memory created

prunedinteger required

Changes

Changed in 1 of the 19 revisions of this API.21

  • bf198f94879a21See the full diff
    • the content request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the title request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the title request property's maxLength was set to 200

      request-property-max-length-set