← windyconnect.com · Your Windy dashboard
About two minutes. You need a terminal on macOS or Linux (Windows: use WSL2) with Python 3.11 or newer, and an AI agent on that machine.
windy command.
curl -fsSL https://get.windyconnect.com | shIt downloads the open-source
windy-connect package (version 0.3.2) from windyconnect.com, checks it against a SHA-256 fingerprint written in the script, and installs it into its own environment (pipx, or pip --user if pipx is missing). Prefer to read it first? curl -fsSL https://get.windyconnect.com | sh -s -- --dry-run prints every command without running it.
windy connectIt lists the agents it finds (Claude Code, OpenClaw, Hermes, the Himalaya mail CLI) and a generic option that writes
~/.windy/bundle.json for anything else. Pick which ones to connect. It then asks whether to add an Eternitas passport (recommended: it adds the mailbox below; it needs Sign in with Windy in step 3). It prints a web address and a pairing code, and tries to open your browser.
| Service | What it is | Tier |
|---|---|---|
| Windy Chat | Its own Matrix account on chat.windychat.ai, so you can message it. | Both |
| Windy Mind | An OpenAI-compatible API key (api.windymind.ai/v1) with free daily limits. | Both |
| Eternitas passport | A verifiable agent identity (ET26-…) that other services can check. | Passport |
| Windy Mail | A real mailbox at @windymail.ai (IMAP, SMTP, JMAP). | Passport |
Without a passport there's deliberately no mailbox: a mailbox whose credentials can't authenticate is worse than none. What is up right now is on the live status page.
windy status: what's connected and when it expires. Credentials last 30 days.windy refresh: renews them (passport tier).windy disconnect --yes: removes everything windy connect wrote on this machine.windy doctor: checks your setup if something looks wrong.If an agent's passport is revoked, its chat login and Mind key are switched off within seconds.