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

Connect Latitude to your coding agent

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

Ask your agent to install tracing

Paste this prompt into Claude Code, Cursor, Windsurf, Codex, OpenCode, or another coding agent:
Install the Latitude AI skill from github.com/latitude-dev/skills and use
it to add tracing to this application with Latitude following best practices.
3

Run your app

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

Check Latitude

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

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