Supported metadata in Build Agent
Metadata and app file types that Build Agent can create and manage. Ask Build Agent or Build Agent use this reference when determining compatibility for your development workflow.
The best way to find out what metadata Build Agent supports is to ask it.
Important:
Build Agent only creates metadata supported by ServiceNow® Fluent. For more information, see ServiceNow Fluent. For the latest API reference, see https://servicenow.github.io/sdk/
| Metadata type | Description |
|---|---|
| Automated Test Framework (ATF) tests | Automated test cases for validating application behavior. |
| Business rules | Server-side scripts that run when records are displayed, inserted, updated, or deleted. |
| Choice lists | Field value options for select fields on forms and tables. |
| Client scripts | Scripts that run in the browser to control form behavior. |
| Client-side logic | Browser-based logic for controlling UI interactions and form behavior. |
| Condition builder and query conditions | Filter conditions used in business rules, workflows, and list views. |
| Configuration | System and application configuration settings. |
| Custom AI agents | AI agents scoped to application data models, roles, and ACLs. For more information, see Create agentic workflows, agents, and skills. |
| Dictionary overrides | Field-level customizations that override base system dictionary entries without modifying the original. |
| Event registry configurations | Event definitions that trigger notifications, scripts, or other platform actions. |
| Field-level overrides | Attribute overrides applied at the field level on extended tables. |
| Flows | Automated processes built in Workflow Studio using a no-code or low-code interface. |
| Forms | Record views that define which fields are displayed and how they are arranged. |
| Inbound email actions | Rules that process incoming email and create or update records based on message content. |
| List controls | Settings that control list view behavior, including column display and row counts. |
| Scheduled jobs | Automated tasks that run on a defined schedule. |
| Script includes | Reusable server-side JavaScript libraries callable from other scripts. |
| Scripted REST APIs | Custom REST endpoints built with server-side scripting. |
| Security | Access control lists (ACLs), roles, and related security configurations. |
| Server-side logic | Scripts and business rules that execute on the server. |
| Service Catalog items and configurations | Catalog items, variables, and fulfillment flows for the Service Catalog. |
| Service Portal configuration, pages, and widgets | Portal structure, page definitions, and custom widgets. |
| Skills | Now Assist skills for AI-powered responses and actions. |
| Tables | Database tables that store application data, including fields, relationships, and access controls. |
| UI actions | Buttons, context menu items, and links that trigger scripts or navigation on forms and lists. |
| UI components | Reusable interface elements built with UI Builder. |
| UI pages | Custom pages built outside of standard form and list views. |
| UI policies | Client-side rules that show, hide, require, or lock fields based on conditions. |
| UI views | Named configurations of form layouts for different user contexts. |
| Workflows | Automated process sequences built in the legacy workflow editor. |
| Workspaces | Agent-facing interfaces built with configurable workspace components. |