Skip to content Documentation index for agents (llms.txt)
Glotto Beta
Get started

Glotto documentation

Everything you need to turn an API spec into SDKs, docs, and an MCP server. Get started with your first glotto generate.

Every SDK, same error model

import { ApiError } from 'glotto-sdk';

try {
  // any client call
} catch (err) {
  if (err instanceof ApiError) {
    console.error(err.status, err.toString());
  }
}

regenerated + byte-diffed in CI a0f8af4b462c

Get started

Concepts

Guides

Using the SDKs

Languages

Reference