Multi-tenant SaaS
Create an organization, invite your team. Every agent in your company shares one persistent memory — patterns, conventions, decisions, all accessible across every person and every session.
- Self-service signup — no sales call needed
- One company memory, every agent reads and writes it
- Auth0 SSO for dashboard and MCP access
- Kill the silos — Person A's learnings are Person B's context
- Email invitations (optional) for team members
Self-hosted
Clone the repo, run Docker Compose, and point your agent at the install URL. Five automated steps, zero configuration.
- Create Docker ComposeCreates or updates
docker-compose.steward.ymlwith the Steward service, SQLite, and log streaming sidecars. - Create SetupWalks through 4 configuration questions (LLM provider, embeddings, database, log streaming) and generates
.env-steward. - Log Capture SetupConfigures Fluent Bit or direct log ingestion so ACS can collect and query logs from your apps.
- MCP WrappingWraps your apps' REST APIs as native MCP tools so agents can call them directly via ACS.
- Create AGENTS_STEWARD.mdGenerates startup instructions so every future agent that connects knows how to register and work in this project.
All 5 steps run automatically. You provide direction — the agent handles the setup.
Full setup guide →