Strands Agents
Trace AWS Strands Agents 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 Strands Agents?
Strands Agents is an open-source SDK from AWS for building AI agents. It provides a model-driven approach to agent development with built-in support for tools, sessions, and multi-agent orchestration.
Setup
View your trace
Open the Traces page to see your Strands Agents workflow with reasoning loops, tool invocations, and LLM calls.
What gets traced
All Strands Agents operations are auto-instrumented:
- Agent reasoning and action loops
- Tool invocations and results
- LLM calls with model, tokens, and input/output
- Session and conversation state
- Multi-agent orchestration
Traces appear in the Traces dashboard.
Learn more
- OpenTelemetry integration - How Respan processes OTel spans
- Respan Python SDK - Full SDK reference