Airglow is now infimal.
A new name and home for your models. Your existing account, API keys and credit carry forward.
The new addresses
The primary and backup sites use the same platform. The legacy API remains supported; an existing integration does not need a new base URL for this rebrand. During rollout, keep your working endpoint until the new address is available in your environment. The CLI and the SDK still default to the legacy API until then.
| Purpose | Address |
|---|---|
| Primary website | https://infimal.ai |
| Backup website | https://infimal.dev |
| Primary API | https://api.infimal.ai |
| Backup API | https://ai.infimal.dev |
| Supported legacy API | https://api.airglow.cloud |
Same account. A fresh sign-in.
Use the same sign-in method and account at infimal.ai. Your keys, models, balance and usage belong to your account, not the website name. Browser sessions are stored separately on each domain, so you may need to sign in again.
If you started signing in on airglow.cloud, finish that sign-in there. Do not copy a callback URL or one-time code to another domain. Open infimal.ai and start a new sign-in when you are ready to move.
Update your commands
The native command is now infimal: run the installer again and it installs infimal beside the old airglow binary, which you can then delete. The Python package is now infimal: install it, import infimal, and run the SDK verbs the native CLI does not have yet as python -m infimal. Existing API keys keep working unchanged.
The environment variables are INFIMAL_API_KEY for both, INFIMAL_API_URL for the native CLI and INFIMAL_ENDPOINT for the SDK. For this release only, the old AIRGLOW_* and GLOW_* names and a key saved in ~/.config/airglow are still read when the new ones are unset, with a warning naming what to set instead. The next release stops reading them.
infimal login --key
infimal whoami
infimal models list --json
python -m infimal --helpBookmarks and agent references
Use infimal.ai for new bookmarks. The Airglow homepage will guide you to the new site, while known documentation and workspace links will keep their destination. Installer and release downloads stay available on airglow.cloud.
The agent reference is now /infimal.md. Existing /airglow.md and /agent.md links continue to serve the same reference.