AI Service Graph Connector for Moveworks
The AI Service Graph Connector for Moveworks enables you to discover and import AI assets from Moveworks environments into ServiceNow AI Control Tower.
The connector integrates with your Moveworks account to catalog AI systems, agents, models, and prompts. Usage data is automatically collected and populated into the AI Control Tower value dashboard, providing comprehensive visibility and governance of your AI operations.
Download apps from the Store
Visit the ServiceNow Store website to download the AI Service Graph Connector for Moveworks application.
Supported ServiceNow versions
| Release | Status |
|---|---|
| Australia | Supported |
| Zurich | Supported |
User Roles
You must have one of the following roles assigned.
| Required Roles |
|---|
| sn_ai_disc.discovery_admin |
| sn_cmdb_int_util.sgc_admin |
ServiceNow Prerequisites
Complete the following setup steps once when configuring the connector for the first time.
The connector requires write permissions to the Data Source table to create data sources.
- Select Global from the application picker.
- Navigate to Application Access.
- Select the Can create, Can update, and Can delete check boxes.
- Select Update.
- Switch to the connector application scope.
Clear the cached data for the Data Source and Tables.
- Navigate to System Definition > Background Scripts
- Paste the following script into the Run Script text box:
GlideTableManager.invalidateTable('sys_data_source'); GlideCacheManager.flushTable('sys_data_source'); GlideTableManager.invalidateTable('sys_db_object'); GlideCacheManager.flushTable('sys_db_object'); - Select Run Script.Note:The script may take several minutes to complete.
- After completion, switch to the connector application scope.
Moveworks Prerequisites
Movework Setup Instructions:
An API key is required to integrate with Moveworks. Refer to the Moveworks API reference documentation for instructions on how to create an API key.
The API key must contain the following scopes:
- Conversations
- Interactions
- Plugin Calls
Additionally, the Organization Name is required to register your Moveworks connection. Refer to the Moveworks organization information documentation for instructions on how to view the Organization Name.