> ## 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

> API Reference Overview

The Client Commander API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

## Base URL

```bash theme={null}
https://api.clientcommander.com/v1
```

## Resources

<CardGroup cols={2}>
  <Card title="People" icon="users" href="/api-reference/people">
    Manage contacts and leads
  </Card>

  <Card title="Tasks" icon="check-double" href="/api-reference/tasks">
    Manage todos and follow-ups
  </Card>

  <Card title="Deals" icon="dollar-sign" href="/api-reference/deals">
    Manage sales pipelines
  </Card>

  <Card title="Activities" icon="list-timeline" href="/api-reference/activities">
    Log calls, notes, and emails
  </Card>
</CardGroup>
