Agent setup
From install file to first action.
Your install file connects one agent to one Creators workspace. Use it on the machine where that agent runs.
1. Download your enrollment
2. Run the Creators installer
Download the installer to the same machine. You’ll need Node.js 22 or newer and your selected agent installed.
Download installerFrom your Downloads folder, run the command for the agent you selected:
claude
node connect.mjs --client claude --enrollment-file creators-claude-enrollment.jsoncodex
node connect.mjs --client codex --enrollment-file creators-codex-enrollment.jsonhermes
node connect.mjs --client hermes --enrollment-file creators-hermes-enrollment.jsonThe installer exchanges your enrollment code for a workspace connection, stores the credential locally, and configures your agent. Follow any instructions it prints.
3. Check the connection
Restart your agent and ask: “Check my Creators workspace and show me which tools are available.” Then return to the connection portal to see its connection.
Keep the enrollment file private and remove it after installation. You can revoke access from the portal at any time and install again with a new enrollment.