Requirements
Before installing, make sure you have:- VS Code 1.85 or later
- Salesforce CLI (
sf) installed and authenticated - An active Salesforce org connection in VS Code
Install MoxyCode
From the VS Code Marketplace
- Open VS Code
- Press
Cmd+Shift+X(Mac) orCtrl+Shift+X(Windows) to open the Extensions panel - Search for MoxyCode
- Click Install

From the terminal
Start using MoxyCode
No sign-in required to get started. Once installed, MoxyCode is ready to use immediately — open any Apex or LWC file and run your first deploy. Your first 2 requests are free with no account needed. MoxyCode will prompt you to sign in before your third request.
Sign in
After your second request, MoxyCode will automatically show a sign-in prompt inside VS Code. You do not need to go to the website.- Enter your email address in the sign-in prompt
- Click Send Magic Link
- Check your inbox for an email from MoxyCode
- Click the link — VS Code opens automatically and signs you in
- Re-trigger your original request to continue

Once signed in, MoxyCode stays signed in. You will not be asked to sign in again.
The magic link expires after 15 minutes. If it expires, return to VS Code and request a new one.

Connect your Salesforce org
MoxyCode uses your active Salesforce CLI default org. To set one:- Look at the bottom status bar in VS Code
- Click the org name (or No Default Org Set)
- Select Authorize an Org if you haven’t connected one yet, or choose from your existing orgs
- Once set, the org name appears in the status bar — MoxyCode will deploy to that org

Make sure the correct org is active before deploying — MoxyCode always deploys to your current default org.
Common issues
MoxyCode icon not appearing in the Activity Bar
MoxyCode icon not appearing in the Activity Bar
The extension may not have activated yet. Try opening any
.cls, .trigger, .js, or .html file — MoxyCode activates when a supported file type is opened. If the icon still doesn’t appear, save the file once to trigger activation. If it’s still missing, run Developer: Reload Window from the Command Palette.Magic link email not arriving
Magic link email not arriving
Check your spam or junk folder. The email is sent from
auth@moxycode.com. If it’s not there after a few minutes, return to VS Code and click Send Magic Link again.Magic link opened the website instead of VS Code
Magic link opened the website instead of VS Code
This can happen if VS Code is not set as the default handler for
vscode:// links on your machine. Make sure VS Code is open before clicking the link, then try again.Sign-in prompt not appearing after 2 requests
Sign-in prompt not appearing after 2 requests
The sign-in prompt triggers automatically on your third request. If it doesn’t appear, try reloading VS Code with Developer: Reload Window from the Command Palette and making the request again.
Salesforce CLI not found
Salesforce CLI not found
MoxyCode requires the Salesforce CLI to be installed and available in your terminal PATH. Run
sf --version to verify. If it’s not installed, download it from developer.salesforce.com/tools/salesforcecli.Next — fix your first deployment error
See MoxyCode in action in under 2 minutes