AgentQL CLI

The AgentQL CLI is a tool designed to assist you in using the AgentQL SDK. It can help you set up your development environment.

Available Commands

agentql

Show a list of available commands along with their description.

agentql init

Set up the AgentQL development environment by installing the required dependencies for AgentQL and setting up the AgentQL API Key. It also provides an option to download an example script into the current directory.

agentql new-script

Creates a template script in the current directory. Users can choose between asynchronous and synchronous scripts to download.

Options

OptionDescription
-h, --helpShow all available options.
-t, --typeSpecify whether to download synchronous or asynchronous templates. Available options are sync or async