---
sourceDocument: Australia Conversational Interfaces
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/conversational-interfaces

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Conversational Interfaces

ft:clusterId :

    - convint

bundleId :

    - convint

workflow :

    - Platform


---

# Explore

# Exploring Virtual Agent API {#ariaid-title1}

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

Use the ServiceNow®
Virtual Agent API app to integrate any chat interface or a bot with ServiceNow®
Virtual Agent or Agent Chat. The app is available from the ServiceNow® Store.

## Overview of the Virtual Agent API {#explore-virtual-agent-api__cf-exploring-parent-overview}

The Virtual Agent API is a REST API. This API is built on the conversational custom chat integration framework that is provided with Virtual Agent starting in the Paris release. The API enables ServiceNow developers, advanced users, and admins to use Virtual Agent in either of the following ways:  

Standalone bot
:   Use Virtual Agent as a standalone bot that you integrate with enterprise or with any other third-party chat interface that supports conversational interfaces.

    Your end users can interact with the Virtual Agent and Agent Chat through multiple channels by using this integration.

Secondary bot
:   Use Virtual Agent as a secondary bot in an environment that has multiple, specialized bots managed by a primary bot.

    In this scenario, a primary bot manages communication with secondary bots on behalf of the end user. A
    primary bot could be IBM Watson Assistant or a homegrown primary bot.

    Your secondary bots, such as the ServiceNow bot, might handle specific types of end-user requests, such as service tickets or reservations.

The Virtual Agent API is useful for creating server-to-server integrations. However, for integrations that require the transformation of unsupported controls that must be rendered in your existing chat interface, consider
using the [Custom Chat Integration Framework](https://servicenow-prod.fluidtopics.net/8_n2n3RcLDD7~n4y4pYRsg "Conversational custom chat integration framework is a powerful framework consisting of scriptable APIs and configurations to bring the ServiceNow Virtual Agent to any conversational interface.").

For information about features such as the URL format and the supported request and response parameters in the Virtual Agent API, see [Virtual Agent Bot Integration API](https://www.servicenow.com/docs/access?context=bot-api&version=australia&pubname=australia-api-reference&ft:locale=en-US).

![Video link to Virtual Agent Academy.]()
[Augment your experiences with the Virtual Agent API](https://www.youtube.com/watch?v=cyhmMyG4jKk) (Virtual Agent Academy video)

## How the Virtual Agent API works {#explore-virtual-agent-api__section_oqv_1rb_rhc}

The following diagram shows how the REST API processes user input from a third-party chat interface or a primary bot, and then generates a bot response.

1. The user provides input to a primary bot or third-party chat interface.
2. The bot sends a POST request JSON to the inbound REST endpoint (via scripted REST API).
3. The ServiceNow AI Platform authenticates and processes the request, which is sent to Virtual Agent or a live agent.
4. The ServiceNow AI Platform sends a POST response JSON from the outbound REST endpoint (via REST API) back to the bot.
5. The primary bot or third-party chat interfaces displays the response to the user.
{#explore-virtual-agent-api__ol_pwf_jqc_kyb}  
Figura 1. Inbound and outbound REST endpoints in the Virtual Agent API

To see a demonstration of the Virtual Agent API and an FAQ, see [Getting Started with Virtual Agent APIs](https://community.servicenow.com/community?id=community_article&sys_id=080e3903dbc4e4107d3e02d5ca96198c) on the Community site.

## Limitations {#explore-virtual-agent-api__section_ems_jrb_rhc}

The Virtual Agent API does not support the following features:

* Custom controls
* Notifications delivered through Virtual Agent
* Chat branding through this Virtual Agent API integration.
* Now Assist capabilities are supported only in asynchronous mode.
{#explore-virtual-agent-api__ul_yqy_r1l_2qb}
* **[Supported features in Virtual Agent API](https://servicenow-prod.fluidtopics.net/GZZbcaxoxHUBH_qmQNnQLA)**   
  You can use the Virtual Agent API to integrate many of the same features that are available in Virtual Agent and Agent Chat into your chat environment. Feature support varies depending on your ServiceNow release and the store app version number of the Virtual Agent API.
* **[Supported versions and licensing requirements in Virtual Agent API](https://servicenow-prod.fluidtopics.net/hDnx2NvePiOOc96AditCDw)**   
  Get a quick overview of the important information that is related to the Virtual Agent API.

