unsubbed.co

WagmiOS

Self-hosted deployment & paas tool that provides container deployment and management with AI integration.

Overview

Your AI command Center WAGMILABS builds tools for curious humans and their AI agents. Self-hosted Docker management, marketplace apps, and a wiki full of hard-won knowledge. The project has 51 GitHub stars and is licensed under Apache-2.0.

Key Features

Source: GitHub README

  • WAGMIOS Marketplace — Install 34+ self-hosted apps in seconds. Plex, Jellyfin, Ollama, Home Assistant, and more.
  • Container Management — List, create, start, stop, restart, and delete containers through a clean REST API.
  • Scope-Based Permissions — Give AI agents exactly the permissions they need. Nothing blanket. If the key doesn’t have containers:delete, the agent can’t delete anything.
  • OpenClaw-Native — Built for OpenClaw agents. Every action is visible and auditable.
  • Real-Time Activity — WebSocket-powered activity feed shows you everything happening in your homelab.

Getting Started

Source: GitHub README

wagmios_instances:
  nas:
    url: http://192.168.1.10:5179
    key: wag_live_xxxxxxxxxxxx
    scopes: [containers:read, containers:write]
    label: "Homelab NAS"

  media:
    url: http://192.168.1.20:5179
    key: wag_live_yyyyyyyyyyyy
    scopes: [marketplace:read, marketplace:write]
    label: "Media Server"

  vps:
    url: https://vps.yourdomain.com:5179
    key: wag_live_zzzzzzzzzzzz
    scopes: [containers:read, images:write]
    label: "VPS"

Normalized Features

Source: tool-features-normalized.json

docker, docker compose, rest api.

Features

Integrations & APIs

  • REST API