Wiki article

Studio

Studio is the logged-in editor; /studio on the main site explains what it is and links out.

Editor URL
Asset saves
Server publishing

Editor URL

The actual editor runs in Studio. The main-domain /studio page is informational so visitors can learn what Studio does without entering the app shell.

Asset saves

The editor saves versioned JSON asset documents to the signed-in account through /api/studio/assets. Assets can be loaded back into the editor, edited with transform tools, and assigned to a linked server.

Server publishing

Publishing marks the current saved version as server-ready through /api/studio/assets/[id]/publish. SoraStudio.jar can then fetch published assets for its linked server through /api/plugin/v1/studio-assets with its server UUID and API key.

Plugin API reference

The live MVP API includes health checks, server linking, license validation, and server-side Studio asset reads.

GET /api/plugin/v1/healthPOST /api/plugin/v1/server-linkPOST /api/plugin/v1/license-checkGET /api/plugin/v1/studio-assets