ReferenceAPIREST API
Spaces
Spaces API endpoints
Spaces
Manage memory storage spaces as isolated domains.
Query Parameters
When using GET endpoints (like List Spaces), query parameters support both CamelCase and snake_case naming conventions:
- CamelCase (OpenAPI spec format):
ownerId,maxResults,sortBy,sortOrder - snake_case (alternative format):
owner_id,max_results,sort_by,sort_order
Both naming conventions are accepted and can be used interchangeably:
# Both of these are valid
GET /v1/spaces?ownerId=user_123&maxResults=10
GET /v1/spaces?owner_id=user_123&max_results=10Endpoints
POSTCreate a new SpaceDELETEDelete a spaceGETGet a space by IDGETList memories in a spaceGETList spacesPUTUpdate a space