Exploring the ServiceNow IDE

  • Release version: Australia
  • Updated March 12, 2026
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Exploring the ServiceNow IDE

    The ServiceNow IDE is a web-based implementation of Visual Studio Code designed for application development on the ServiceNow AI Platform. It allows developers to build applications quickly using familiar tools and industry-standard practices, offering features like type safety, IntelliSense, and source control integration.

    Show full answer Show less

    Key Features

    • Application Development: Create applications in source code using ServiceNow Fluent to define application metadata.
    • Real-Time Changes: View side-by-side visual representations of changes in real time using embedded ServiceNow interfaces.
    • Code Autocomplete: Utilize the Code autocomplete skill from Now Assist for Code to generate code suggestions.
    • Git Integration: Configure Git credentials for source control, allowing for collaboration and version management.
    • Custom Modules: Create JavaScript modules and use third-party libraries to effectively organize and reuse code.

    Key Outcomes

    By leveraging the ServiceNow IDE, developers can efficiently manage application development with a clear workflow that includes creating applications, synchronizing changes, and collaborating with team members. The IDE enhances productivity, promotes code reuse, and supports integration with Git for streamlined version control.

    Learn about developing applications in source code in the ServiceNow IDE.

    ServiceNow IDE overview

    The ServiceNow IDE is an implementation of Visual Studio Code for the Web on the ServiceNow AI Platform. With the ServiceNow IDE, you can get started building applications quickly using familiar tools and industry-standard development practices. The ServiceNow IDE has many of the same features as Visual Studio Code, including type safety, IntelliSense, dependency enforcement, code search, and source control integration.

    Figure 1. ServiceNow IDE home page
    The ServiceNow IDE homepage with the user's workspaces listed.

    In the ServiceNow IDE, you can create applications in source code using ServiceNow Fluent to define application metadata [sys_metadata]. To see a side-by-side visual representation of your changes in real time, you can open the application metadata in other ServiceNow AI Platform user interfaces embedded within the ServiceNow IDE.

    Optionally, you can create JavaScript modules and use third-party libraries to organize and reuse code within an application scope. With Now Assist for Code, you can use the Code autocomplete skill to generate code suggestions for scripts in an application in the ServiceNow IDE. For more information, see Generate code with autocomplete.

    In the background, this functionality is enabled by the ServiceNow SDK application packaging service, which builds applications in the ServiceNow IDE.

    Note:
    You can use Build Agent to help you create and edit applications in the ServiceNow IDE. For more information, see Build Agent.

    ServiceNow IDE workflow

    The following infographic shows the workflow for developers to get started developing applications with the ServiceNow IDE.

    Figure 2. Developing applications with the ServiceNow IDE
    Process for using the ServiceNow IDE to develop applications in source code. For details, refer to the following description.
    1. Depending on the authentication method, an administrator or developer configures the credentials needed to connect to their Git provider.
      • To use OAuth 2.0 authentication, an administrator configures an OAuth 2.0 application registry in their Git provider and on the instance.
      • To use basic authentication, a developer generates a personal access token from their Git provider.
    2. From their Git provider, a developer creates a dedicated Git repository for an application.
    3. From the ServiceNow IDE, the developer configures their Git credentials.
    4. The developer creates a ServiceNow IDE workspace to organize applications.
    5. The developer creates an application or converts an existing application from the ServiceNow IDE.
    6. The developer initializes a local Git repository for the application and pushes it to the remote repository they created to manage the application in source control.
    7. The developer can define application metadata in source code using ServiceNow Fluent, create custom JavaScript modules, or use third-party libraries.
    8. When metadata changes are detected, the developer synchronizes the application to download and transform changes to metadata from other interfaces into source code.
    9. After saving their changes, they build the application, which compiles the source code and transforms it into application metadata.
    10. When the build is complete, the developer can view their changes reflected in other embedded ServiceNow AI Platform user interfaces without leaving the ServiceNow IDE.
    11. The developer stages, commits, and pushes their changes to the Git repository.
    12. From the ServiceNow IDE, other developers can clone the repository, create branches, and begin collaborating on the application.

    Other users can modify the application metadata at the same time as developers modify the source code. Developers can reuse module code in other modules or scripts within the application.

    ServiceNow IDE benefits

    Benefit Feature Users
    Develop applications in an IDE based on Visual Studio Code on the ServiceNow AI Platform ServiceNow IDE user interface Developers
    Write source code to define the metadata that makes up ServiceNow applications ServiceNow Fluent

    Define application metadata in code with ServiceNow Fluent in the ServiceNow IDE

    Developers
    Organize and reuse code within an application scope with custom JavaScript modules and third-party JavaScript utilities JavaScript modules and third-party libraries

    Create and use JavaScript modules in applications in the ServiceNow IDE

    Use third-party libraries in applications in the ServiceNow IDE

    Developers
    Collaborate on applications with users of different skill sets Build and install an application in the ServiceNow IDE Developers
    Integrate source control with your Git provider of choice Integrating source control with the ServiceNow IDE Developers, Administrators