Monitor Lindy AI agent execution health, automation success rates, and response latency. Key observability signals for Lindy include agent run duration, step-level success/failure within multi-step automations, trigger frequency (how often agents are invoked), and per-agent cost tracking based on Lindy's per-agent pricing model where each active agent incurs a fixed monthly cost.
LINDY_API_KEY
Configure Lindy webhooks to push events on agent run completion:
Key panels: agent run success/failure rate (stacked bar), run duration p50/p95 by agent, step failure heatmap (which steps fail most), trigger frequency (runs/hour), and active agent count vs billing (since Lindy charges per active agent).
For detailed implementation code and configurations, load the reference guide:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Issue | Cause | Solution |
|---|---|---|
| Webhook not delivering | Endpoint returning non-2xx | Fix endpoint, check Lindy webhook logs |
| Run duration spike | Downstream API slow in agent step | Check step-level timing in run details |
| Agent marked inactive | No triggers firing | Verify trigger configuration (schedule, webhook, email) |
| Metrics exporter missing data | API rate limit on /runs |
Reduce polling frequency, use webhooks instead |
Basic usage: Apply lindy observability to a standard project setup with default configuration options.
Advanced scenario: Customize lindy observability for production environments with multiple constraints and team-specific requirements.
See monitoring implementation details for output format specifications.