Set up Respan
Set up Respan
- Sign up — Create an account at platform.respan.ai
- Create an API key — Generate one on the API keys page
- Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page
Overview
Respan Tracing captures telemetry for your LLM applications. It records workflows and tasks, tracks timings and errors, and sends traces to Respan so you can visualize and debug runs.Core Concepts
- Workflows represent an end-to-end agent run
- Tasks are operations within a workflow (LLM calls, tools, steps)
- Traces are sent to Respan for visualization and analysis
Components
- Decorators:
workflow,task,agent,tool - Client:
RespanTelemetryandget_client() - Contexts:
respan_span_attributes() - Instrumentation:
Instrumentsenum and configuration
Example
Next Steps
- Start with the Quickstart
- Use workflow, task, agent, tool
- Explore Client API
- Configure Instrumentation
- Use Contexts