CLI troubleshooting
Diagnose common setup, auth, runtime, and profile issues in the Convoy CLI.
Common problems
No profile found
Run:
convoy config show
convoy config listThen either pass --profile explicitly or add the current directory to the right profile with convoy paths add.
Authentication failed
Check that the API key is valid for the target deployment and that the user still has access to the project.
connect starts but threads do not run
Check:
- the selected profile points at the correct project
- a supported runtime is installed locally
- the thread is targeting a compatible CLI type
Claude CLI not found
Install Claude Code locally before using live thread execution with the Claude runtime.
Config files look wrong
Re-run:
convoy init mcp --forceor inspect the generated config file before overwriting it.
See also
Debugging— system-wide front door when you don't know which subsystem is broken.MCP troubleshootingDev container troubleshooting