// SERVICENOW PLUGINQUICKSTART
Install the plugin.
Start with one safe workflow.
Add the OperatorZero plugin to Claude Code, connect a safe ServiceNow instance, and select the access mode that fits the work.
01Use a safe instance
Start with a PDI, dev, or sub-production environment.
02Install the plugin
Add the marketplace and install the OperatorZero plugin.
03Connect SDK auth
Authenticate the instance using the ServiceNow SDK.
04Run setup
Choose Governance API, Table API, or SDK / Fluent mode.
CLAUDE CODE / FAST PATH READY
01 / INSTALL
/plugin marketplace add mitchellOpZero/operatorzero-servicenow-plugin
/plugin install now@mitchellOpZero-operatorzero-servicenow-plugin02 / AUTHENTICATE
npx --yes @servicenow/sdk@4.8.0 auth --add https://dev000000.service-now.com03 / CONFIGURE
/now setup setup path complete
// SOURCE INSTALL01
Want to inspect
the repo first?
Clone the public repository, review the implementation, and run setup from source.
git clone https://github.com/mitchellOpZero/operatorzero-servicenow-plugin.git
cd operatorzero-servicenow-plugin
npm install
npm run setup// SETUP HELP02
Want a second set
of eyes on it?
We can walk through installation, mode choice, Governance API setup, and the first safe workflow with your team.