Troubleshooting
import { Aside } from ‘@astrojs/starlight/components’;
Email issues
Section titled “Email issues”My email to the agent bounced
Section titled “My email to the agent bounced”Cause: Email address doesn’t exist or is misspelled.
Fix: Verify the agent name matches exactly: [email protected]
Agent never responded
Section titled “Agent never responded”Possible causes:
- Your email isn’t in allowed senders
- Container failed to start
- Anthropic API key is missing or invalid
Fixes:
- Check allowed senders in dashboard
- Check agent status in dashboard
- Verify API key in Settings → API Keys
Response went to spam
Section titled “Response went to spam”Fix: Add [email protected] to your contacts or mark as “not spam”.
Emails not threading properly
Section titled “Emails not threading properly”Cause: Agent’s reply missing threading headers.
Fix: This is usually automatic. If broken, check /data/outbox/sent/ to see if in_reply_to was included.
Dashboard issues
Section titled “Dashboard issues”Can’t log in
Section titled “Can’t log in”Cause: Session expired or password incorrect.
Fixes:
- Try “Forgot Password” to reset
- Clear browser cookies for tinyfat.com
- Try incognito/private window
Dashboard shows agent as stopped
Section titled “Dashboard shows agent as stopped”This is normal. Agents sleep when idle. They wake automatically on:
- Incoming email
- Dashboard chat message
- Manual start button
Files not loading
Section titled “Files not loading”Possible causes:
- Agent is sleeping (starting up)
- Network issues
- Large file taking time to load
Fixes:
- Wait for agent to start (status turns green)
- Refresh the page
- Check browser console for errors
Chat not working
Section titled “Chat not working”Possible causes:
- Agent needs to start
- WebSocket connection failed
- API key not configured
Fixes:
- Click “Start” to wake agent
- Refresh the page
- Check Settings → API Keys
Agent issues
Section titled “Agent issues”Agent says it can’t access the API
Section titled “Agent says it can’t access the API”Cause: Anthropic API key is missing, invalid, or out of credits.
Fixes:
- Check Settings → API Keys
- Verify key at console.anthropic.com
- Check your Anthropic account balance
Agent takes forever to respond
Section titled “Agent takes forever to respond”Possible causes:
- Cold start (container booting)
- Complex request processing
- Rate limiting
Normal times:
- Cold start: 30-60 seconds
- Warm response: 10-30 seconds
- Complex tasks: 1-5 minutes
Agent says a skill is missing
Section titled “Agent says a skill is missing”Cause: Skill wasn’t installed or was deleted.
Fix: Ask the agent to reinstall:
Clone https://github.com/alosec/tiny-skills to /data/skills/tiny-skillsAgent forgot something
Section titled “Agent forgot something”Cause: Context was compacted or information wasn’t in MEMORY.md.
Fixes:
- Add important info to MEMORY.md explicitly
- Ask agent to re-read MEMORY.md
- Provide context again in your message
Outbox issues
Section titled “Outbox issues”Email stuck in pending
Section titled “Email stuck in pending”Possible causes:
- Invalid JSON format
- Router not processing
- File permissions
Fixes:
- Validate JSON syntax
- Check
"status": "pending"is set - Look for file in
/data/outbox/failed/
Email in failed folder
Section titled “Email in failed folder”Cause: Sending failed. Check the error field in the file.
Common errors:
- “Invalid recipient” — Check
tofield format - “Rate limit” — Wait and retry
- “Authentication failed” — Platform issue, contact support
Provisioning issues
Section titled “Provisioning issues”Agent creation failed
Section titled “Agent creation failed”Possible causes:
- Name already taken
- Platform error
- Fly.io capacity issue
Fixes:
- Try a different name
- Refresh and retry
- Contact support if persistent
Magic link expired
Section titled “Magic link expired”Cause: Links expire after 1 hour.
Fix: Request a new link from the signup page.
Getting help
Section titled “Getting help”If you’re still stuck:
- Email: [email protected]
- Include:
- Agent name
- What you tried
- Any error messages
- Screenshots if relevant