From 4d43623db6bc7f3e791455074e853e80324cfdae Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Aug 2026 19:07:14 -0400 Subject: [PATCH] Add Hosted AI Agent Platform (AgentThread reference) to future projects list --- docs/projects/projects-master-readme.md | 1 + projects/hosted-agent-platform.md | 48 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 projects/hosted-agent-platform.md diff --git a/docs/projects/projects-master-readme.md b/docs/projects/projects-master-readme.md index 331068c..13d666b 100644 --- a/docs/projects/projects-master-readme.md +++ b/docs/projects/projects-master-readme.md @@ -9,3 +9,4 @@ Master index of all internal and client projects. - **[Apex Track Experience](./apex-track/README.md)**: Website and operations platform for track day experiences, vehicle registrations, and event logistics. (PLANNED) - **[BoxPilot Logistics](./boxpilot/README.md)**: Logistics and shipping management platform. (PLANNED) - **[Open-Source SaaS Alternatives](../projects/oss-saas-alternatives.md)**: 10 self-hostable replacements for paid SaaS (AppFlowy, Immich, Documenso, Excalidraw, Penpot, Cal.DIY, ListMonk, Dub, RustDesk, FluidVoice). Future productize/host candidates. (FUTURE PROJECTS) +- **[Hosted AI Agent Platform](../projects/hosted-agent-platform.md)**: AgentThread-style hosted Hermes agents — each client/space gets a containerized agent with chat, live URL, and credit billing. Reference: agentthread.ai. (FUTURE PROJECTS) diff --git a/projects/hosted-agent-platform.md b/projects/hosted-agent-platform.md new file mode 100644 index 0000000..8b56ab6 --- /dev/null +++ b/projects/hosted-agent-platform.md @@ -0,0 +1,48 @@ +# Hosted AI Agent Platform — Future Project Candidate + +**Status:** Future Projects — Reference & Concept +**Saved:** 2026-08-14 +**Category:** Productize / Hosted Agent Offering +**Owner:** IT Pro Partner (Sho'Nuff) +**Source:** https://agentthread.ai/ (spotted by Germaine 2026-08-14) + +--- + +## What it is + +AgentThread is Hermes (Nous Research's open-source agent — the same engine this box runs) repackaged as a hosted, multiplayer SaaS. Their own tagline: *"Hermes, now multiplayer and hosted."* + +- Each "space" is a **real Linux container running a full Hermes instance** — full shell, own files, own URL. +- Discord-style chat + a live site-preview panel + instant deploy to a public URL (`reddit.agentthread.ai` in their demo). +- Bring your own **Claude Code / Codex / local Hermes**; own API keys; per-space credit tracking. +- **$100 of model credits free** to start, nothing to install. +- Model listed as "GPT-5.6 Luna" (unverified — not yet investigated). + +## Why it matters to ITPP + +1. **Validation** — the open-source agent we self-host is now a launched SaaS. Proves "hosted agent" has a paying market. +2. **The moat is hosting + UX + billing, not the agent** — the agent is MIT/free. We already run the same engine on netcup with our own keys. +3. **Obstacles-as-products** — this is the exact shape of an "each client gets their own AI ops agent" offering. + +## Product angle (if we build it) + +- Managed "AI ops agent per client": each client/space gets a hosted Hermes container, chat UI, live URL, and a credit cap. +- White-label, billed per-space, with baked-in budget management — we already have the LiteLLM virtual-key infra for per-tenant cost attribution. +- Reuse: Hermes (open source), LiteLLM/admin-ai, netcup/app3 hosting, Wasabi backup pipeline, central auth. + +## Pricing pull (2026-08-14) + +- **No public pricing page.** `/pricing` and `/` serve the same landing page. +- Only public number: "$100 of model credits on the house" + "Start building, free." +- Tiers appear gated behind signup. Not yet investigated. + +## Open Questions + +1. Actual pricing tiers (behind signup). +2. What is "GPT-5.6 Luna" — a Nous model or a hosted provider layer? +3. Self-hosted cost-per-client comparison: our netcup + own keys vs. their markup. + +## Source + +- https://agentthread.ai/ +- Retrieved: 2026-08-14