Skip to main content
The lindoai CLI lets you manage your Lindo workspace from the terminal. Built for both developers and AI agents.

Installation

Quick Start

Authentication

Two methods:
  1. Browser login — Run lindoai login to open a browser and authenticate interactively.
  2. API key — Set LINDO_API_KEY environment variable for headless/agent use.

Command Reference

Sites

Pages

Blogs

Clients

Workflows

Workspace

Config

Output Formats

Table (default)

Human-readable formatted output:

JSON

Machine-readable output for scripting and AI agents:

Agent Usage

The CLI is designed for AI agents that operate via shell commands. Key features:
  • JSON output--format json for machine parsing
  • Non-interactive authLINDO_API_KEY env var, no browser needed
  • Clear errors — Actionable error messages with fix suggestions
  • Idempotent — Safe to retry operations

Example: Agent Script

Configuration

Config is stored in ~/.lindo/config.json.

Precedence

  1. Environment variables (highest)
  2. Config file
  3. Defaults (lowest)

Environment Variables

Resources