> 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 gives you programmatic access to the localisation workflow you already run in the portal: request quotes, track projects, retrieve deliverables, and automate the steps in between. Choose the integration surface that matches how you work.

## What we offer

{% content-ref url="/pages/CU6nt0dolobf6M4PZ1Xb" %}
[Welcome](/client-api/welcome.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZadU1EIobTqnHy4TMd9L" %}
[Welcome](/connector-api/welcome.md)
{% endcontent-ref %}

{% content-ref url="/pages/Uzdz02kGy8MSHtvH7iq5" %}
[Welcome / What is MCP](/mcp-server/welcome.md)
{% endcontent-ref %}

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 connectors in the [Connector API webhooks guide](/connector-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 → **Connector 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adaptria.locaria.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
