---
name: deepline-setup
description: Install the official Deepline CLI.
---

# Install Deepline

Deepline is a GTM data CLI for coding agents.

Package: https://www.npmjs.com/package/deepline

## Setup

Run `deepline --version`. If it is unavailable:

~~~bash
npm install -g deepline@latest
~~~

Given a workspace name:

~~~bash
deepline auth register --org-name <name>
~~~

Otherwise:

~~~bash
deepline setup --json
~~~

On desktop, setup opens sign-in. Otherwise it prints a link. On failure, run `deepline doctor --json`.

## Getting started

After verified setup, continue an existing task. Otherwise, if the user's business email domain is known, infer their company name for the competitor-tracking choice. Do not guess personal or unknown domains. Ask: "Deepline is ready. What would you like to do?" Offer one choice below, then wait:

- /deepline-gtm Track competitors of my company. Use my business email domain when available; otherwise ask for my company name.
- /deepline-gtm Find 10 CTOs at B2B SaaS companies and enrich them with email addresses.
- /deepline-gtm Find the best people to contact at these companies and verify their email addresses.
