---
title: "AI Glot documentation"
description: "Learn how to translate CSV files safely, manage terminology and credits, and operate AI Glot through the web app, API, CLI or MCP."
canonical: "https://ai-glot.com/docs"
updated: "2026-08-09"
---

# AI Glot documentation

AI Glot translates structured CSV content while preserving the rows, columns and formatting your destination system expects.

[**Use the platform**](/docs/platform/overview)

Upload a CSV, review the detected structure, control what is translated and download the completed file.

[**Integrate the REST API**](/docs/api/overview)

Read account and usage data, manage existing translations and automate glossaries over HTTP.

[**Work from the CLI**](/docs/cli/overview)

Use AI Glot from a terminal, CI job or coding agent with predictable JSON output.

[**Connect an AI agent**](/docs/mcp/overview)

Give ChatGPT, Claude, Cursor or another MCP client controlled access to your workspace.

> **Info: What the developer tools can do today**
>
> The web app is currently the only place to upload a CSV and start a translation. The REST API, CLI and MCP can inspect usage and existing translations, download completed files, organise translation history and manage glossaries. They cannot start work or spend credits yet.

## Translate your first CSV

1. **Open a new translation**

   Sign in at [app.ai-glot.com](https://app.ai-glot.com), then choose **New translation**.
2. **Choose the layout and upload**

   Pick the layout closest to your CSV, then drag in a UTF-8 `.csv` file or use the file picker. You can change the layout after analysis.
3. **Review before spending credits**

   AI Glot detects columns and languages. Confirm the source, destination, quality level and estimated credit cost before starting.
4. **Download the completed CSV**

   Follow live progress or leave the page. AI Glot emails you when the result is ready, and the translation stays in your history.

![AI Glot sign-in screen](/docs/screenshots/platform/sign-in.webp)

_The AI Glot sign-in screen_

## Start from your preferred interface

**Web app**

Use the [platform guide](/docs/platform/translate-csv) to upload and translate a CSV.

**REST API**

Call [`GET /v1/account`](/docs/api/account/get-account) to verify a credential and discover the workspace's capabilities.

**CLI**

Install the CLI, sign in, then run `aiglot account`. See the [CLI quickstart](/docs/cli/overview).

**MCP**

Connect `https://mcp.ai-glot.com/mcp` to an MCP client. See the [MCP guide](/docs/mcp/overview).

## Useful references

- [Prepare a compatible CSV](/docs/platform/csv-files)
- [Understand credits and plans](/docs/platform/credits-and-plans)
- [Manage preferred terminology](/docs/platform/glossaries)
- [Read the OpenAPI document](/docs/openapi.json)
- [Give an AI agent the documentation corpus](/docs/llms.txt)
