Skip to content

SDKs & Libraries

Logtrail is currently in Public Beta. While we are building out our native SDK ecosystem, the primary way to integrate Logtrail is via our robust REST API.

We are actively developing official SDKs to provide a type-safe, idiomatic experience for your favorite languages.

LanguageStatusExpected
Node.js / TypeScriptIn DevelopmentQ2 2026
GoIn DevelopmentQ2 2026
PythonPlannedQ3 2026
RustPlannedQ4 2026

Native adapters for popular logging frameworks are on our roadmap to allow for “drop-in” integration:

  • Winston / Pino (Node.js): Coming soon.
  • Zap / Logrus (Go): Coming soon.
  • Python Logging / Loguru: Planned.
  • Serilog (.NET): Planned.

Until the SDKs are released, you can easily integrate Logtrail using our standard REST API. It is designed to be simple and highly compatible with any language that can make HTTP requests.

  • Quickstart Guide: Send your first log in 5 minutes using curl.
  • API Reference: Comprehensive documentation of all endpoints.
  • OpenAPI Spec: Use this to generate your own type-safe client in any language using tools like openapi-generator or buf.

We recommend wrapping your API calls in a simple internal utility or using the Interface + Anti-corruption Layer pattern as described in our Architecture Guide. This ensures a smooth transition once the official SDKs are available.