AI Glot websiteOpen AI Glot
PlatformPlatform overview

Platform overview

Understand what AI Glot translates, when it is a good fit, and how a file moves from upload through review to a structure-safe result.

AI Glot is built for structured content that already lives in a file: product catalogues, CMS exports, localization tables, app resource files, subtitle tracks and marketplace feeds. Twelve format families are accepted. See Files and formats.

When AI Glot is a good fit

Product and ecommerce data

Translate titles, descriptions, metadata and attributes without changing product IDs or import columns.

Localization tables

Fill one or several language columns from a shared source column.

CMS and database exports

Translate selected fields while keeping keys, slugs and operational columns untouched.

Whole-table translation

Translate every non-empty text value when the whole file is intended for another language.

AI Glot is not an editor and does not redesign your data. It preserves the file’s structure (keys, columns, placeholders, timecodes), so the result can return to the system that exported it.

The workflow

flowchart LR A["Upload file"] --> B["Structure and language analysis"] B --> C["Review columns, languages and cost"] C --> D["Translate in parallel"] D --> E["Validate and rebuild the file"] E --> F["Download or retrieve later"]
From source file to translated file

Reading the file and planning are free. Credits are reserved only when you approve the plan and its cost. If a translation fails, its reservation is returned automatically.

You describe the scope, in words

There is no grid of column dropdowns to configure. You say what you want (“the product descriptions into German, leave the SKUs alone”, “everything except the URLs”, “only the rows where the French column is empty”), and AI Glot answers with a plan you can read three ways: as a visual preview of the finished file, as the exact list of items it will send, and as the rules it understood in plain words.

If it misread something, you say what to change rather than hunting for the setting that caused it. Every round of this is free; only approval spends credits. The walkthrough is in Translate a file.

Ways to operate AI Glot

InterfaceBest forCan start a translation?
Web appDay-to-day use, and reviewing a plan visuallyYes
REST APIIntegrations and HTTP automationYes
MCPChatGPT, Claude, Cursor and agent frameworksYes
CLITerminal, CI and coding agentsYes

All four run the same three steps, because the plan is meant to be read before it is paid for: create, plan, approve. The interfaces differ in who reads the plan. In the web app you do, visually. Over the API, MCP or the CLI, your integration reads it back and decides, and approval is the only step that spends credits.

Use these docs with your AI tools

An AI agent can read this documentation directly. You do not need an account or an API key. Everything here is public and read-only.

Query these docs via MCP

Recommended

Add this server to Claude, Claude Code, Cursor, Mistral, or any tool that supports MCP. Your agent can then search AI Glot Docs documentation and read it in full, instead of answering from memory.

https://ai-glot.com/docs/mcp
  • searchFind the passages that answer a question.
  • fetchRead one page in full, as Markdown.
  • list_pagesSee every page in this documentation.

Query these docs over HTTP

The same tools also work as plain web requests. Use this for scripts, or for any tool that does not support MCP. There is one endpoint per tool. Arguments go in the query string, and the answer comes back as JSON.

https://ai-glot.com/docs/api/docs/search?query=custom+domain

Read the OpenAPI description. It is built from the same definitions as the tools, so it always matches what the endpoints do.

Read these docs as Markdown

Add .md to any page URL to get its Markdown source. You can also send the headerAccept: text/markdown to the page URL itself.

To read the whole documentation in one file, open llms-full.txt. For a short index of every page, open llms.txt.