Install TokenX
Add the TokenX marketplace source and install the Codex plugin
through the supported Codex plugin commands. No custom agent
files under ~/.codex/agents are required.
TokenX help desk
Get help with installation, routing decisions, configuration, or a security report. TokenX does not require a separate publisher account.
Send the TokenX version, Codex version, operating system, and the smallest reproducible description. Remove prompts, credentials, proprietary source, and personal data before sending diagnostics.
Email TokenX supportDo not file credentials or private prompts in a public issue. Email a concise impact description and reproduction steps with the subject "TokenX security."
Send a private security reportFirst use
Add the TokenX marketplace source and install the Codex plugin
through the supported Codex plugin commands. No custom agent
files under ~/.codex/agents are required.
Use /hooks to inspect the four TokenX commands.
Routing does not activate until the installed hooks are trusted.
Plugin updates and hook registrations load at session start. Close the current thread after an install or update and test in a new one.
Common fixes
Open /hooks and verify the TokenX SessionStart,
UserPromptSubmit, PreToolUse, and SessionEnd commands are
trusted for the current workspace.
From a normal shell, resolve the installed plugin path, export
PLUGIN_DATA, then run
node "$TOKENX" doctor --json. Share only bounded
error codes and remove local paths before contacting support.
The route-agents skill explains routing; it does not replace the
doctor CLI.
If stored configuration is incompatible, run
node "$TOKENX" update when the plugin is installed
from a marketplace, then start a new session. See the public
repository README for the shell resolver preamble.