Web UI
Navigate to your Soria instance and you’ll be redirected to the login page if you’re not authenticated. Sign in with your credentials — no additional setup required.MCP via proxy (recommended)
The MCP proxy handles authentication automatically. Once you’ve added it to your Claude Code config and the backend is running, Claude Code authenticates through the browser flow on first connection.MCP via direct HTTP
When connecting directly to the MCP endpoint, use:Switching environments
The MCP proxy supports switching between environments (local, staging, production, PR previews) without re-authenticating:If you see authentication errors after switching environments, use
environment_switch with the local target to reconnect to your local backend, then switch back to the intended environment.