Documentation

Everything you need to integrate AssetForge into your studio's pipeline.

Overview

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.

Security First

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.

Quick Start Guide

1

Initialize Studio

Visit the web onboarding and create your studio identity to receive your first pairing codes.

2

Deploy Node

Download and install the AssetForge Sync Agent. Provision the workstation using your admin login or team pairing code.

3

Sync Workspace

Map your local project directory to a ForgeNet cluster and begin high-speed delta-syncing immediately.

API & Integration

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.

Local Status Query
curl http://127.0.0.1:44992/api/status \
  -H "Authorization: Bearer LOCAL_SIGNATURE" \
  -X GET