# Authentication

Sign in to your Tomba account.

## Login Usage

```bash
tomba login
CLI utility to search or verify lists of email addresses in minutes.


    ████████╗ ██████╗ ███╗   ███╗██████╗  █████╗    ██╗ ██████╗
    ╚══██╔══╝██╔═══██╗████╗ ████║██╔══██╗██╔══██╗   ██║██╔═══██╗
       ██║   ██║   ██║██╔████╔██║██████╔╝███████║   ██║██║   ██║
       ██║   ██║   ██║██║╚██╔╝██║██╔══██╗██╔══██║   ██║██║   ██║
       ██║   ╚██████╔╝██║ ╚═╝ ██║██████╔╝██║  ██║██╗██║╚██████╔╝
       ╚═╝    ╚═════╝ ╚═╝     ╚═╝╚═════╝ ╚═╝  ╚═╝╚═╝╚═╝ ╚═════╝


✔ API key: ***************************************
✔ Secret Key: ***************************************█


✓ You have successfully logged in to tomba.

```

**Details:**  
This command will prompt you to enter your Tomba API credentials.

## Logout Usage

Delete your current API key and secret session.

```bash
tomba logout

✓ Successfully disconnected.

```

**Details:**  
Use this command to securely log out and remove your saved API session.
