# prb thirdParty command reference

Manage thirdParties. This page documents **8 commands** under `prb thirdParty`.

Run any command with `--help` to inspect the flags, accepted values, and examples provided by your installed version. Return to the [complete CLI command reference](/docs/developers/cli/commands) to browse another command.

| Command                  | Description                                            | Usage                                                    | Source                                                                                                       |
| ------------------------ | ------------------------------------------------------ | -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| `prb thirdParty`         | Manage thirdParties.                                   | `prb thirdParty <command>`                               | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/thirdpartymgmt/thirdpartymgmt.go)  |
| `prb thirdParty create`  | Create a new thirdParty.                               | `prb thirdParty create`                                  | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/thirdpartymgmt/create/create.go)   |
| `prb thirdParty delete`  | Delete a thirdParty.                                   | `prb thirdParty delete <id>`                             | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/thirdpartymgmt/delete/delete.go)   |
| `prb thirdParty list`    | List thirdParties in an organization.                  | `prb thirdParty list`                                    | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/thirdpartymgmt/list/list.go)       |
| `prb thirdParty publish` | Publish the thirdParty register as a document version. | `prb thirdParty publish`                                 | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/thirdpartymgmt/publish/publish.go) |
| `prb thirdParty update`  | Update a thirdParty.                                   | `prb thirdParty update <id>`                             | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/thirdpartymgmt/update/update.go)   |
| `prb thirdParty vet`     | Start AI vetting of a third party from its website.    | `prb thirdParty vet <thirdParty-id> --url <website-url>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/thirdpartymgmt/vet/vet.go)         |
| `prb thirdParty view`    | View a thirdParty.                                     | `prb thirdParty view <id>`                               | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/thirdpartymgmt/view/view.go)       |
