Get Started

This guide is intended to provide a basic overview on how the Commander API operates and how you can use it in your environment.

The Commander API provides an interface to interact programmatically with your Commander installation using the language or tool of your choice. This allows you to automate repetitive tasks or create scripts to simplify complex, multi-step actions.

The Commander API uses regular HTTP requests with normal HTTP verbs including GET, POST, PUT, PATCH, and DELETE. The API expects JSON body content and returns JSON content.