---
sourceDocument: Yokohama Enable AI
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/intelligent-experiences

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Enable AI

ft:clusterId :

    - platai

bundleId :

    - platai

workflow :

    - Platform


---

# LangGraph

# AI Service Graph connector for LangGraph {#ariaid-title1}

Release version: Yokohama  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
The AI Service Graph Connector for LangGraph enables you to discover and import AI assets from your LangGraph environment into ServiceNow AI Control Tower.

The connector integrates with the LangSmith API 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 {#langgraph__section_zbq_vdk_m3c}

Visit the ServiceNow store website to download the [AI Service Graph Connector for LangGraph](https://store.servicenow.com/store/app/19b23dd3537e7a9072c95a01a0490e4f) application.

## Supported ServiceNow versions {#langgraph__section_czc_fhj_m3c}

{#langgraph__table_iqv_hss_mjc__entry__2}

| Release | Status |
|-|-|
| Australia | Supported |
| Zurich | Supported |
[ ]

{#langgraph__table_iqv_hss_mjc}

## User Roles {#langgraph__section_c33_hhj_m3c}

You must have one of the following roles assigned.
{#langgraph__section_c33_hhj_m3c__entry__1}

| Required Roles |
|-|
| sn_ai_disc.discovery_admin |
| sn_cmdb_int_util.sgc_admin |
[ ]

## ServiceNow Prerequisites {#langgraph__section_lck_s4k_cjc}

Complete the following setup steps once when configuring the connector for the first time.  
Note:  
Updating data source access and clear cache is a prerequisite that needs to be completed only once, when setting up a new instance for the first time.  
Update Data Source Access

The connector requires write permissions to the Data Source table to create data sources.  
To enable data source creation:

1. Select Global from the application picker.
2. Navigate to Application Access.
3. Select the Can create, Can update, and Can delete checkboxes.
4. Select Update.
5. Switch to the connector application scope.
{#langgraph__ol_sgt_yts_mjc}  
Clear cache

Clear the cached data for the Data Source and Tables.  
To clear the cache:

1. Navigate to System Definition \> Background Scripts
2. 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');

3. Select Run Script.  
   Note:  
   The script may take several minutes to complete.
4. After completion, switch to the connector application scope.
{#langgraph__ol_sy1_n5s_mjc}

## LangGraph Prerequisites {#langgraph__section_p4h_c2k_m3c}

Before creating a connection, generate an API key in your LangGraph instance. Refer to the [Create an account and API key with LangGraph](https://docs.langchain.com/langsmith/create-account-api-key) documentation to learning about creating an API Key in LangGraph.  
Note:  
To access the latest and most comprehensive guidelines for managing API keys, see [About LangGraph](https://docs.langchain.com/)

## Data Mapping {#langgraph__section_l1n_b2q_m3c}

The following table lists the data sources, the staging tables, and the target tables  CMDB CI classes and non-CMDB  classes where data is stored for LangGraph project.

|-|-|-|
| Data Source | Import Set Table | Target Table(s) |
| SG-LangGraph Agents | sn_langgraph_integ_agents | alm_ai_system_digital_asset alm_ai_prompt_digital_asset cmdb_ci_function_ai |
| SG-LangGraph Usage | sn_langgraph_integ_usage | alm_ai_model_digital_asset sn_ai_disc_ai_usage |
[ ]

{#langgraph__table_s1w_52q_m3c}

