# API integrations and CLI usage

## API integrations and CLI usage

The primary method of managing infrastructure in Triton data center is with the Triton command line tool.

* [`triton` CLI](/api/triton-cli-tool.md)

Container Monitor is a Prometheus-compatible interface to performance metrics for all your instances on Triton.

* [Container Monitor with Prometheus](/api/container-monitor-with-prometheus.md)

The Triton Go SDK is an idiomatic library exposing a client SDK for Go applications using Triton Compute and Triton Object Storage. The Triton Go SDK is used in several open source projects.

* [`triton-go`](https://github.com/joyent/triton-go/)

Additionally, there are a number of well-known API integrations with Triton Compute Service, including:

* [Docker](broken://pages/-LuID4a1sKuPAsgSAf5s)
* [Hashicorp's Packer](/api/hashicorp/create-and-manage-images-with-packer.md)
* [Hashicorp's Terraform](/api/hashicorp/manage-infrastructure-with-terraform.md)


---

# Agent Instructions: 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.mnx.io/getting-started/api-integrations-and-cli-usage.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.
