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
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 For advanced features (class-based workflows, override span I/O), see Tracing SDK.
@workflow and @task decorators to your code. LLM calls are auto-captured.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.









