Windows + Antigravity Setup Guide
Learn how to install the Antigravity agent in a Windows environment and perform remote AI-driven operations through the GIIP platform.
📋 Overview
Antigravity is an autonomous agent that integrates with the GIIP platform to directly modify code or change system configurations within Windows servers. This guide helps you activate the agent and configure a secure connection.
🛠️ Installation & Setup Steps
1. Download Agent
Download the
giipAgentWin.zip file from the [Agent Management] page of the GIIP platform or the official repository.
2. Issue & Configure API Key
- Go to [Account Settings] > [API Keys] menu and issue a new key for the agent.
- Open the
file in the downloaded folder and enter the issued key and server URL.config.json{ "apiKey": "your-api-key-here", "serverUrl": "https://api.giip.io" }
3. Run Agent & Register Service
Open PowerShell (as Administrator), navigate to the agent folder, and run the following commands:
- Run:
.\giipAgentWin.exe start - Register Service (Background):
.\install_service.ps1
4. Verify Platform Integration
Check the [Server Detail] page on GIIP to see if the Agent Status icon for that server has turned green.
🚀 Usage Scenarios
- Auto-resolve Issues: Call
for registered issues to analyze bugs in the source code and apply patches immediately.Antigravity - Enhanced Monitoring: The agent collects local system metrics and transmits them to the platform in real-time.
🚨 Security Notes
- Key Management: Ensure the API key is not exposed externally.
- Permission Limits: We recommend keeping the permissions of the Windows account running the agent at the minimum required level.
Version: 1.0 Last Updated: 2026-03-19 Source:
giipv3/public/help/agent-setup-win-antigravity.en.md