Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.latitude.so/llms.txt

Use this file to discover all available pages before exploring further.

Use your coding agent to add Latitude tracing to your app. The Latitude skill inspects your codebase, detects your LLM providers and existing OpenTelemetry setup, installs the right SDK, and verifies that traces arrive in your project.
1

Ask your agent to install tracing

Paste this prompt into Claude Code, Cursor, Windsurf, Codex, OpenCode, or another coding agent:
Read the Latitude Telemetry AI skill from github.com/latitude-dev/skills/blob/main/skills/latitude-telemetry/SKILL.md and add tracing to this application.
2

Run your app

Trigger one agent request or LLM call after the install finishes.
3

Check Latitude

Open your Latitude project and go to Traces. The new trace should appear within a few seconds.
4

Connect Latitude to your coding agent (optional)

Install the Latitude MCP server so your agent can access your Latitude workspace, find the right project, and verify the setup.

Manual setup

If you are not using a coding agent, start with the SDK for your runtime:

TypeScript SDK

Install @latitude-data/telemetry and instrument TypeScript or JavaScript apps.

Python SDK

Install latitude-telemetry and instrument Python apps.
For other languages, use the OpenTelemetry exporter.

Next steps