> For the complete documentation index, see [llms.txt](https://docs.verygoodsecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verygoodsecurity.com/vault/developer-tools/vgs-cli.md).

# VGS CLI

The VGS CLI is a developer tool that helps you build, test, and manage your VGS configurations programmatically from a terminal. It enables programmatic usage of VGS APIs in code or as a part of a script or CI/CD pipeline.

## What can it do

You can use the VGS CLI to manage [routes](/vault/http-proxy.md), preferences, [service accounts](/enterprise-platform/access-management/service-accounts-for-programmatic-access.md), [vaults](/vault/vault.md), credentials, and [logs](/vault/developer-tools/vault-management/audit-logs.md).

## How do I get it

You can install the VGS CLI from [PyPi](/vault/developer-tools/vgs-cli/getting-started.md#pypi) or run via the [VGS CLI Docker Image](/vault/developer-tools/vgs-cli/docker.md).

## How do I use it

Read the [VGS CLI Quickstart](/vault/developer-tools/vgs-cli/getting-started.md#quick-start) to learn how to install, authenticate, and manage resources using the VGS CLI.

## Where do I go for help

* [VGS CLI Getting Started](/vault/developer-tools/vgs-cli/getting-started.md)
* [VGS CLI Commands](/vault/developer-tools/vgs-cli/commands.md)
* [VGS CLI Docker Image](/vault/developer-tools/vgs-cli/docker.md)
* [VGS CLI Troubleshooting](/vault/developer-tools/vgs-cli/troubleshooting.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verygoodsecurity.com/vault/developer-tools/vgs-cli.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
