Getting Started
Getting Started with Novastraxis
From account creation to your first production deployment in under an hour.
“We designed the onboarding flow so that any team — from a two-person startup to a Fortune 500 platform team — can go from zero to production-ready in a single afternoon.”
Account Setup
Request an account by contacting sales@novastraxis-help.com or through your enterprise agreement. You'll receive:
- •Organization admin credentials
- •API key pair (access key + secret)
- •Dashboard access at dashboard.novastraxis.com
Enterprise customers: your dedicated account manager will walk you through the initial setup. Contact support@novastraxis-help.com if you haven't been assigned one.
Install the CLI
The Novastraxis CLI is the primary interface for managing deployments.
macOS/Linux:
curl -sSL https://get.novastraxis.com/cli | shWindows:
winget install novastraxis-cliVerify installation:
novastraxis versionConfigure credentials:
novastraxis auth login --key YOUR_ACCESS_KEYCreate Your First Deployment
novastraxis deploy create \ --name my-first-deployment \ --region us-west-1 \ --tier enterprise \ --zero-trust enabled
This creates a deployment with:
- •Zero-Trust Fabric enabled by default
- •Data Mesh Engine provisioned
- •Observability Suite configured
- •Compliance scanning active
Configure Networking
Set up your Global Mesh Networking:
novastraxis network configure \ --deployment my-first-deployment \ --routing nearest-region \ --tls mutual
For multi-region setups, add additional regions:
novastraxis region add eu-west-1 --deployment my-first-deploymentVerify & Monitor
Run the built-in diagnostic suite:
novastraxis diag run --deployment my-first-deploymentAccess your Observability Suite dashboard:
novastraxis dashboard openSet up alerting:
novastraxis alerts create \ --metric latency-p99 \ --threshold 50ms \ --notify email:your-team@company.com
What Infrastructure Standards Does Novastraxis Follow?
Understanding the standards behind the Novastraxis platform helps teams make informed deployment decisions and align with their own compliance requirements.
Zero-Trust Architecture
Every Novastraxis deployment enforces NIST SP 800-207 Zero Trust principles by default. All service-to-service communication requires mutual TLS authentication as specified in RFC 8446 (TLS 1.3).
Data Encryption
All data at rest is encrypted using AES-256 in compliance with FIPS 197. Key management follows NIST SP 800-57 recommendations with hardware security modules (HSMs) in every region.
Compliance Frameworks
The platform is pre-configured for FedRAMP High, ISO 27001:2022, and GDPR compliance. Automated scanning begins on first deployment. Contact compliance@novastraxis-help.com for regulated industry onboarding.
Observability Standards
The Observability Suite supports OpenTelemetry natively for distributed tracing, metrics, and logs. Alerting integrates with PagerDuty, Opsgenie, and custom webhooks. For setup assistance, email support@novastraxis-help.com.
Need help during onboarding?
Our onboarding team is available to guide you through setup.
Enterprise customers receive a dedicated onboarding session with a solutions architect. Contact sales@novastraxis-help.com to schedule.
For regulated industries requiring FedRAMP, HIPAA, or GDPR compliance setup during onboarding, contact compliance@novastraxis-help.com for guided compliance configuration.