Agent Setup
Atom needs an AI coding agent running on your machine to work. It supports Claude Code and Codex. You only need one.
Already have Claude Code or Codex installed and signed in? You’re all set. Open Atom and it will detect it automatically.
Claude Code
Atom can install Claude Code for you during setup. If the one-click install didn’t work, install it manually:
- Open Terminal
- Run the official installer:
curl -fsSL https://claude.ai/install.sh | bash - Confirm it worked:
claude --version - Run
claudeand follow the sign-in prompts
Full details: Claude Code docs
Codex
- Make sure you have Node.js installed
- Run:
npm install -g @openai/codex - Confirm it worked:
codex --version - Run
codex loginand follow the sign-in prompts with your OpenAI account
Full details: Codex on GitHub
Back in Atom
Once either agent is installed and signed in, return to Atom. Start a new chat or send another message. If Atom doesn’t pick it up right away, tap Refresh in the top-right corner of the setup screen.
Troubleshooting
- Atom doesn’t detect my agent: Restart After Effects and tap Refresh in Atom. Verify the agent works by running
claude --versionorcodex --versionin a terminal. - Non-standard install path: Make sure the binary is on your system PATH so Atom can find it.