Automation Agents
Automation Agents is a app in the osFoundry community catalog. Build automated agents that monitor and act on the web for you — fetch RSS, scrape pages, watch APIs, send emails, trigger webhooks, and chain agents together. An open replacement for IFTTT / Zapier basics. Powered by Huginn. The official all-in-one image bundles the Rails app, workers, scheduler, AND MySQL under supervisord — so it ships as a single self-contained container.
Details
- Workspace: osfoundry
- Category: UTILITY
- Pricing: Free
- Access: Community
Features
- Build automated agents that monitor and act on the web for you — fetch RSS
- Scrape pages
- Watch APIs
- Send emails
- Trigger webhooks
- Chain agents together
Documentation
# Automation Agents
Run your own IFTTT-style automation agents, powered by Huginn.
## How it runs
The official `huginn/huginn` image is already an all-in-one — Rails web + workers + scheduler + bundled MySQL under supervisord. We just persist the `/var/lib/mysql` volume so your agents, events, and credentials survive container restarts.
## Setup
1. Generate a strong `APP_SECRET_TOKEN`: `openssl rand -hex 64` and paste into the env.
2. Set `DOMAIN` to the host portion of your public URL (e.g. `agents.example.com`).
3. Open the app, sign up with the `INVITATION_CODE`, then build agents.
## Theme / appearance
Huginn has its own UI; the host light/dark toggle doesn't apply.
## Note on tags
Upstream only publishes the `latest` tag (no semver) — pin by image digest for reproducibility.
How to use Automation Agents in osFoundry
Install Automation Agents into your workspace in one click, then fork it in osStudio to customise the prompts, tools, or configuration for your stack. Anyone in your workspace can pick up where you left off.
Other apps from the community
- CRM — Customer relationship management with contacts, deals, and pipeline tracking.
- Kanban Board — Drag-and-drop task board with swimlanes, labels, and team assignments.
- Helpdesk — Ticket triage and customer support inbox with SLA tracking.
- Page Builder — Block-based page editor with publishing to public URLs.
- Website Builder — Multi-page site builder with CMS, templates, and custom domains.
- Storefront — E-commerce storefront with product catalog, cart, and checkout.