> ## Documentation Index
> Fetch the complete documentation index at: https://docs.linkup.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Linkup CLI

> _Released: June 2026_

We're introducing the Linkup CLI, a terminal client for running [**Search**](/pages/documentation/endpoints/search/overview), [**Fetch**](/pages/documentation/endpoints/fetch/overview), [**Research**](/pages/documentation/endpoints/research/overview) and [**Tasks**](/pages/documentation/endpoints/tasks/overview) from your shell.

Install it from npm:

```shell theme={"system"}
npm install -g linkup-search-cli
```

Configure your API key once with `linkup setup`, or set `LINKUP_API_KEY` for scripts and CI.

Read the full CLI guide: [CLI](/pages/sdk/cli/cli).

### How to use

```shell theme={"system"}
linkup search "What is Microsoft's 2024 revenue?" --depth deep
linkup fetch https://example.com --render-js
linkup research "State of the semiconductor market in 2026" --wait
linkup tasks create --file tasks.json --wait
```
