- Filter content before indexing
- Configure custom OAuth applications for connectors
- Set organization-wide processing rules
- Control what gets indexed and what gets excluded
Settings are organization-wide and apply to all users and memories within your organization.
Why Settings Matter
The settings endpoint is crucial for teaching Supermemory about your specific use case. It helps Supermemory understand:- What you are: Your organization’s specific use case and purpose
- What to expect: The types of content and information flowing through your system
- How to interpret: Context for understanding queries in your specific use case
- What to prioritize: Which content matters most for your users
Example: Brand Guidelines Use Case
Without proper settings, when a user searches “what are our values?”, Supermemory might return random documents mentioning “values”. But with proper configuration:- Searches about “values” refer to brand values, not financial values
- “Tone” means brand voice, not audio settings
- Priority should be given to official, approved content
API Endpoints
Get Current Settings
Retrieve your organization’s current settings configuration.Update Settings
Update your organization’s settings. You only need to include the fields you want to change.Content Filtering Settings
Control what content gets indexed into Supermemory.Basic Filtering
Use include/exclude patterns to filter content:Intelligent LLM Filtering
Enable AI-powered content filtering for semantic understanding:Connector OAuth Settings
Configure custom OAuth applications for connector integrations.Google Drive Custom OAuth
Notion Custom OAuth
OneDrive Custom OAuth
Best Practices
1. Set Before Bulk Import
Configure settings before importing large amounts of content. Changes don’t retroactively affect existing memories.2. Be Specific in Filter Prompts
Provide clear context about your organization and expected search patterns:3. Test OAuth Credentials
Always test custom OAuth credentials in development before production:4. Monitor Filter Effectiveness
Check what’s being indexed to ensure filters work as expected:Important Notes
Settings Limitations:
- Changes are organization-wide, not per-user
- Settings don’t retroactively process existing memories
- OAuth credentials must be properly configured in respective platforms
- Filter patterns are applied during content ingestion
Related Documentation
- Connectors Overview - Setting up external integrations
- Google Drive Setup - Configure Google Drive OAuth
- Notion Setup - Configure Notion OAuth
- OneDrive Setup - Configure OneDrive OAuth