latestOpenAPI 3.1.02026-08-223321,1001.6 MB

2134ebffd1ef

Create Memory

Create a new memory.

Args: request: Request containing memory details. authorized_user: Authorized user with organization context.

Returns: Created memory object.

Raises: HTTPException: If category not found or creation fails.

post/memories

Request body

titlestring required

Title of the memory

instructionsstring required

Instructions or content of the memory

use_casestring nullable

Use case for the memory

type'manual' | 'wiki' | 'runbook' | 'postmortem' | 'faq' | 'code_summary' | 'dashboard_summary' | 'log_field_mapping' | 'elastic_index_mapping' | 'service_catalog' | 'metrics-paths' | 'unknown'
categorystring required

UUID of the category

Response

Successful Response

idstring nullable

UUID of the memory

titlestring nullable required

Title of the memory

instructionsstring nullable required

Instructions or content

categorystring nullable

UUID of the category

use_casestring nullable

Use case for the memory

typestring nullable

Type of memory

is_enabledboolean nullable

Whether the memory is enabled

last_updated_user_idstring nullable

User ID who last updated this memory