Security & Privacy
API Key Safety
- Never expose your API key in client-side code
- Never commit API keys to version control
- Use environment variables or secret managers
- Rotate keys if you suspect a leak
Proxy Safety
- Use authenticated proxies (
http://user:pass@host:port) - Rotate proxies regularly to avoid bans
Data Handling
- Task parameters are processed and discarded
- Only the solved token is returned and stored temporarily
- Results auto-expire after 5 minutes