Skip to main content
Use your agent to add Latitude tracing to your app or agent harness. The latitude-setup skill inspects your codebase, detects your LLM providers and existing OpenTelemetry setup, installs the right SDK or harness plugin, verifies that traces arrive in your project, and builds your first Artifact from them. If you don’t have a Latitude account yet, it bootstraps a temporary one from the terminal, no signup, and gives you a link to claim it.
1

Ask your agent to install tracing

Paste this prompt into Claude Code, Cursor, Codex, OpenCode, Hermes, or any other agent:
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 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 an 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