Auth — mem.auth
signup and login return {"token", "user"}; me returns the verified claims.
Browse — mem.browse
Paginated reads of org content:
Workspaces — mem.workspaces
Admin — mem.admin (founder-only)
Admin calls require an account with founder access; everyone else gets
403
(except admin.me(), which simply returns {"is_founder": false}).The SDK’s admin namespace is read-only. Founder write-actions — change a
workspace’s plan, add a user, view a workspace’s activity — are available on the
REST API; see Admin.
Health & status
Export
session_id,
since, until).
Full API reference
Every endpoint behind these methods.