SwiftClaw

Deployment

Deployment OverviewProduction DeploymentCI/CD IntegrationRollback Strategies

Scaling

Scaling OverviewPerformance OptimizationCost OptimizationLoad Balancing

Security

Security OverviewAuthenticationSecrets ManagementSecurity Best Practices

Troubleshooting

TroubleshootingCommon IssuesDebuggingPerformance IssuesSupport
SwiftClaw

Common Issues

Solutions to common problems

Common Issues

Solutions to frequently encountered problems.

Deployment Issues

Agent Won't Deploy

Problem: Deployment fails with error

Solution:

# Check logs
swiftclaw logs my-agent --tail 100

# Verify configuration
swiftclaw dev --check

# Try redeploying
swiftclaw deploy my-agent --force

Slow Response Times

Problem: Agent responses are slow

Solution:

  • Check model selection (use faster models for simple tasks)
  • Optimize memory queries
  • Enable caching
  • Review tool execution times

Authentication Issues

API Key Not Working

Problem: Authentication fails

Solution:

# Verify API key
swiftclaw whoami

# Regenerate key if needed
swiftclaw config set api-key <new-key>

Memory Issues

Memory Not Persisting

Problem: Agent forgets context

Solution:

{
  "memory": {
    "type": "persistent",
    "scope": "per-user"
  }
}

Performance Issues

High Costs

Problem: Unexpected high costs

Solution:

  • Use cheaper models for simple tasks
  • Implement caching
  • Set rate limits
  • Monitor usage in dashboard

For additional help, contact support@swiftclaw.com or join our Discord.

Next Steps

  • Debugging Guide
  • Performance Tuning
  • Get Support

How is this guide ?

Last updated on

Troubleshooting

Diagnose and resolve common issues with SwiftClaw agents

Debugging

Debug SwiftClaw agents effectively

On this page

Common Issues
Deployment Issues
Agent Won't Deploy
Slow Response Times
Authentication Issues
API Key Not Working
Memory Issues
Memory Not Persisting
Performance Issues
High Costs
Next Steps