Skip to Content
Agent Data Shuttle 1.0 is out! 🎉
InstallationADS Publisher

ADS Publisher

1. Set up the ADS Bridge

The ADS Bridge is the core component that enables communication between publishers and subscribers. It manages the message queue and handles event distribution to all subscribed AI agents.

If you are building an ADS Publisher, then the ADS Bridge must be set up by you as part of setting up the Secure ADS Publisher environment.

Follow the setup instructions in the repository  to get the ADS Bridge running in your environment.

Verify the bridge is running by checking the health endpoint  or logs

2. Install the SDK

Once your ADS Bridge is running, install the ADS SDK in your application environment. The SDK handles pushing event payloads (which ideally come from the data sources either directly or through webhooks, polling, etc.) to the bridge.

The Publisher SDK is available for multiple programming languages and platforms. Choose the SDK that matches your environment.

If you are using n8n, follow this guide.

Next Steps

With the publisher components installed, you can:

Last updated on