Troubleshoot common Lindy AI agent errors and workflow failures.
Use when encountering errors, debugging agent failures,
or resolving integration problems.
Trigger with phrases like "lindy error", "lindy not working",
"debug lindy", "lindy troubleshoot", "lindy agent failed".
Instrucciones de origen · Vista previa de solo lectura
name
lindy-common-errors
description
Troubleshoot common Lindy AI agent errors and workflow failures.
Use when encountering errors, debugging agent failures,
or resolving integration problems.
Trigger with phrases like "lindy error", "lindy not working",
"debug lindy", "lindy troubleshoot", "lindy agent failed".
allowed-tools
Read, Write, Edit, Bash(curl:*), Grep
version
1.15.0
license
MIT
author
Jeremy Longshore <jeremy@intentsolutions.io>
tags
["saas","lindy","debugging"]
compatibility
Designed for Claude Code, also compatible with Codex and OpenClaw
Lindy Common Errors
Overview
Troubleshooting guide for Lindy AI agent errors. Lindy agents fail at specific
points in the workflow: trigger reception, action execution, condition evaluation,
or exit condition evaluation. This guide covers each failure class.
Primary: "Found at least 3 relevant results"
Fallback: "Made 5 search attempts without finding results"
Agent Picks Wrong Condition Branch
Cause: Ambiguous condition prompt
Fix: Make conditions mutually exclusive with clear criteria:
Branch A: "Go down this path if the email mentions billing, payment, or invoice"
Branch B: "Go down this path if the email mentions a technical issue, bug, or error"
Branch C: "Go down this path for all other topics"
Credit Overrun Warning
Symptom: "Task using more resources than expected" pause
Cause: Agent step consuming too many credits (complex reasoning)
Fix: Simplify prompt, reduce available skills (2-4 max), use smaller model
Debugging Checklist
Open agent Tasks tab — find the failed task
Click into the task — review each step's input/output
Identify the failing step (red indicator)
Check the step's error message and stack trace
Verify integration authorizations are current
Test the trigger independently (curl for webhooks)
Test the action independently (manual run)
Check credit balance — insufficient credits halt execution