- Via Claude Code or Codex
- Manual
If you use Claude Code or Codex, you can ask the agent to install the Landbase CLI for you. The agent will read the Landbase docs, choose the right install command for your computer, help you sign in, and run a quick read-only check.Use the workspace, terminal, or project where you want This opens a Landbase consent page in your browser. If you are not already signed in, sign in or create an account at https://gtm.landbase.com, then approve the CLI access request.When authorization is complete, return to Claude Code or Codex. The agent should continue and verify the install.If the agent is running in a remote or headless environment, it may print a URL instead of opening your browser. Open that URL manually to finish signing in.Only do this if you are comfortable allowing Claude Code to run
Copy this prompt
Paste this into Claude Code or Codex:landbase-cli to be available.What the agent will do
The agent should:- Open the Landbase install docs.
- Install
landbase-clifor macOS, Linux, or Windows. - Confirm the CLI is on PATH.
- Help you authenticate with Landbase.
- Run a read-only command to make sure the install works.
During authentication
The agent will run:Confirm it worked
The setup is complete when the agent confirms:landbase-cli --versionprints a version.landbase-cli authsucceeds or finds an existing sign-in.landbase-cli datasets list --limit=1 --no-update-checkexits successfully.
Stop Claude Code from asking for permissions
Claude Code may ask before it runs CLI commands. If you want Claude Code to stop asking for every Landbase CLI command, you can tell it:landbase-cli commands without asking each time.
