System Requirements
Before installing, ensure you have:- macOS / Linux / WSL:
curl(usually pre-installed) - Windows Native: Node.js version 18 or higher
- Stable internet connection
Step 1: Install Amp CLI
- macOS / Linux / WSL
- Windows Native
- npm (All OS)
Recommended method. Supports auto-updating and fast launch via Bun.
If you encounter permission errors, try running with
sudo:Verify Installation
After installation, verify Amp is working:Step 2: Configure Coding Plan
After installing Amp, configure it to use Coding Plan. Choose one of the following methods:- Option A: Settings File
- Option B: Environment Variables
- macOS / Linux / WSL
- Windows
Amp CLI uses two configuration files:Edit Edit
- Settings file:
~/.config/amp/settings.json- General settings - Secrets file:
~/.local/share/amp/secrets.json- Sensitive credentials (API keys)
~/.config/amp/settings.json:~/.local/share/amp/secrets.json:Replace
your_api_key with your VibeCodeCheap API Key.amp login command is no longer necessary.
Step 3: Use Amp CLI
You are now ready to use Amp. All requests will be routed through Coding Plan.Step 4: (Optional) Configure Amp IDE Extension
The proxy also works with Amp IDE extensions for VS Code, Cursor, Windsurf, etc.- Open your IDE and install the Amp extension from the marketplace
- Open Amp extension settings
- Set Amp URL to
- Set Amp API Key to your VibeCodeCheap API Key
- Start using Amp in your IDE
Both CLI and IDE can use the proxy simultaneously.
Troubleshooting
Error 'command not found: amp'
Error 'command not found: amp'
- macOS/Linux: Ensure
~/.local/binor the install path is added to yourPATH - Windows: Restart your terminal or check the npm global bin path
Permission error during installation
Permission error during installation
- macOS/Linux: Try running with
sudoor use npm with--prefix - Windows: Open PowerShell/Cmd as Administrator
Connection or timeout error
Connection or timeout error
- Check your internet connection
- If using VPN or corporate proxy, try disabling it or configure proxy for npm/curl
- Ensure firewall isn’t blocking
api.vibecodecheap.com
Error 'Invalid API Key'
Error 'Invalid API Key'
- Verify the API key is copied correctly (no extra whitespace)
- Ensure the API key is still valid in the Coding Plan dashboard
- Check the correct format in the secrets file
Config directory doesn't exist
Config directory doesn't exist
Create it manually:
Done! You can now use Amp with Coding Plan for AI-powered development.

