Back to Openviking

Cli

docs/images/agents/en/cli.md

0.3.24617 B
Original Source

Copy and run the following commands step by step in your terminal to complete OpenViking CLI installation, configuration, and usage:

Step 1: Install OpenViking CLI and enter the configuration flow:

bash
npm i -g @openviking/cli && ov config

Step 2: When prompted, enter the OpenViking Base URL and API Key

  • Base URL: Copy the following Base URL into your terminal
text
https://api.vikingdb.cn-beijing.volces.com/openviking
  • API Key: Copy the API Key shown on the page into your terminal

Step 3: After configuration, run the following command to view CLI usage:

bash
ov --help