Source: Enterprise IT Integration Substrate for AI ITSM

Sources: ServiceNow CSDM, SCIM RFC 7644, SAML 2.0, Okta SCIM, Microsoft Intune, Jamf Pro API, NetBox REST API, Backstage Software Catalog, Microsoft Graph entitlement management, Jira Service Management API, and ServiceNow REST API search results.

What It Covers

This source identifies the enterprise IT systems and protocols Init Intelligence must understand to build an AI ITSM product that can safely act in real environments.

Key Claims

  • ServiceNow CSDM is a standardized model for CMDB/service modeling, aligning business applications, services, application services, offerings, capabilities, and technical infrastructure.
  • SCIM is an HTTP/JSON protocol for provisioning and managing identity data such as users and groups; it is provisioning, not authentication.
  • SAML 2.0 is an OASIS XML-based standard for exchanging authentication, attribute, and authorization assertions between identity providers and service providers.
  • Okta SCIM provisioning depends on /Users and /Groups, pagination, userName eq filtering, and active=false soft deactivation.
  • Microsoft Intune compliance policies evaluate managed devices and can feed Microsoft Entra Conditional Access decisions.
  • Jamf Pro exposes APIs for Apple device inventory and management objects.
  • NetBox provides source-of-truth inventory APIs for DCIM, IPAM, circuits, virtualization, tenancy, and users.
  • Backstage Software Catalog models owned software entities, systems, APIs, resources, and relations such as ownedBy, dependsOn, and providesApi.
  • Microsoft Graph entitlement management exposes access packages, assignments, requests, policies, catalogs, and resource roles for access governance.
  • Jira Service Management and ServiceNow APIs provide system-of-record surfaces for request types, approvals, assets, incidents, change, catalog, and task data.

Implications for Init Intelligence

  • The context graph should ingest from both administrative systems (IdP, HRIS, MDM, ITSM) and developer/source-of-truth systems (Backstage, NetBox, GitHub, cloud, observability).
  • The first product wedge should probably choose a narrow set of high-value integrations: IdP, HRIS, Slack/Teams, Google Workspace or Microsoft 365, MDM, and one ITSM system. ^[inferred]
  • “AI ITSM” is partly an integration-quality business. The model can only act safely if it knows identity lifecycle, device state, app ownership, request catalog, approval policy, and source-of-truth provenance.

Limitations

  • Many official docs are API references rather than buyer-facing product narratives; implementation details still need sandbox validation.
  • ServiceNow docs often render client-side, so some API details here rely on search-extracted snippets and community references.