Request Body
Name of the memory bucket
Optional description for the memory bucket
Response
Whether the operation was successful
Unique identifier for the created bucket
Unique identifier (same as bucket_id)
Name of the created bucket
Description of the created bucket
ISO 8601 timestamp of creation
{
"name": "My Memory Bucket",
"description": "Personal memories and notes"
}
{
"success": true,
"bucket_id": "550e8400-e29b-41d4-a716-446655440000",
"unique_id": "550e8400-e29b-41d4-a716-446655440000",
"name": "My Memory Bucket",
"description": "Personal memories and notes",
"created_at": "2024-01-01T00:00:00",
"message": "Memory bucket created successfully (mock)"
}