Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://app.memorylake.ai/openapi/memorylake/api/v3/workspaces/ws-7k8m9n0p1q2r/actors?page_size=20' \ -H 'Authorization: Bearer sk_xxxxxx'
curl -X GET 'https://app.memorylake.ai/openapi/memorylake/api/v3/workspaces/ws-7k8m9n0p1q2r/actors?page_size=20&continuation_token=eyJsYXN0X2lkIjoiYWN0LWY2ZTVkNCJ9' \ -H 'Authorization: Bearer sk_xxxxxx'
{ "success": true, "data": { "items": [ { "actor_id": "act-a1b2c3d4e5f6", "custom_id": "user-ext-001", "actor_type": "HUMAN", "display_name": "Alice Chen", "bound_at": "2025-03-15T09:00:00Z" }, { "actor_id": "act-f6e5d4c3b2a1", "custom_id": "system-intake", "actor_type": "system", "display_name": "Intake Bot", "bound_at": "2025-03-15T09:05:00Z" } ], "continuation_token": null } }
List actors bound to a workspace
GET /openapi/memorylake/api/v3/workspaces/{workspaceId}/actors
workspace:actor_list
Show Paginated workspace actor bindings
Show Actor binding
HUMAN
ASSISTANT
null