> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/platform-administration/snyk-broker/universal-broker/list-and-review-the-universal-broker-configuration-resources.md).

# List and review the Universal Broker configuration resources

How to list and review Universal Broker configuration resources with the snyk-broker-config CLI tool

The `snyk-broker-config` CLI tool provides resources to guide you in configuring your Universal Broker. The following types of resources are available:

* Connections
* Credentials
* Deployments
* Integrations

To list the workflows available, run `snyk-broker-config-workflows`.

```
> snyk-broker-config workflows
Interactive workflows for Deployments, Credentials, Connections and 
Integrations management

USAGE
     $ snyk-broker-config workflows COMMAND

TOPICS
      workflows connections   Universal Broker - Create Connection Workflow
      workflows credentials   Universal Broker - Create Credentials Workflow
      workflows deployments   Universal Broker - Create Deployment Workflow
      workflows integration   Universal Broker - Get Connection Integration Workflow
```

Run `snyk-broker-config workflows <RESOURCE>` to list the available resources to get, create, delete, disconnect, integrate, and migrate.

Run the available workflows and follow the prompts to use the specific resources.

```
> snyk-broker-config-workflows connections
Universal Broker - Create Connection Workflow

USAGE
  > snyk-broker-config workflows connections COMMAND
  
COMMANDS
 workflows connections create     Universal Broker - Create Connection Workflow
 workflows connections delete     Universal Broker - Delete Connection Workflow
 workflows connections disconnect Universal Broker - Connection Disconnect 
Integration(s) Workflow
 workflows connections get        Universal Broker - Get Connection Workflow
 workflows connections integrate  Universal Broker - Connection Create Integration(s) 
Workflow
 workflows connections migrate    Universal Broker - Existing Connection Migration 
Workflow
```

For a complete list of the available workflows and commands, see the list of [`snyk-broker-config` commands](https://github.com/snyk/snyk-broker-config?tab=readme-ov-file#commands) in the repository.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.snyk.io/platform-administration/snyk-broker/universal-broker/list-and-review-the-universal-broker-configuration-resources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
