Self-hosting vs Cloud
Your agent on your infrastructure, or hosted Humaner Cloud.
For AI agents
Make your choice
- Cloud: hosted mailbox, Companion, calendar, and tasks. Custom so your own agent calls the same mailbox over MCP or REST.
- Self-hosting: your LLM and workspace on your infrastructure. Point teammates and your agent at the same mailbox.
| Feature | Self-hosting | Cloud |
|---|---|---|
| Collaborative mailbox | ✓ | ✓ |
| Companion (native agent) | Your LLM | Managed |
| MCP / REST mailbox tools | ✓ | ✓ |
| Organization & team access | ✓ | ✓ |
| Calendar & tasks | ✓ | ✓ |
| Knowledge retrieval | Your stack | Managed |
| Cross-session memory | - | Cloud |
| Gmail / Microsoft / IMAP | Connect your hosts | ✓ |
Self-hosting steps
- Fork the repo. Set DATABASE_URL, auth secrets, NEXT_PUBLIC_DEPLOYMENT_MODE=oss, and your LLM API key.
- Deploy the dashboard; complete OSS onboarding with a Unique system prompt.
- Point your agent at the mailbox over MCP or REST.
- Invite teammates to the same workspace.