Create agentic workflows, agents, and skills

  • Release version: Australia
  • Updated May 7, 2026
  • 2 minutes to read
  • Build custom agentic workflows, AI agents, and skills for your applications using automated generation tools with Build Agent. You can streamline development by creating the necessary instructions, tools, and access controls based on your requirements.

    Before you begin

    Skills must be published before they can be used as a tool by another skill.

    Note:
    Check your entitlements to determine whether you have access to agentic workflows, agents, and skills in Build Agent.

    Role required: admin

    About this task

    For details on creating agentic workflows, agents, and skills, see Agentic workflows, agents, and skills.

    Procedure

    1. Navigate to All > App Development > ServiceNow Studio.
      You can also open Build Agent in the ServiceNow IDE if you prefer a more code-centric experience.
      The Build Agent chat panel opens by default in new ServiceNow Studio sessions. If the panel isn't open, select Open Build Agent from the status bar in the lower corner of your browser. You can also select the Sparkle icon in the application banner.
      Figure 1. Open Build Agent
      If Build Agent isn't open, open it from the status bar in the corner of your browser.
    2. Optional: Select your application from the Build Agent chat panel drop-down list.
    3. Prompt to add AI to your app in one of two ways.
      • Enter a prompt describing the agentic workflow, agent, or skill that you want to create. For example:
        • To create an agentic workflow: Create an onboarding agentic workflow for contractors featuring three sequential AI agents:
          • Intake Agent: Validates requests, conducts online background checks, verifies budget, and calculates costs using web searches and scripts.
          • Background Check Agent: Assesses risk and performs tiered checks on identity, employment, credit, and references. Also verifies credentials and identifies necessary training.
          • Provisioning Agent: Evaluates access needs, assigns equipment, generates credentials, provisions system access, finds training resources, and sends welcome packages.
        • To create an agent: Create a Swag Fulfillment AI agent that can review and approve swag requests. The agent must review incoming swag requests, check inventory availability for all requested items, approve requests autonomously, update inventory, and request records when taking actions.
        • To create a skill: Create a summarization skill that summarizes travel requests and provides approval suggestions based on the company's travel policy.
        • If you don't know what agents or skills you need: Analyze my application. Review the tables, fields, business rules, and workflows. Identify the most repetitive manual tasks that fulfillers perform and suggest which ones could benefit from AI agent or skill.
      • Select the Add AI to my app button and follow the prompts.
        Figure 2. Button to add AI
        Now Assist chat panel with the Add AI to button highlighted.
        Note:
        • Depending on your licensing, the button may not be available.
        • You must be on Australia Patch 3 or higher for the button to appear.
    4. Review and approve the plan by selecting Approve plan.
      Figure 3. Approve plan
      Five-step plan for creating a swag management application
      Build Agent starts creating the agentic workflow, agent, or skill, along with its instructions, tools, access control lists (ACLs), and supporting scripts.
    5. When the build is complete, confirm the installation.
      Build Agent deploys the workflow, agent, or skill to the development environment.

    What to do next

    After Build Agent generates agents and skills, complete the following steps to move them from creation to production.

    1. Test each skill in Now Assist Skill Kit to validate prompt behavior against sample records and review output quality before publishing.
    2. Test the agent in AI Agent Studio to validate the end-to-end workflow and confirm that tool invocations work correctly.
    3. Activate triggers in AI Agent Studio. Triggers are not activated automatically and must be enabled separately after generation.
    4. Deploy the custom app with its agents and skills as a standard update set.