Tracing captures every step of your AI app end-to-end (LLM calls, tool invocations, retrieval steps, and agent loops) so you can debug failures, track cost and latency, and review actual prompts and outputs. Respan auto-instruments 25+ frameworks through the SDK and visualizes each request as a nested trace tree on the platform.
Create an account on Respan, then generate a key on the API keys page.
Environment management: create separate API keys for test and production instead of toggling an env parameter. Cleaner separation, better security.
Wire the Respan SDK into your project. Pick the path that fits your workflow.
The fastest way. The Respan CLI hands off to your coding agent (Claude Code, Cursor, Codex, and others), which detects your project language, installs the SDK, and instruments your code.
It also creates a Respan API key for you and prints an export RESPAN_API_KEY=<key> command to run in your shell if one isn’t already set.
Once instrumented, your app logs traces to Respan for every AI call. Open the dashboard to see them.
Or try it live without installing anything.
You’re tracing your app. Here’s what else Respan tracing gives you.
@workflow and @task group related calls into a single trace tree.customer_identifier, metadata, and custom attributes for filtering and breakdowns.