AI Infrastructure
Send telemetry from agent frameworks, sandboxes, LLM runtimes, and gateways to Parseable. Follow the setup steps and practical guidance for using AI…
AI systems are usually made of more than one model call. A request can move through an agent framework, a gateway, a sandbox, a workflow runtime, a hosted model API, or a self-hosted inference server before the user sees the final answer.
This section groups Parseable integrations by the part of the AI stack they observe. Use the framework guides when you want agent, model, and tool-call traces. Use the sandbox and runtime guides when you need visibility into execution environments and long-running workflows. Use the LLM and gateway guides when the main question is about model traffic, token usage, latency, and errors.
Agent frameworks
Agent frameworks usually carry the highest-level application context. They can show which agent ran, which prompt or task started the run, which model was called, which tool was used, and where the run failed or slowed down.
Pydantic AI
Capture agent, model, and tool-call telemetry from Pydantic AI applications.
CrewAI
Observe CrewAI crews, agents, tasks, LLM calls, and errors.
n8n
Observe n8n workflow automation through traces and related telemetry.
Mastra
Send Mastra agent logs, traces, and metrics to Parseable.
LangChain
Send LangChain application telemetry to Parseable.
LlamaIndex
Observe LlamaIndex retrieval and generation workflows.
AutoGen
Track multi-agent AutoGen activity and failures.
DSPy
Monitor DSPy programs and prompt optimization workflows.
Sandboxes and runtimes
Sandboxes and execution runtimes are where agent work becomes real system activity. These guides focus on telemetry from code execution, durable workflows, serverless jobs, and workflow orchestration layers.
Temporal
Observe Temporal workflows, activities, SDK telemetry, and metrics.
Daytona
Capture SDK traces and sandbox logs, traces, and metrics.
Modal
Send serverless Python logs, traces, and metrics through OpenTelemetry.
DBOS
Observe durable workflows with logs, traces, and Conductor metrics.
Restate
Send durable execution workflow traces and service logs to Parseable.
LLMs
LLM integrations help when you want to observe model-facing traffic directly. This can mean hosted provider APIs, SDK-level calls, or self-hosted inference runtimes such as vLLM.
LiteLLM SDK
Observe LiteLLM SDK usage from application code.
OpenAI
Log OpenAI API calls, responses, latency, and token usage.
Anthropic
Capture Claude API calls, responses, errors, and token usage.
vLLM
Monitor self-hosted vLLM inference serving.
Gateways
Gateways sit between applications and model providers. They are useful when teams want one place to manage routing, keys, budgets, policies, fallbacks, and model-provider telemetry.
Was this page helpful?