# Dedicated enterprise deployment

Jatevo is an independent MIT-licensed gateway that teams can run in a dedicated environment. The code is available for self-hosting and inspection.

## Dedicated deployment

Use one isolated deployment and data directory per enterprise team, with its own provider credentials, encryption secret, owner accounts, domain and backup passphrase. Expose the gateway over TLS and keep all provider-management endpoints private. Assign multiple trusted owners so a departing administrator does not strand the deployment.

The current runtime uses a single gateway process and SQLite for admission consistency. Separate enterprise installations do not share credentials or state. Horizontal replicas sharing request budgets, SSO/SCIM and compliance certifications are not implemented by this repository.

## Operational handoff

- Record the deployment version, image/source revision, domain and named data volumes.
- Create owner accounts and configure provider connections and member policy.
- Verify permissions, revoked-key rejection and usage attribution with a small request.
- Schedule encrypted backups and verify restoration into an isolated installation.
- Monitor `/healthz`, provider errors, capacity and backup completion.
- Keep provider agreements, billing, support contacts and incident responsibilities in your operational documentation.

Define service levels, maintenance and support for your deployment. This codebase does not provide those commitments or require a hosted service to run.
