---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/application-development

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Environments

# Agentic development in ServiceNow AI Platform environments {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
You can develop apps agentically with AI tools on the ServiceNow AI Platform in a safe, isolated environment using a non-production instance with Developer Sandboxes, or on a Personal Developer Instance (PDI).
Note:  
You can develop for ServiceNow locally, outside of an instance using local VS Code and the ServiceNow SDK. However, this topic discusses agentic development on the ServiceNow AI Platform on an instance.

## Developer Sandboxes and development {#vibe-coding-environments__section_zpc_g5g_phc}

Developer Sandboxes are isolated environments within a non-production instance that enable developers to build and test changes without impacting other work. They solve the problem of shared-instance conflicts by providing the following capabilities:

Parallel development
:   Each sandbox is independent, so multiple developers can work concurrently.

Full metadata copy
:   Developer Sandboxes are initialized with the base instance's metadata.

Version control alignment
:   Supports Git-based workflows for compliance and architectural standards. Update sets are also available.

On-demand provisioning
:   Developer Sandboxes can be requested and spun up dynamically.

Use Developer Sandboxes to eliminate change conflicts, enable branching and merging strategies, and reduce risk in enterprise-scale development.  
Agentic development works with Developer Sandboxes in the following ways:

* Agentic development accelerates app creation, while Developer Sandboxes provide a safe space to experiment with AI-generated changes.
* Every agentic change in a sandbox can be tracked, previewed, and rolled back to maintain governance and compliance.

{#vibe-coding-environments__ul_frd_nvg_phc}For more information on Developer Sandboxes, see [Developer Sandboxes](https://servicenow-prod.fluidtopics.net/8n5o1hEPYqgl19r~ioAcOw "Developer Sandboxes provide admins and delegated developers the ability to request, access, and manage individual sandboxes on top of the same underlying development instance. Delegated developers can write and merge code and configuration changes without the risk of their changes getting overwritten on the instance mid-development.").

## PDIs and agentic development {#vibe-coding-environments__section_y1b_qvg_phc}

A Personal Developer Instance (PDI) is a free, standalone ServiceNow instance provided for personal use and experimentation. It is not connected to a customer's production environment and is controlled by ServiceNow. PDIs are empty instances where developers set up apps and data from scratch.

* The ServiceNow AI Platform offers Build Agent trials in PDIs with a 10-prompt limit per month for personal experimentation.
* Try out Build Agent on a PDI to experience agentic development without impacting production environments.
* PDIs support learning prompting patterns, testing AI-generated apps, and refining workflows before moving to Developer Sandboxes or sub-production instances.
* For production-grade work, use Developer Sandboxes instead, which are exact copies of customer instances and support source control integration.

{#vibe-coding-environments__ul_zh5_yvg_phc}For more information on PDIs, see [Personal developer instance guide](https://servicenow-prod.fluidtopics.net/zYU4E4RsssMJufmUKWiAaQ "ServiceNow offers free personal developer instances (PDIs) to Developer Program members to learn, explore, and experiment with the ServiceNow AI Platform.").

