# Getting Started with MongoDB Atlas ## Prowler CLI ### Authentication Methods #### Command-Line Arguments ```bash prowler mongodbatlas --atlas-public-key --atlas-private-key ``` #### Environment Variables ```bash export ATLAS_PUBLIC_KEY= export ATLAS_PRIVATE_KEY= prowler mongodbatlas ``` ### Scan All Projects and Clusters After storing API keys, run Prowler with the following command: ```bash prowler mongodbatlas --atlas-public-key --atlas-private-key ``` Alternatively, set API keys as environment variables: ```bash export ATLAS_PUBLIC_KEY= export ATLAS_PRIVATE_KEY= ``` Then run Prowler with the following command: ```bash prowler mongodbatlas ``` ### Scanning a Specific Project To scan a specific project, add the following argument to the command above: ```bash prowler mongodbatlas --atlas-project-id ```