Frequently Asked Questions
Does AgentX send my code to external servers?
Only to your explicitly chosen AI provider (e.g. Anthropic, OpenAI, Google) for generation tokens. When using Local Models (Ollama / LM Studio), zero data leaves your local machine.
How are API keys stored?
Keys are encrypted using your OS native secure storage (macOS Keychain, Windows Credential Manager, Linux Keyring). They are never saved in cleartext or committed to repositories.
What platforms are supported?
AgentX is fully cross-platform and validated on Windows (Command Prompt, PowerShell, Windows Terminal), macOS (Intel and Apple Silicon), and all major Linux distributions.
What frameworks can AgentX generate?
Next.js 14 (App Router), React + Vite, Astro, and Nuxt 3, with TypeScript enabled by default.
Is AgentX free to use?
Yes, AgentX CLI is open source under the MIT License. You only pay your respective AI provider for direct API tokens used, or $0.00 when running local models.
Where can I report bugs or suggest features?
Open an issue on our GitHub Issues Page.