CLI Overview
These are the commands most people need.
Install
curl -fsSL https://indexlane.com/install | bashDirect package install
npm install -g https://indexlane.com/downloads/index-lane.tgzLog in
index-lane login --base-url https://indexlane.com --api-key YOUR_API_KEYInspect providers
index-lane providers list
index-lane providers resources gmail
index-lane providers access get gmailUpdate access rules
index-lane providers access set gmail --json '{"mode":"labels","labelIds":["IMPORTANT"]}'Search
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 --explainAgenda
Use this for schedule questions instead of keyword search.
index-lane agenda
index-lane agenda --days 14
index-lane agenda --start 2026-03-15 --end 2026-03-29Fetch one result
index-lane get RESULT_IDStart MCP
index-lane mcp serve
