> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# voiceflow

> Reference for Voiceflow CLI command syntax and global options.

Voiceflow CLI

## Synopsis

Welcome to voiceflow-cli!

This utility provides you with an easy way to interact\
with your Voiceflow agents.

You can find the documentation at [https://github.com/xavidop/voiceflow-cli](https://github.com/xavidop/voiceflow-cli).

Please file all bug reports on GitHub at [https://github.com/xavidop/voiceflow-cli/issues](https://github.com/xavidop/voiceflow-cli/issues).

```
voiceflow [flags]
```

## Options

```
  -h, --help                         help for voiceflow
  -z, --open-api-key string          Open API Key (optional)
  -o, --output-format string         Output Format. Options: text, json. Default: text (optional) (default "text")
  -u, --skip-update-check            Skip the check for updates check run before every command (optional)
  -v, --verbose                      verbose error output (with stack trace) (optional)
  -x, --voiceflow-api-key string     Voiceflow API Key (optional)
  -b, --voiceflow-subdomain string   Voiceflow Base URL (optional). Default: empty
```

## See also

* [voiceflow agent](/developer-tools/voiceflow-cli/command-line-usage/voiceflow-agent) - Actions on agents
* [voiceflow analytics](/developer-tools/voiceflow-cli/command-line-usage/voiceflow-analytics) - Actions on analytics
* [voiceflow completion](/developer-tools/voiceflow-cli/command-line-usage/voiceflow-completion) - Generate the autocompletion script for the specified shell
* [voiceflow dialog](/developer-tools/voiceflow-cli/command-line-usage/voiceflow-dialog) - Start a dialog with the Voiceflow project
* [voiceflow document](/developer-tools/voiceflow-cli/command-line-usage/voiceflow-document) - Actions on documents
* [voiceflow jsonschema](/developer-tools/voiceflow-cli/command-line-usage/voiceflow-jsonschema) - outputs voiceflow's JSON schema
* [voiceflow kb](/developer-tools/voiceflow-cli/command-line-usage/voiceflow-kb) - Actions on knowledge base
* [voiceflow server](/developer-tools/voiceflow-cli/command-line-usage/voiceflow-server) - Start a Voiceflow server
* [voiceflow test](/developer-tools/voiceflow-cli/command-line-usage/voiceflow-test)	 - Actions on conversation testing
* [voiceflow transcript](/developer-tools/voiceflow-cli/command-line-usage/voiceflow-transcript) - Actions on transcripts
* [voiceflow version](/developer-tools/voiceflow-cli/command-line-usage/voiceflow-version) - Get voiceflow-cli version
