> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clientcommander.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the Client Commander API documentation

## Overview

Client Commander offers a clean and intuitive REST API designed to help developers build powerful integrations with minimal effort. The API is actively maintained and expanded, with new capabilities added regularly, always with a focus on preserving backward compatibility.

## API Endpoint

Client Commander uses a consistent URL structure for its API endpoints. A typical endpoint looks like this:

`https://api.clientcommander.com/v1/people`

Here's what each part represents:

* `https://` — HTTPS is required for secure communication. HTTP is not supported.
* `api.clientcommander.com` — The API hostname (unchanging).
* `v1` — The API version. Version 1 is currently the active and only version.
* `people` — The resource name, always plural (e.g., people, activities, tasks).

<br />

## Need Help?

We're here to assist!
Email us at [api@clientcommander.me](mailto:api@clientcommander.me) with any questions, and we’ll be glad to help you as you get started.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Get up and running with the SDK in minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore the REST API endpoints directly
  </Card>
</CardGroup>
