When Things Go Wrong
Don't panic! AI agents are complex systems, and sometimes things get wonky. Here's how to fix the most common issues you might run into.
Quick Diagnostics
Before diving into specific problems, let's check the basics:
Agent Status Check
Go to your agent dashboardLook for the status indicator (should be green/online)Check "Last Activity" timestampReview recent logs if availableAPI Key Health
Go to Settings → API KeysCheck for any red warning iconsVerify keys haven't expiredTest with a simple commandCommon Issues & Fixes
🤖 Agent Not Responding
Symptoms: Your agent doesn't reply to messages or seems offline.
Quick fixes:
1. Check agent status in your dashboard
2. Restart your agent (Settings → Restart)
3. Wait 2-3 minutes for it to come back online
4. Try a simple test like "Hello" or "What time is it?"
If still not working:
Check if your Anthropic API key is validLook at the agent logs for error messagesVerify your plan hasn't expiredMake sure the agent wasn't accidentally stopped💬 Telegram Bot Not Working
Symptoms: Bot doesn't respond on Telegram, or you get "bot not found" errors.
Check these first:
1. Bot Token: Make sure it's correct and starts with a number
2. Chat ID: Verify you're using the right Chat ID
3. First message: Did you send at least one message to the bot first?
Step-by-step fix:
Go to your bot on TelegramSend "/start" to wake it upWait 30 secondsTry sending "Hello"If nothing, check your agent dashboard for Telegram settingsAdvanced troubleshooting:
Test your bot token with Telegram's API: https://api.telegram.org/botYOUR_TOKEN/getMe
Make sure you haven't blocked the botCheck if the bot username is correct🔑 API Key Problems
Symptoms: "Invalid API key", "Authentication failed", or plugins not working.
For Anthropic keys:
- Must start with sk-ant-
- Check at console.anthropic.com
Make sure you have sufficient creditsTry generating a fresh keyFor GitHub tokens:
- Must start with ghp_ or github_pat_
Check expiration date- Verify permissions include repo and workflow
- Test with: curl -H "Authorization: token YOUR_TOKEN" https://api.github.com/user
For other services:
Double-check you copied the full keyVerify the key has the right permissionsCheck if the service requires IP whitelistingLook for usage limits or billing issues🧩 Plugins Not Working
Symptoms: Agent ignores plugin commands or says it can't do something.
Check plugin status:
Go to Settings → PluginsMake sure the plugin is "Active" Verify required API keys are configuredTry reinstalling the pluginCommon plugin issues:
GitHub Plugin:
Make sure repo exists and you have accessCheck if it's a private repo (needs appropriate permissions)Verify branch names are correctVercel Plugin:
Confirm project exists in your Vercel dashboardCheck if project is linked to the right Git repoMake sure you have deployment permissionsEVM Wallet Plugin:
Verify wallet has sufficient ETH for gasCheck if the network is congested (high gas)Make sure private key format is correct🚀 Deployment Failures
Symptoms: Agent creation fails, or agent stops working after initial setup.
During agent creation:
Check if the region you selected is availableVerify your payment method is validMake sure you have sufficient credits/quotaWait longer — initial deployment can take 5-10 minutesAfter deployment:
Check server logs in your dashboardVerify all API keys are workingLook for memory/CPU usage spikesTry restarting the agent📱 Web Dashboard Issues
Symptoms: Dashboard won't load, or you can't access agent settings.
Browser issues:
Try a different browserClear cache and cookiesDisable browser extensions temporarilyCheck if JavaScript is enabledAccount issues:
Make sure you're signed inVerify your subscription is activeCheck if your account has the right permissionsTry signing out and back in💸 Billing & Plan Issues
Symptoms: Agent stopped working, can't access features, or getting upgrade prompts.
Check your plan:
Go to Account → BillingVerify subscription statusCheck usage limits (if on Light plan)Review payment method statusCommon billing fixes:
Update expired payment methodCheck if you hit plugin limits (Light plan)Verify subscription auto-renewal settingsContact support for billing disputesAgent Responding Slowly
Possible causes:
High Anthropic API latencyComplex plugins taking time to processServer overload during peak hoursLarge file operationsWhat you can do:
Try simpler requests firstCheck Anthropic status pageAvoid large file operations during peak hoursBreak complex requests into smaller partsCommands Timing Out
If commands take too long:
Check if the external service (GitHub, Vercel) is having issuesTry the same request with fewer parametersMake sure you're not hitting rate limitsConsider if the operation is inherently slow (large deployments)Getting Help
Self-Service Options
Agent Logs: Check your dashboard for error messages and stack traces.
Service Status Pages:
- Anthropic: status.anthropic.com
- GitHub: githubstatus.com
- Vercel: vercel-status.com
Test API Keys Manually: Use curl or API testing tools to verify your keys work outside of PinchKit.
Community Help
Discord Community: Join our Discord for quick help from other users and the team.
GitHub Discussions: Check our GitHub repo for known issues and solutions.
Reddit/Forums: Search for others who might have had similar issues.
Contacting Support
When to contact us:
Agent has been down for >30 minutesBilling/payment issuesData loss or security concernsBug in our platform (not external services)What to include:
Your agent name/IDWhat you were trying to doError messages (screenshots help)When the issue startedWhat you've already triedResponse times:
Urgent issues (agent completely down): 2-4 hoursBilling issues: Within 24 hoursGeneral questions: 1-2 business daysPreventive Measures
Regular Maintenance
Monthly:
Review and rotate API keysCheck usage against your plan limitsUpdate expired tokens before they breakClean up old/unused pluginsWeekly:
Test critical commands to make sure they workCheck agent logs for warningsVerify backups if you have custom filesGood Practices
API Keys:
Set expiration remindersUse descriptive names for keysMonitor usage in service dashboardsKeep keys secure (don't share them)Agent Usage:
Start with simple commands when testingDon't overload with too many simultaneous requestsKeep custom personality files backed upMonitor your Anthropic usage/costsEmergency Procedures
If Your Agent Gets Hacked
1. Immediately revoke all API keys in the original services
2. Stop your agent from the dashboard
3. Contact our support with details
4. Generate new API keys before restarting
5. Review recent activity for unauthorized actions
If You Lose Access to Your Account
1. Use account recovery on the sign-in page
2. Check your email for recovery instructions
3. Contact support if recovery doesn't work
4. Provide proof of ownership (billing info, agent details)
Data Recovery
If you lose important data:
Check if you have local backupsLook for data in the original services (GitHub repos, etc.)Contact support — we might have recent backupsConsider this a good reminder to back up important custom filesWhat's Next?
Once you've got things working again:
Set up monitoring for your most critical API keysCreate backups of any custom personality or configuration filesJoin our community to stay updated on known issuesConsider upgrading your plan if you hit limitationsRemember: every problem is solvable, and we're here to help. Don't let technical issues stop you from building awesome things with your AI agent! 🛠️✨
---
*Still stuck? Reach out to our community or support team. We've probably seen your issue before and can help you fix it quickly.*