Newsletter
Join the HoTools Community
Get weekly updates on the best online tools, productivity tips, and exclusive resources delivered straight to your inbox
Cookey enables AI agents to securely log into websites by relaying mobile sessions to the terminal.
Paseo: Run coding agents like Claude, Codex, and OpenCode from anywhere. Self-hosted, multi-provider, open-source.
LiteLLM: AI Gateway for 100+ LLMs with OpenAI format, features like spend tracking, fallbacks, and rate limiting.
The AI community building the future of AI through open source and open science.
The proactive AI assistant in your iMessage, WhatsApp, and more. Texts like a human, really knows you, and integrates with your life in dozens of ways.
Cookey is an innovative open-source tool designed to empower AI agents by allowing them to securely access web applications. It achieves this by capturing browser sessions initiated on a mobile device via a QR code scan and securely transferring them to your terminal. This enables agents to perform actions on websites as if they were logged in by a human user, without compromising security.
storageState.cookey as a tool.Apple restricts Passkey, WebAuthn, and FIDO2 security key APIs in WKWebView (used by Cookey) for security reasons, as embedded browsers could be a phishing risk. Use alternative login methods like passwords or email links within Cookey.
No. Session data is encrypted on your phone using the CLI's public key before it leaves the device. The relay only forwards encrypted data and deletes it after delivery or expiry.
Cookey captures cookies and localStorage for the specific site you logged into. It does not capture passwords, autofill data, or indexedDB content.
No, Cookey does not require any accounts, registration, or device enrollment. It generates its own key pair locally upon first use.
Yes, Cookey is self-hostable. You can run your own relay server using a single Docker image for maximum privacy and control.
Yes, Cookey is open source, and its source code is available on GitHub.