§ ENT · P1
What we deploy
The stack that runs on your infra.
Delivery is a docker-compose with four services plus our client app, pointed at your domain instead of agentnine.io. No proprietary "enterprise builds" — the same code as our production, just under your control.
01 · Relay
Fastify + WebSocket server
A Node app in Docker, listening on the port you choose. Handles auth, the LLM proxy, MCP, quotas, sessions. Source is opened under the contract.
02 · Postgres
Your Postgres 16
Stores users, sessions, transcripts, api_calls. Connect your existing cluster or run it as part of the compose stack. Backups follow your processes.
03 · LLM routing
Your providers, your keys
The relay routes LLM requests by config: list your providers (Anthropic direct, OpenAI-compatible and any compatible ones), order and fallback. Keys are environment variables, never in code.
04 · Admin panel
User management
A web interface to invite, block, view spend and set per-user quotas. Installed alongside the relay, access via your SSO.
05 · Desktop client
Built for your relay
A custom MSI/.deb with your domain in tauri.conf.json and your updater channel. Auto-update pulls from your server, no trips to agentnine.io.
06 · Support
No "not our problem"
We support the product at the code level: bug fixes, security patches, minor releases. You own the infra. Boundaries are written into the SLA.