This is your project’s live URL. Open project chat in OpenSwarm to describe what you want to build. Your agent writes files here and can wire APIs and a database.
Write HTML to /data/public/index.html. This URL serves that folder. Refresh to see changes.
Add /data/api/server.cjs with listen(process.env.PORT). Routes go live at /api/swarm/.
DB_URL and OPENSWARM_AGENT_SCHEMA set.
Ask your agent to use the pg client and your isolated schema for app data.
Files on /data persist across deploys. Nothing is wiped between chat sessions.