Everything you need to integrate AssetForge into your studio's pipeline.
AssetForge is a high-performance synchronization and backup system designed specifically for the heavy lifting of modern game development. Unlike generic cloud drives, AssetForge understands binary blobs, project structures, and the scale of TB-level data.
Every byte is encrypted using AES-256 before leaving your workstation. Your encryption keys are stored exclusively in your local forge node, never on our servers.
Visit the web onboarding and create your studio identity to receive your first pairing codes.
Download and install the AssetForge Sync Agent. Provision the workstation using your admin login or team pairing code.
Map your local project directory to a ForgeNet cluster and begin high-speed delta-syncing immediately.
AssetForge exposes a local JSON-RPC bridge on the workstation for deeper pipeline exploration. This allows build servers or custom editor tools to query sync status programmatically.
curl http://127.0.0.1:44992/api/status \ -H "Authorization: Bearer LOCAL_SIGNATURE" \ -X GET