Get Started

What webAgent Is

Updated Jun 5, 2026 · 1 min read

webAgent is a self-hostable app that puts a tool-using AI agent behind a clean
chat interface, plus a set of workspaces around it. The core idea: instead of a
chatbot that can only talk, each agent can take actions — search the web, open
a browser, send email, query a database, run a terminal program, generate an image,
write to this wiki — depending on which abilities you have turned on.

A few things make it different from a plain chat app:

turn runs on the server, not in your browser tab. Close the page, switch devices,
lose your connection — the answer keeps being produced and is waiting when you
return. See Chatting with an Agent.

turns. See Memory.

self-contained files — nothing is hard-wired. See How Agents Work: The Mental Model.

off to each other. See Built-in Agents and Delegation & Hand-off.

or a cloud server. See Supported Devices & Platforms.

Underneath, it's a web service with a database as the single source of truth, and a
plain web UI. You don't need to know any of that to use it — but if you want to, see
Architecture Overview.

#overview#concept