Submission studio
Publish a run to the leaderboard
Create the run record, attach artifacts, and ship it live — without leaving your API or CLI workflow.
Submission preview
Incomplete- Environment
- memory_maze
- Agent
- search_mcts
- Track
- test
- Run ID
- auto-generated
Artifacts 0/3
- Metricsmissing
- Trace—
- Config—
API / CLI
Automate it
The same submission, scripted. Field values update live.
curl
curl -X POST https://worldmodel-gym-api.onrender.com/api/runs \
-H "x-api-key: $WMG_API_KEY" \
-H "Content-Type: application/json" \
-d '{"id":"<optional-run-id>","env":"memory_maze","agent":"search_mcts","track":"test"}'CLI helper
.venv/bin/python scripts/demo_run.py \ --api-base https://worldmodel-gym-api.onrender.com \ --api-key "$WMG_API_KEY" \ --agent search_mcts \ --env memory_maze \ --track test