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

# Introduction

> Overview of the Caspen API and how to begin integrating

## Welcome to the Caspen API

Caspen streamlines your allied health practice so you can focus on what matters most - your patients. Our comprehensive platform handles everything from client scheduling and treatment notes to billing and compliance, giving allied health practitioners the tools they need to run their practice efficiently.

The Caspen API extends your capabilities even further, allowing you to integrate with your existing tools, automate repetitive tasks, and create custom solutions tailored to your unique practice needs. Whether you're syncing patient data with specialized equipment, connecting to accounting software, or building custom reporting dashboards, our API makes it possible.

## Protocol and formats

Caspen exposes REST-style endpoints that use resource-oriented URLs, expect JSON payloads, and return JSON responses, protected by secure TLS 1.2+ encryption and robust bearer-token authentication.

## Base URL

Use this production endpoint for all Caspen API requests.

```plaintext theme={null}
https://api.caspen.com/v1
```

## What you can build

* **Integrate internal systems** by syncing clients, appointments, and billing data.
* **Power custom applications** that rely on Caspen as the single source of truth.
* **Automate operational tasks** such as onboarding, reporting, and notifications.

## Next steps

* Review [Authentication](authentication) to generate and manage bearer tokens.
* Read [Security](security) before deploying production integrations.
* Study [Rate Limits](rate-limits) and [Dates and Times](dates-times) so your integration handles throttling and timezones correctly.
