Add the BigPanda Agent to ServiceNow
AI Detection and Response analyzes real-time signals from your monitoring tools, service desk, and external dependencies to detect issues before they affect your business.
The BigPanda agent enables you to view rich context and take triage actions right in ServiceNow.
Install the Update Set
Navigate to System Update Sets > Retrieved Update Sets (
sys_remote_update_set_list.do)Under Related Links, select Import Update Set from XML and uploaded the downloaded file
Open the uploaded update set, and under Preview Set, select Fix any errors
Click Commit
Configure the JWT signing key
Generate a 256-bit HMAC shared secret (or use the one provided by BigPanda during onboarding):
openssl rand -hex 32
Navigate to All > System OAuth > JWT Keys (
jwt_keystore_aliases.do)and open bigpanda_signing_keyPaste the secret into the Signing Key Password field
Click Save
Add the BigPanda Agent tab to the Incident form
Open any Incident record
Right-click the form header, then select Configure > Form Layout
Click Create new section, and name it "BigPanda Agent"
Find
bigpanda_agent_viewin the available formatters and add it to the new sectionSave the form layout
Verify
Reload any incident to validate that the BigPanda Agent tab now appears on the incident, and that the embedded iframe renders.