ADS Subscriber
1. Install the ADS SDK
The ADS Subscriber is any application environment where your AI agents run. Simply install the ADS SDK to enable your agents to be able to receive and react to events from ADS Publishers.
If you are using n8n, follow this guide.
As a subscriber, you can connect the same AI agent to multiple ADS Publishers
using ADSDataConnector
objects. Just install the SDK and connect to existing
publishers.
The Subscriber SDK is available for multiple programming languages and platforms. Choose the SDK that matches your environment.
2. Configure Publisher Connection
After installing the SDK, follow the below steps:
- Get the ADS publisher connection details
- Configure your subscriber with the ADS publisher endpoint
For detailed setup guides, configuration examples, visit our SDK Documentation.
Next Steps
With your subscriber connected, you can:
Last updated on