Platform

Platform overviewWorkflow orchestrationGitOps configurationGovernance and AAAAI and MCPRuntime and executionEvidence and monitoring

Use cases

All use casesProduction incidentRelease preparationHotfix to productionSecurity scan triage
Why NopsAIIntegrationsSecurity

Resources

All resourcesAI agent governanceMCP governanceMCP securitySelf-hosted platforms
Pricing

Company

How a run worksAboutContactBook a demo

ServiceNow integration

Incidents and changes coordinated under the caller's own authority.

Service operations are where automation meets audit most directly: a change record is a compliance artifact. ServiceNow is reached through caller-scoped tools with proposal-first mutation paths, so a run can assemble the change and the evidence without becoming an unaudited write path into the system of record.

What it does

ServiceNow inside a governed run.

How ServiceNow participates once it is connected — and what the platform does with what it returns.

  1. Incident and change coordination

    A run can read the incident or change context it was authorized for, correlate it with signals from other systems, and prepare the record that service management expects.

  2. Approvals inside the run graph

    Where a change needs a named human, the run pauses durably, releases the runner, records who was asked and resumes from persisted state when a permitted approver decides.

  3. Cases and service operations

    The same model covers case coordination and adjacent service workflows, including Salesforce and comparable systems, through approved profiles rather than per-system integration code.

  4. Evidence the change record can cite

    The trigger, the authorization decisions, the resolved context, the tool calls, the approval and the outcome stay in one durable record — which is the artifact an auditor asks for months later.

How it stays governed

The controls that make it safe to leave connected.

An integration is easy to add and hard to bound. These are the parts that decide whether it stays reviewable six months later.

Mutations require explicit confirmation

Operations with external side effects are exposed only through dedicated paths with confirmation semantics, rather than being reachable as a normal read.

Authorization is per resource, per caller

Starting a run and using each referenced resource are separate decisions. Access resolves against the caller's own subject, evaluated deny-before-allow.

Self-approval can be disabled

Where the risk warrants it, the person who initiated the work is not a permitted approver of it. That constraint lives in the approval configuration rather than in team convention.

Common questions

What teams ask about ServiceNow.

Can it open a change request on its own?

It can assemble one. Whether it submits depends on the approval configuration you set — the design assumption is that anything with an external side effect passes an explicit confirmation, and high-risk paths additionally wait for a named human.

How does this satisfy an auditor?

By producing one record that names the trigger source, the effective subject, the authorization snapshot, the resolved context, the tool calls, the approval decision and the final state — rather than requiring someone to correlate five systems after the fact.

What if the approver is unavailable?

The run is paused durably, not held open on a runner. It waits in persisted state and resumes when a permitted approver decides, so a slow approval costs nothing but time.

Map your ServiceNow workflow end to end.

Bring one real workflow. We will map its trigger, tools, approvals, runtime boundary and evidence requirements with you.