Nexplane Documentation¶
Nexplane is a security control plane that gives your security team a single, auditable interface for making changes across your entire infrastructure -- cloud accounts, identity systems, secrets managers, databases, and bare-metal hosts.
Every change in Nexplane is structured: it has a risk score, an approval gate, an execution step, a verification step, and a typed rollback. Nothing runs ad hoc. Nothing is irreversible by accident.
What Nexplane Does¶
| Capability | Description |
|---|---|
| Change Requests | Structured, approved, auditable changes across any connector |
| Risk Scoring | Automatic risk assessment before any change executes |
| Approval Gates | Single or multi-party approval with policy enforcement |
| Typed Rollback | Every change type knows its own inverse operation |
| Asset Discovery | Continuous inventory across all connected systems |
| Connector Library | 14 connectors covering cloud, identity, secrets, databases, and hosts |
| Agent Execution | Go-based agent runs hardening and local changes on-host |
Quick Start¶
If you want to be up and running in 15 minutes, start here:
- Install Nexplane with Docker Compose
- Connect your first cloud account
- Create your first change request
- Deploy the agent to a host
Architecture at a Glance¶
Nexplane has three layers:
- Control Plane -- FastAPI backend and React frontend, hosted by Nexplane or self-hosted in your VPC
- Connectors -- credential-backed integrations that talk to cloud APIs, identity systems, and databases
- Agent -- a Go binary that runs on Linux, Windows, and macOS hosts and executes local changes
All connector credentials are encrypted at rest. The agent communicates with the control plane over mutual TLS. No credentials ever leave the control plane unencrypted.
See Architecture Overview for the full picture.
Connectors¶
Nexplane ships connectors for:
Cloud: AWS -- GCP -- Azure -- OCI
Secrets: HashiCorp Vault
Orchestration: Kubernetes
Databases: PostgreSQL -- Redis -- MongoDB
Need Help?¶
- Browse the Runbooks for common operational issues
- Check the API Reference for integration docs
- Email hello@nexplane.ai