> For the complete documentation index, see [llms.txt](https://docs.adaptria.locaria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adaptria.locaria.com/readme.md).

# Adaptria Public API & Integrations

Adaptria offers three ways to access the localisation workflow you run in the portal. Request quotes, track projects, retrieve deliverables, and automate steps in between. Choose the integration surface that matches how you work: direct API access for customers, internal API for internal teams, or an AI assistant via MCP Server.

## What we offer

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🧭 Client API</strong></td><td>For customers integrating Adaptria into their own systems. Submit RFQs, review and accept quotes, monitor project progress, and download deliverables.</td><td><a href="/pages/CU6nt0dolobf6M4PZ1Xb">/pages/CU6nt0dolobf6M4PZ1Xb</a></td></tr><tr><td><strong>🛠️ Internal API</strong></td><td>For Locaria teams and connector builders. Everything in the Client API plus project creation, jobs, teams, the full service catalogue, and finance endpoints.</td><td><a href="/pages/ZadU1EIobTqnHy4TMd9L">/pages/ZadU1EIobTqnHy4TMd9L</a></td></tr><tr><td><strong>🤖 MCP Server</strong></td><td>Connect AI agents (Claude, Cursor, and others) directly to Adaptria. The same operations, exposed as tools your assistant can call.</td><td><a href="/pages/Uzdz02kGy8MSHtvH7iq5">/pages/Uzdz02kGy8MSHtvH7iq5</a></td></tr></tbody></table>

The REST APIs can also push real-time events to your own systems via [webhooks](/client-api/webhooks.md) (the same capability is documented for internal integrations in the [Internal API webhooks guide](/internal-api/webhooks.md)).

{% hint style="info" %}
**Not sure which to choose?**

* You're an Adaptria **customer** automating your own pipeline → **Client API**.
* You're building a **connector** or working inside Locaria → **Internal API**.
* You want an **AI assistant** to act on Adaptria for you → **MCP Server**.

**Authentication:** the REST APIs use a static API key (`lla_live_…`); the remote MCP server uses your Locaria login (OAuth). See each area's *Authentication* page.
{% endhint %}
