defold-project-build

Installation
SKILL.md

Build Defold Project via Editor HTTP API

Build and run a Defold project by sending HTTP requests to the running Defold editor.

Prerequisites

  • The Defold editor must be running with the project open.

Reading the Editor Port

The editor writes its HTTP port to .internal/editor.port in the project root. Read this file to get the port number.

Windows (PowerShell):

$port = Get-Content .internal/editor.port
Installs
16
GitHub Stars
95
First Seen
May 7, 2026
defold-project-build — indiesoftby/defold-agent-config