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

# Introduction

> Clemta API Reference Documentation

# API Reference

Welcome to the official Clemta API reference documentation. Our APIs allow you to programmatically interact with Clemta's services, enabling you to integrate company formation, accounting, and other business services into your own applications.

<img src="https://mintcdn.com/clemta/Ch8AA-J_KoFSOqrW/images/logo.png?fit=max&auto=format&n=Ch8AA-J_KoFSOqrW&q=85&s=cedab6b063119d2912d62718b1075bb9" alt="Hero" width="500" height="500" data-path="images/logo.png" />

## Available APIs

<CardGroup cols={2}>
  <Card title="Formation API" icon="building" href="/api-reference/formation">
    Programmatically initiate company formations and check their status
  </Card>

  <Card title="Accounting API (WIP)" icon="calculator" href="/api-reference/contacts">
    Manage invoices, expenses, and other accounting functions
  </Card>
</CardGroup>

## Authentication

See [Authentication](/api-reference/authentication) for how to authenticate requests.

## Base URL

Clemta provides two environments for API usage:

* **Production**: For live, real company formations and data
* **Sandbox**: For testing and development (no real companies are created)

**Production Base URL:**

```
https://api.clemta.com
```

**Sandbox Base URL:**

```
https://sandbox.clemta.com
```

## Response Format

All API responses are returned in JSON format. Successful responses typically include a `success` field set to `true` and the requested data. Error responses include a `success` field set to `false`, an error message, and often an error code.

## Rate Limiting

For details about usage limits and headers, see [Rate Limiting](/api-reference/rate-limiting).

## Need Help?

If you need assistance with our APIs, please email us at [tech@clemta.com](mailto:tech@clemta.com).
