---
sourceDocument: Australia Enable AI
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/intelligent-experiences

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Enable AI

ft:clusterId :

    - platai

bundleId :

    - platai

workflow :

    - Platform


---

# Manual integration

# Create an external AI agent with manual integration {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 min. de leitura

Create an external AI agent by manually integrating a third-party agent in AI Agent Studio to use in agentic workflows.

## Antes de Iniciar

If you don't see the option to create an external agent, confirm that your administrator has selected Allow ServiceNow to access External AI Agents. This option is available on the Settings page in AI Agent Studio, under External AI AgentsDiscoverability.

Your instance must be at least on Zurich patch 4.

Role required: sn_aia.admin

## Procedimento

1. Navigate to AllAI Agent StudioCreate and manageAI agents.
2. Select NewExternal.
3. Select the Manual integration method.
4. In the Connect a provider step, complete the form fields to connect to your AI agent.
   1. In the Enter details about the provider section, select the alias and subflow for your external AI agent.  
      Your alias should point to the agentic AI provider and include an authentication token. You can create an alias by selecting Create new alias. After the record is created, you can refresh or start the guided setup again to see the new option.

      The API type is <kbd class="ph userinput">Subflow</kbd>. Select a subflow that matches the provider. You can create your own by selecting Create a new subflow.
   2. In the Enter initial details about the external AI agent section, complete the fields.  
      {#create-manual-external-agent__entry__2}

      | Name | Description |
      |-|-|
      | Agent ID | Unique identifier for your agent according to your agentic AI provider. |
      | Metadata | Structured JSON that includes the required fields for your AI agent to function, for example, the model that the AI agent uses. |
      | Communication mode | Either <kbd class="ph userinput">Synchronous</kbd> (real-time) or <kbd class="ph userinput">Asynchronous</kbd> (allows for delay). |
      | Analyze response | Either <kbd class="ph userinput">true</kbd> or <kbd class="ph userinput">false</kbd>. |
      [Tabela 1. Enter initial details about the external AI agent section form fields]

   Select Save and continue to navigate to the next step.

5. In the Define the specialty step, add details about the AI agent to give the AI Agent Orchestrator context for how to use the agent in agentic workflows.  
   These fields provide context for the AI Agent Orchestrator to help understand the functions and steps required for the AI agent to have served its purpose within the workflow. Detailed role and instruction
   information create more effective AI agents. For suggestions for writing AI agent roles and instructions, see [General guidelines for creating AI agents and agentic workflows](https://servicenow-prod.fluidtopics.net/nNasEloTB7j8okzURW_l3A "By following some general guidelines for creating AI agents and agentic workflows, you can create clear and effective instructions that help maximize their efficiency and effectiveness.").
   1. In the Describe the AI agent section, add a name and description for your external AI Agent.  
      The name and description field are used by the AI Agent Orchestrator to help determine when to use your AI agent. The more thorough your description, the more likely the AI agent is to be used correctly within
      the agentic workflow.

      You can select Use Now Assist to help generate the content for the name, description, AI agent role, and instructions fields. You can still change these fields are
      generated.
   2. In the Instruct the AI agent section, add the AI agent role and instructions.
   3. Configure access control lists (ACLs) for the AI agent.  
      Nota:  
      The ACLs determine who has access to discover and execute the AI agent. To learn more about the ACLs you can create in AI Agent Studio and how to add more advanced security configurations, see [Implement access control in Now Assist AI agents](https://servicenow-prod.fluidtopics.net/22j7AP47_LhOTCRi_NkWGw "Implement security controls for AI agents and agentic workflows through access control lists (ACLs) and user identities to increase alignment with the access control-based security measures in the agentic system.").

      This is a required step. If you have previously configured an AI agent without creating an ACL, you must generate an ACL before you can make other modifications.  
      {#create-manual-external-agent__table_rlv_bgr_hgc__entry__2}

      | Field | Description |
      |-|-|
      | User access | The type of users whose access for the AI agent is defined by the following options: * Any authenticated user: Any user who is logged in can access the AI agent. * Users with specific roles: Users that have at least one of the roles assigned to them can access the AI agent. This is the default option. Nota: If a user doesn't have access to an AI agent or if the user doesn't have access to at least one of the AI agents in the respective agentic workflow execution, then the whole execution aborts before the first AI agent is initiated. * Public: Any user can access the AI agent even without logging in. Use this option only when you want guests to be able to access the AI agent. {#create-manual-external-agent__ul_h4v_b3r_hgc} |
      | Role | Assign one or more specific roles from the drop-down menu. Nota: Selecting the role is possible only when you chose the Users with specific roles user access. |
      [Tabela 2. Define who can access the AI agent]

      {#create-manual-external-agent__table_rlv_bgr_hgc}

6. In the Select a display step, choose where you want the AI agent to appear and what message users see when the AI agent is running.
   1. Select your AI agent's availability.  
      Set the Status to active if you want the AI agent to be available to users with the correct role.
   2. Select a display channel.  
      You can choose to use a Virtual Agent and specify which assistant you want to access the AI agent. if you want to test the AI agent first, you don't need to select a display channel yet.
   3. Choose processing messages to display to the user when the AI agent is executing.  
      For example, Initiating AI agent or Processing record details, or An AI agent is looking into the request.
   4. Activate the AI agent.  
      Select the toggle to activate the AI agent if you want the AI agent to be discoverable. If you want to test your AI agent first, wait until after you have tested it before activating it.

      If you don't see this option, you may need to scroll.


7. Select Save and test to save the AI agent details and go to the Testing page of AI Agent Studio.

## Resultado

Your external AI agent is connected to the ServiceNow AI Platform.

## O que Fazer Depois

You can [test an execution of your AI agent](https://servicenow-prod.fluidtopics.net/cKbj82uA3k2zRtzDBZ4jUg "Analyze the execution of an AI agent so you can see that it functions the way that you defined it.") or [its data access](https://servicenow-prod.fluidtopics.net/nUVW54mJJaj24yu6PRquAg "Run a manual test to verify that only the users you want to access the AI agent can do so."). You can also add it to a new or existing agentic workflow. See [Create an agentic workflow](https://servicenow-prod.fluidtopics.net/hAE0HO19ogLgwX0KK2loVw "Create an agentic workflow in AI Agent Studio so that AI agents can coordinate to solve complex problems.") for the steps to create or configure an agentic workflow.

