Integration Patterns
SAK can be adopted module by module or as a full agent infrastructure bundle. Teams should choose the starting point based on their current pain.
Identity-first
Best for teams building agent products from day zero.
Integration path:
- GenAuth defines users, Agent Profiles, and authorization boundaries.
- MCP Hub Profiles connect external tools and protected resources.
- Web Agent executes search, extraction, and browser actions within authorized scope.
- GUM records user context and action memory.
Memory-first
Best for long-term companions, AI assistants, personal hardware, or cross-product user profiles.
Integration path:
- GUM defines Chat/Profile/Action/Search Memory layers.
- User context is extracted from conversation, search, and action events.
- GenAuth adds user ownership and privacy erasure strategy.
- Web Agent writes search and action traces back into memory context.
Web-action-first
Best for teams with clear live web data and browser action needs.
Integration path:
- Web Agent provides Search, Textify, and Do/Track capabilities.
- GUM handles query rewriting and search memory.
- GenAuth controls protected resource access.
- Sources, extracted results, and browser actions are recorded for review.
Full SAK bundle
Best for production digital employees or complex long-running agents.
Full chain:
- GenAuth defines identity and permissions.
- GUM injects context.
- Web Agent and MCP tools perform external actions.
- Results are written back as explainable user context and action records.