Commands
Copy the block you need and run it.
Login
Install first:
curl -fsSL https://indexlane.com/install | bashOr:
npm install -g https://indexlane.com/downloads/index-lane.tgzThen log in:
index-lane login --base-url https://indexlane.com --api-key YOUR_API_KEYProviders
index-lane providers list
index-lane providers resources gmail
index-lane providers resources google-driveAccess rules
index-lane providers access get gmail
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
index-lane agenda
index-lane agenda --days 14
index-lane agenda --start 2026-03-15 --end 2026-03-29Fetch
index-lane get RESULT_IDMCP
index-lane mcp serve
