The GibsonAI CLI is a command-line interface that lets you manage GibsonAI directly from the terminal. This guide will help you quickly set up and start using the GibsonAI CLI.
Install the CLI
Install the GibsonAI CLI:
Verify the installation by checking the CLI version:
gibson --version
For the latest version, refer to the Gibson CLI GitHub repository
Run Gibson
Just execute
gibson
. This will set things up for you and open a browser window where you can authorize the CLI to access your GibsonAI account.gibson
note
On some browsers like Safari, you may need to find a blocked popup and allow it after logging in.
Authentication
Alternatively, you can authenticate with GibsonAI by running:
gibson auth login
Configure Your API Key
After creating your project at app.gibsonai.com, you'll receive an API key via email. Configure it:
gibson conf api::key [API key]