Skip to content

Aganium/make-agenium-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agenium — Make.com Custom App

Connect AI agents to 1500+ Make.com apps via the agent:// protocol.

Modules

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

Installation

  1. Go to Make.com → Apps → Create a new app
  2. Import app.json as the app definition
  3. Add modules from the modules/ directory
  4. Configure the API key connection

Connection Setup

  1. In your scenario, add any Agenium module
  2. Create a new connection with your API key (dom_...)
  3. The connection is shared across all Agenium modules

Example Scenarios

Agent Message → Google Sheets + Slack

Watch Messages → Router → [Google Sheets: Add Row] + [Slack: Send Message]

Scheduled Agent Discovery

Schedule → List Agents → Iterator → Resolve Agent → Google Sheets

Form → Agent → Email

Webhook → Send Message to Agent → Email (Send)

Dynamic Fields

The List Capabilities RPC provides dynamic dropdowns in module configuration, showing available agents from your DNS.

Webhook (Instant Trigger)

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

License

MIT

About

Connect AI agents to **1500+ Make.com apps** via the **agent:// protocol**.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors