AgentSpec
Trace AgentSpec agent workflows with 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
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
What is AgentSpec?
AgentSpec is a specification and framework for defining and running AI agents. It provides a declarative way to describe agent capabilities, tools, and workflows.
Setup
View your trace
Open the Traces page to see your AgentSpec workflow with specification execution, tool calls, and LLM generations.
What gets traced
All AgentSpec operations are auto-instrumented:
- Agent specification execution
- Tool calls and results
- LLM calls with model, tokens, and input/output
- Workflow orchestration
Traces appear in the Traces dashboard.
Learn more
- OpenTelemetry integration - How Respan processes OTel spans
- Respan Python SDK - Full SDK reference