Ratel Docs
TypeScript SDK

Packages

The four TypeScript packages: SDK, telemetry vocabulary, OTLP exporter, and the package behind Ratel Local.

Ratel's TypeScript surface is four npm packages:

PackageWhat it is
@ratel-ai/sdkThe TypeScript SDK — catalogs, capability tools, MCP ingestion
@ratel-ai/telemetryOTel-free ratel.* semantic-convention vocabulary
@ratel-ai/telemetry-otlpOne-call OTLP exporter wiring (init(), ratelSpanProcessor)
@ratel-ai/mcp-serverThe package that powers Ratel Local — MCP serving, CLI configuration, and library embedding

Each Core package page carries the raw API reference generated from source doc comments, plus the package's changelog. The @ratel-ai/mcp-server page points to its separately maintained source and product documentation.

For the cross-language map — the Rust core and the Python packages — see Packages.