Index LaneLive integration hub
OverviewProvidersDocs
Loading
Skip to Content
Index Lane DocsCLI + MCP
AppProvidersQuickstart
Search docs
  • Index
  • Demo
    • Introduction
    • Quickstart
      • Overview
      • Overview
      • Commands
      • Search
      • Access Rules
      • Overview
      • Auth Model
      • Tools
  • Providers
  • Index
  • Demo
    • Introduction
    • Quickstart
      • Overview
      • Overview
      • Commands
      • Search
      • Access Rules
      • Overview
      • Auth Model
      • Tools
  • Providers

On this page

  • Install
  • Direct package install
  • Log in
  • Inspect providers
  • Update access rules
  • Search
  • Agenda
  • Fetch one result
  • Start MCP
Question about this page?Edit this page
DocsCLIOverview

CLI Overview

These are the commands most people need.

Install

Copy and run
curl -fsSL https://indexlane.com/install | bash

Direct package install

Copy and run
npm install -g https://indexlane.com/downloads/index-lane.tgz

Log in

Copy and run
index-lane login --base-url https://indexlane.com --api-key YOUR_API_KEY

Inspect providers

Copy and run
index-lane providers list
index-lane providers resources gmail
index-lane providers access get gmail

Update access rules

Copy and run
index-lane providers access set gmail --json '{"mode":"labels","labelIds":["IMPORTANT"]}'

Search

Copy and run
index-lane search "launch notes"
index-lane search "launch notes" --provider gmail notion
index-lane search "launch notes" --limit 12
index-lane search "launch notes" --full
index-lane search "launch notes" --grouped --explain

Agenda

Use this for schedule questions instead of keyword search.

Copy and run
index-lane agenda
index-lane agenda --days 14
index-lane agenda --start 2026-03-15 --end 2026-03-29

Fetch one result

Copy and run
index-lane get RESULT_ID

Start MCP

Copy and run
index-lane mcp serve
OverviewCommands
Index Lane v1 docs