API Keys
All API requests require authentication using a Bearer token. Get your API key from the Developer Platform. Include your key in all requests:Connector Branding
When users connect external services (Google Drive, Notion, OneDrive), they see a “Log in to Supermemory” prompt by default. You can replace this with your own app name by providing your own OAuth credentials via the settings endpoint.Scoped API keys
Scoped keys are restricted to one or morecontainerTags. They can only access documents and search within those containers — use them to give a client, session, or tenant limited access without shipping your org master key.
Pairs with container tags for multi-tenant isolation.
Allowed endpoints: /v3/documents, /v3/memories, /v4/memories, /v3/search, /v4/search, /v4/profile
Scoped keys cannot read billing, manage org settings, or mint further keys.
Create a scoped key
Parameters
Response
Disable a scoped key
Revoke with theid from creation. Subsequent requests get 401. Memories and container tags are not deleted.