creators.Connection portal

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

In the connection portal, choose Claude, Codex, or Hermes, name the connection, and download the JSON file. The code is short-lived and works once. If it expires, create a new install file.

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 installer

From your Downloads folder, run the command for the agent you selected:

claude

node connect.mjs --client claude --enrollment-file creators-claude-enrollment.json

codex

node connect.mjs --client codex --enrollment-file creators-codex-enrollment.json

hermes

node connect.mjs --client hermes --enrollment-file creators-hermes-enrollment.json

The 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.

Back to your workspace