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

  • Login
  • Providers
  • Access rules
  • Search
  • Agenda
  • Fetch
  • MCP
Question about this page?Edit this page
DocsCLICommands

Commands

Copy the block you need and run it.

Login

Install first:

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

Or:

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

Then log in:

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

Providers

Copy and run
index-lane providers list
index-lane providers resources gmail
index-lane providers resources google-drive

Access rules

Copy and run
index-lane providers access get gmail
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

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

Fetch

Copy and run
index-lane get RESULT_ID

MCP

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