Connect AI agents to 1500+ Make.com apps via the agent:// protocol.
| Module | Type | Description |
|---|---|---|
| Watch Messages | Instant Trigger | Fires when an agent sends a message |
| Send Message | Action | Send a message to an agent |
| Resolve Agent | Action | Resolve agent:// URI to endpoint |
| Register Agent | Action | Register a new agent domain |
| List Agents | Search | Discover registered agents |
- Go to Make.com → Apps → Create a new app
- Import
app.jsonas the app definition - Add modules from the
modules/directory - Configure the API key connection
- In your scenario, add any Agenium module
- Create a new connection with your API key (
dom_...) - The connection is shared across all Agenium modules
Watch Messages → Router → [Google Sheets: Add Row] + [Slack: Send Message]
Schedule → List Agents → Iterator → Resolve Agent → Google Sheets
Webhook → Send Message to Agent → Email (Send)
The List Capabilities RPC provides dynamic dropdowns in module configuration, showing available agents from your DNS.
The Watch Messages module uses Make.com's instant trigger system:
- Webhook is automatically registered when the scenario is activated
- Automatically cleaned up when deactivated
- No polling — instant execution on agent messages
MIT