Quickstart
Get your first trace in Respan in 5 minutes.
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
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
1. Set up your account
Sign up at platform.respan.ai and create an API key on the API keys page.
2. Set up tracing
Pick the method that matches your stack.
Respan tracing SDK
OpenAI Agents SDK
Anthropic Agents SDK
Vercel AI SDK
Others
Add @workflow and @task decorators to your code. LLM calls are auto-captured.
For advanced features (class-based workflows, override span I/O), see Tracing SDK.
3. See your first trace
Open the Traces page in the Respan dashboard. You should see your trace appear within a few seconds.
What’s next
- Enrich your spans with
customer_identifier,metadata, andthread_identifier. - Set up the gateway to route LLM traffic through one API with fallbacks, retries, and caching.