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

# Median

> Task management for developers and AI agents.

Median is a CLI-first task management tool. Create, track, and update tasks from the terminal. Works for humans and AI agents.

## Quick start

<Steps>
  <Step title="Install">
    ```bash theme={null}
    npm install -g @mediansh/cli
    ```
  </Step>

  <Step title="Connect your workspace">
    ```bash theme={null}
    mdn setup
    ```

    Paste your API key from [Settings > API Keys](https://median.sh) when prompted.
  </Step>

  <Step title="List your tasks">
    ```bash theme={null}
    mdn tasks
    ```
  </Step>
</Steps>

## Commands

<Columns cols={2}>
  <Card title="mdn tasks" icon="list-check" href="/cli/tasks">
    List and filter tasks.
  </Card>

  <Card title="mdn create" icon="plus" href="/cli/create">
    Create new tasks.
  </Card>

  <Card title="mdn status" icon="arrows-spin" href="/cli/status">
    Update task status.
  </Card>

  <Card title="mdn setup" icon="gear" href="/cli/setup">
    Connect to your workspace.
  </Card>
</Columns>
