Install the CLI, define your first environment, and understand the concepts Nexora is built on.
The Nexora CLI authenticates against your account and provisions your first environment from a single manifest. The full walkthrough covers authentication, writing your manifest, and reviewing your first plan.
Read the quickstartcurl -fsSL https://cli.nexorasystems.com/install | sh
nexora login
nexora init production-us-eastA named, provisioned collection of infrastructure Nexora manages as a unit — for example, a staging environment or a regional production deployment.
The declarative YAML file that defines an environment's compute, networking, and policy. The source of truth Nexora provisions against.
Rules written as code that block non-compliant infrastructure changes at plan time, before they ever reach production.
Any difference between a manifest and the live infrastructure it describes. Nexora detects and can auto-remediate drift continuously.
curl -fsSL https://cli.nexorasystems.com/install | shnpm install @nexorasystems/sdkgo get github.com/nexora-systems/nexora-gopip install nexora-sdkEvery CLI and SDK action is backed by Nexora’s REST API. Review authentication, endpoints, and rate limits.