Deployment
Neural Inverse Enterprise runs either as a dedicated hosted instance managed by Neural Inverse, or on your own infrastructure. Both options run the same platform.
Dedicated Hosted
A dedicated isolated tenant at platform.neuralinverse.com. Managed by Neural Inverse, isolated from other customers, in the region you specify. No infrastructure to operate.
Contact enterprise@neuralinverse.com to provision.
On-Premises
Deploy the full platform inside your own infrastructure. All data stays in your environment. Air-gapped deployment is supported.
Two installation options are provided with your license:
Docker Compose - recommended for most on-premises deployments. A compose file and environment template are included.
Kubernetes (Helm) - for multi-replica production deployments:
helm repo add neuralinverse https://charts.neuralinverse.com
helm repo update
helm install neuralinverse-enterprise neuralinverse/enterprise \
--namespace ni-enterprise \
--create-namespaceA Neural Inverse Enterprise license key is required. Contact enterprise@neuralinverse.com to obtain one.
Connecting the IDE
Connect the Neural Inverse IDE to your instance:
Option 1 - Environment variable:
export NEURALINVERSE_ENTERPRISE_URL=https://platform.your-domain.comOption 2 - IDE Settings:
- Open Neural Inverse IDE
- Go to Settings > Enterprise
- Enter your instance URL and sign in
The IDE status bar shows Enterprise: Connected once connected. IAM policies, Checks frameworks, and Enclave rules are enforced immediately.
Authentication
| Method | Notes |
|---|---|
| Email / Password | Built-in |
| OIDC / OAuth2 | Okta, Azure AD, Google Workspace, or any OIDC provider |
| SAML 2.0 | Enterprise SSO |
| SCIM | Automatic user provisioning from your IdP |
Upgrades
Upgrades preserve all audit data, compliance configuration, violations, and IAM policies. Detailed upgrade instructions are included with your license package.
Support
Contact enterprise@neuralinverse.com or open a ticket at platform.neuralinverse.com/support.
Last edited