Skip to main content
GenerativeAgent integration involves two main components that work together to create a complete conversational AI solution:

Channel Integration Methods

Channel integration is how conversation data is sent back and forth between the end user and GenerativeAgent. Connect your existing voice platform to enable real-time conversations.

Call Transfers

Transfer calls to GenerativeAgent while maintaining control over the call flow. Transferring with SIP or PSTN works with virtually any voice platform.

Connectors

We support out-of-the-box connectors to enable GenerativeAgent on contact center platforms:

Platform-Specific Voice Integration

Integration guides for popular voice platforms:
Don’t see your platform? Let us know what platform you’d like us to build an integration for.

Web SDK

For web-based chat integrations, we provide a ready-to-use SDK:

ASAPP SDK (Web)

Quickly integrate GenerativeAgent chat into your website with our customizable web SDK. Works alongside existing chat systems like Salesforce Chat or Zendesk.

Direct API

Direct Voice Integration

Send conversation transcript directly to GenerativeAgent:

Direct API Integration

Send conversation transcript directly to GenerativeAgent using your own ASR or voice processing.

Backend System Integrations

GenerativeAgent needs to interact with your business systems, but exposing APIs directly to LLMs often fail. Most APIs are designed for human developers who can:
  • read documentation
  • experiment with trial and error
  • get human support in order to get an API working.
LLMs don’t have the same luxury, and instead make a single API request for a given action, only relying on its current context. In order to have an LLM successfully call an API, we need to provide simple and focused actions instead of complex, inconsistent interfaces. Our API Connection tooling enables you to define the specific interface to GenerativeAgent while using tooling to map it to the more complex underlying API.

Integration Flow

1

Set Up Voice Channel Integration

Connect your voice platform using Call Transfer over PSTN, platform-specific voice integration, or direct voice integration.
2

Configure Backend Connections

Create API connections or custom code integrations for your business systems.
3

Deploy and Test

Test the complete integration flow end-to-end.
4

Go Live

Deploy to production and monitor performance.

Next Steps

I