Documentation Index
Fetch the complete documentation index at: https://docs.landbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Using Landbase CLI in Claude Code and Codex
Use Claude Code and Codex to run parallel requests with Landbase, build dashboards, and integrate with other platforms.Installation
1. Install the CLI
On MacOS / Linux, run the following command in your terminal:curl -fsSL https://storage.googleapis.com/landbase-cli-releases/latest/install.sh | bash
On Windows (PowerShell):irm https://storage.googleapis.com/landbase-cli-releases/latest/install.ps1 | iex
2. Authenticate with your API Key
Run:Then paste in your API key. If you don’t have an API Key:
- Sign up at https://gtm.landbase.com.
- Click on your profile in the top right -> Manage Account -> API Keys, then create a new API key.
- Run
landbase-cli auth and paste your API key into the prompt.
3. Use with Claude Code / Codex
Prompt the agent to use the CLI. For example:Using the landbase-cli, run several queries to find the total number of AI startups in London.
Claude Code Tips
-
Stop Claude from asking you for permissions to run the landbase-cli.
Can you auto approve landbase-cli* in my user settings
-
Build your own visualisation and table.
Can you show the data in a front-end app using React and a TanStack table.
-
Connect with other services. To interact with other services, paste a link to their API docs, or if they have a CLI install it the same way you installed the landbase-cli.
Example Use Cases
Using the landbase-cli to build a TAM Map.More coming soon.