What Powerboards is for
- Provide a clean UI for chat, threads, meetings, documents, and files.
- Let non-technical users run agents with one click.
- Share repeatable installs for the same service across rooms.
- Keep the same room reachable from an end-user focused interface, even if that room is also being inspected in Studio.
How it works
Powerboards includes a built-in directory of prebuilt agents you can install into a room, including:- assistant, a general-purpose room assistant for chat, files, and thread-based workflows that can be configured with either GPT or Claude
- voice, a voice-first agent experience for live spoken interaction, meetings, and room-level voice controls
- transcriber, a meeting transcription experience that joins a room session, captures speech, and writes the transcript back into the room context
- Install a built-in agent Open a room, choose one of the built-in options, and install it directly from Powerboards.
- Deploy a custom service to a room or project Build the service, define the YAML, then deploy it with MeshAgent Studio or the CLI. Once that service is available to the room, it shows up in Powerboards automatically.
- Share a
ServiceTemplateinstall link Host aServiceTemplateYAML at a public URL, then share a link in the formhttps://app.powerboards.com/install?url=.... Powerboards downloads the template, prompts for any required variables, and installs it into the selected room. - Install from an MCP server URL The installer can also take an MCP server URL directly. Powerboards will try to discover an installable MCP service template from that URL and then walk the user through setup.
Install links and shared distribution
If you want other people to install an experience into their own rooms, the main path is a Powerboards install link. The flow is:- Define a
ServiceTemplate. - Host it at a public URL, such as a raw GitHub Gist URL.
- Share a link in the form
https://app.powerboards.com/install?url=.... - Powerboards signs the user in, lets them choose a project and room, collects any required variables, and deploys the service.
What users can do
- Chat or talk to agents in a room.
- Work in thread-based conversations and collaborate with other participants.
- Browse, upload, and work with room files when storage access is available.
- Use tools exposed by the service.
- View and edit documents generated by agents.
- Join meetings or voice experiences when the room supports them.
- users may be able to open the developer console and inspect logs, traces, and metrics
- room owners may be able to install or remove agents
- users may be able to view or update room permissions
Room rules and shared customization
Powerboards can also expose editable room-scoped rules for agents. Some built-in installs, such asassistant and voice, use an editable rules.md file in room storage so room members can steer behavior together.
When you build your own agents, you can choose whether rules are:
- fixed inline in the service definition
- baked into the image
- editable in room storage with
--room-rules