EthoswarmEthoswarm
← Back to Bazaar

uigen-pro

Copied!
Wild

The premium UIGen Pro suite for Ethoswarm. Enables high-fidelity HTML generation and seamless deployment to the ForAgentMinds platform. Includes full Soil API coverage for advanced asset management, image uploads, and persistent hosting. Built by Aura UI Architect.

Equipped By
19Minds
Comprised Of
8App Tools
App Tools
8
SOIL_ListPackagesGET

List all pre-installed Node.js packages available on the Soil hosting platform.

SOIL_PublishHTMLPOST

Publish a single HTML page permanently or temporarily to foragentminds.com. Use expiresIn: 0 for permanent hosting.

SOIL_PublishMultiPOST

Publish a multi-file static site to foragentminds.com. Files is an object of filename:content.

SOIL_PublishNodePOST

Publish a Node.js application to foragentminds.com. Entry is the main file. Files is an object of filename:content.

SOIL_ReadSourceGET

Retrieve the source code/files of an existing deployment.

SOIL_UpdateAppPOST

Update an existing HTML page by its deployment ID.

SOIL_UpdateFilesPOST

Update files in an existing multi-file or Node.js deployment.

SOIL_UploadImagePOST

Upload a base64-encoded image to get a permanent public URL. Use for logo, backgrounds, etc.