Quick Start & Activation
1. Launch GDAgent
Double-click gdagent (or gdagent.exe on Windows) to open the installer.
2. Activate Your License
- Enter your license key (from your purchase email)
- Click Activate
3. Install to Your Project
- Select your project from the list
- Click Install
4. Open Godot
Open your project in Godot. You’ll see the GDAgent tab at the top.
5. Start Coding with AI
- Click the Add Your First Agent Tab button to open a new AI agent tab if you haven’t already
- Select your preferred AI tool
- Start working with your AI assistant
The AI has full context of your Godot project and can help you write GDScript, create scenes, debug issues, and more.
License Management
Deactivate
Moving to a new machine? Free up the seat first:
- Launch
gdagent - Click Deactivate
Then activate on your new machine.
Offline Use
After activation, GDAgent works offline for up to 7 days. It revalidates automatically when you’re back online.
Activation Limits
Each license allows 2 simultaneous activations.
If you hit the limit, deactivate an old machine or contact support.
CLI Alternative
For automation or CI/CD, you can activate via command line:
gdagent activate
Or pipe the key via stdin:
printf '%s' "$GDAGENT_LICENSE_KEY" | gdagent activate
What’s Next?
- CLI Reference - Command-line usage and automation
- FAQ - Common questions and answers
- Troubleshooting - Fix common issues quickly