What is Forge?
Forge is the deployment and publishing arm of World Engine that handles:- Cloud Infrastructure — Managed cloud resources for your World Engine projects
- Deployment Pipeline — Automated build and deployment processes
- Environment Management — Preview and production environments
- Team Collaboration — Organization and project management
- Monitoring & Logs — Real-time application monitoring and debugging
Getting Started with Forge
The Forge workflow consists of five main steps:1. Authentication
Start by authenticating with World Engine using your Argus ID:2. Create an Organization
Organizations group related projects and manage team access:3. Set Up Your Project Repository
Your project needs to be stored in a Git repository for deployment:4. Create and Deploy Your Project
Create a project in Forge and deploy it:5. Monitor Your Deployment
Check the status and view logs of your deployed project:Development Workflow
- Local Development → Use
world cardinal start
for local development - Version Control → Commit and push changes to your repository
- Preview Deployment →
world deploy
for testing in preview environment - Production Promotion →
world promote
when ready for live users - Monitoring → Use
world status
andworld logs
for ongoing monitoring