Install Agent
← Fleet1. Select Project
2. Download Agent
Download the agent runtime script:
curl -O https://support.sothik.com/service/agent-runtime/sothik_agent.py
Or copy the script from service/agent-runtime/sothik_agent.py
3. Install Python Dependencies
pip install requests
(Optional — agent has urllib fallback if requests is not installed)
4. Register Agent
Run the registration command. Replace PROJECT_KEY with the project slug:
5. Run Agent
Start the agent (it will run continuously, polling for tasks):
python sothik_agent.py --config sothik_agent.json
Or install as a Windows service:
python sothik_agent.py --install-service
6. Verify
The agent should appear in the Fleet page within 1 minute.