AI Service Graph Connector for Anthropic
The AI Service Graph Connector for Anthropic discovers and imports AI Models and tracks usage data (per-user AI asset cost) into ServiceNow AI Control Tower.
Download apps from the Store
Visit the ServiceNow store website to download the AI Service Graph Connector for Anthropic application.
Supported ServiceNow versions
This connector is supported on the following ServiceNow releases:
| 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 .
- Enter the following script in 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 might take several minutes to complete. After completion, switch to the connector application scope.
Anthropic Prerequisites
The Al Service Graph Connector for Anthropic automatically imports Al data from your Anthropic environment into the ServiceNow CMDB. This playbook will guide you through configuring the connection and credentials.
- Anthropic Account: A Claude Console account
- Credentials:
- Anthropic API key- Required for Al Models discovery. See Anthropic API key to generate API key.
- Anthropic Analytics API key- Required for Anthropic Product usage per user (Available in Anthropic Enterprise plan). See, Anthropic Analytics API key to generate API key.