Build Agent governance

  • Release version: Zurich
  • Updated June 16, 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 Build Agent governance

    Build Agent governance ensures that AI-generated applications on the ServiceNow AI Platform meet enterprise standards for code quality, security, and compliance. It integrates automated safeguards to prevent common development issues and enforce organizational policies. All apps and AI agents created with Build Agent inherit governance features from AI Control Tower, App Engine Management Center, and the ServiceNow AI Platform’s identity framework, providing consistent governance across the AI lifecycle.

    Show full answer Show less

    Key Features

    • Risk and Compliance: Ensures AI-generated apps comply with security standards and regulatory requirements.
    • Quality Assurance: Automated validation of generated code through testing and review processes.
    • Visibility and Control: Prevents shadow IT by enabling lifecycle transparency and monitoring of agents.
    • Automated Security Controls: Generates Access Control Lists (ACLs), applies role-based access, validates scripts for vulnerabilities, and optimizes code automatically.
    • Advanced Security Features: Supports Security Attributes for attribute-based access control and Security Data Filters for row-level data restrictions, allowing layered security models within applications.
    • Cross-Scope Privileges: Automatically creates privilege records to control access between scoped applications, helping to resolve access errors and manage inter-app dependencies.
    • User and Role Management: During agent and skill creation, Build Agent requests specification of operational users and roles, as well as access permissions.
    • AI Control Tower Integration: Registers generated agents as AI assets, enabling AI stewards to monitor lifecycle, security posture, compliance, and risk classification directly from the workspace.
    • Risk and Compliance Evaluation: Supports assessments against frameworks like NIST AI Risk Management Framework and the EU Artificial Intelligence Act for organizations using AI Risk and Compliance.

    Key Outcomes

    • Consistent enforcement of security and compliance policies across all AI-generated applications without additional manual configuration.
    • Improved application quality through automated code validation and optimization.
    • Enhanced visibility into AI agent dependencies, permissions, and lifecycle status, allowing proactive governance and risk management.
    • Reduction of unauthorized access and operational errors via automated cross-scope privilege management.
    • Streamlined governance workflows for AI stewards, improving oversight and control over AI assets.

    Governance controls in Build Agent help with code quality, security, and compliance when generating applications. The Build Agent automated safeguards prevent common development issues and enforce organizational standards.

    Every app and AI agent generated with Build Agent inherits the governance of AI Control Tower and App Engine Management Center, plus the same identity framework as the rest of the ServiceNow AI Platform®. Use the governance tools to monitor agents, manage app lifecycle, and enforce policy.

    Governance addresses the following:
    • Risk and compliance: AI-generated apps meet enterprise security standards and regulatory requirements.
    • Quality assurance: Automated code is validated through testing and review.
    • Visibility and control: Prevents shadow IT and enforces lifecycle transparency.

    Build Agent automatically generates Access Control Lists (ACLs) that enforce role-based access, validates scripts for security vulnerabilities, and applies code optimization during generation. Every app that's developed agentically on the ServiceNow AI Platform includes audit trails, security controls, and compliance checks without requiring explicit prompts for these features.

    Build Agent supports the full set of native ServiceNow security controls, not only ACLs and roles. For example, Build Agent can create Security Attributes for attribute-based access control and Security Data Filters for row-level data restriction.
    • Security Attributes control access based on properties assigned to users and resources, instead of role membership alone. For more information on Security Attributes, see Security Attributes.
    • Security Data Filters restrict which rows a user can see on a table, for example, so that managers see only their team's records.
    All four security metadata types can be combined in a single application for layered access control.
    Some ways that Build Agent enforces governance include:
    • Enforce ACLs and role-based access for generated apps, which Build Agent can do.
    • Validate AI-generated scripts for security vulnerabilities.
    • Apply code optimization and review before publishing.
    • Create Cross-Scope Privileges to control which tables, scripts, and resources one scoped application can access from another. Use Cross-Scope Privileges to diagnose and resolve operation not allowed errors between scoped apps.
    • While creating agents and skills, Build Agent asks which users and roles it should operate as, as well as which users are allowed to access the agents or skills.

    AI Control Tower

    Agents generated by Build Agent are registered as AI assets in AI Control Tower, where AI stewards can track lifecycle progression, monitor security posture, and assess compliance. From the AI asset record, stewards can review governance health, evaluation scores, and risk classification for each agent without leaving the workspace.

    AI Control Tower identifies specific security considerations for generated agents, including agents with elevated permissions, agents that experience access-related errors, and agents that have been inactive for more than 90 days but still retain active permissions. The access map visualizes relationships between agents, agentic workflows, and the tools they use, which helps stewards assess dependencies and potential impact before making changes.

    If your organization uses AI Risk and Compliance, generated agents can be evaluated against organizational policies and regulatory frameworks such as the NIST AI Risk Management Framework and the EU Artificial Intelligence Act. Risk classification and compliance posture are surfaced on the Risk and Compliance tab of each AI asset record.

    For more information, see AI Control Tower.

    For more information on governance, agentic development and other ServiceNow development tools, see Governance for agentic development.

    Cross-scope privileges

    Build Agent can create Cross-Scope Privilege records to control which tables, scripts, and resources one scoped application can access from another. If a scoped app needs to read a table or call a script include from a different scope, Build Agent generates the appropriate privilege records. Cross-Scope Privileges are also useful for diagnosing and resolving operation not allowed errors between scoped apps.