Getting Started
Getting Started with Atlas
Welcome to the Atlas Privacy documentation. Atlas is the enterprise-grade platform designed specifically to meet the strict technical requirements of the Indian Digital Personal Data Protection Act (DPDPA).
Prerequisites
- An active Atlas Enterprise license.
- Administrator access to your organization's IT infrastructure (for deployment).
- Familiarity with basic REST API concepts (for custom integrations).
Quick Installation
For cloud-based deployments, the Atlas control plane is fully managed. You only need to deploy the Atlas Fleet Scanners within your VPC to begin discovering unstructured data.
# Install the Atlas CLI tool
curl -sL https://cli.atlas-suite.com/install | bash
# Authenticate with your enterprise token
atlas login --token YOUR_ENTERPRISE_TOKEN
# Initialize a new scanner node
atlas node init --region ap-south-1Security Notice
The Atlas CLI utilizes Zero-Trust Architecture. It will never transmit raw PII back to the Atlas control plane; only metadata and risk classifications are synced.
Was this helpful?
Ask Support