What Powerboards is for
- Provide a clean UI for chat, voice, and documents.
- Let non-technical users run agents with one click.
- Share repeatable installs for the same service across rooms.
How it works
Powerboards comes with pre-built agents you can install including the: assistant (GPT based), claude (Claude-based), voice, transcriber, and developer (code-focused agent). The agents come with steerable rules and tools that can be toggled on and off per turn. Powerboards installs ServiceTemplates into a room. A ServiceTemplate collects any applicable user inputs at install time (for example, a custom email address for an agent) and then renders a Service that runs inside the room. See Packaging and Deploying Services for the full ServiceTemplate specification. Typical flow:- Build your service and define a
meshagent.yamlServiceTemplate. - Publish or share it from MeshAgent Studio or the CLI.
- Users open the install link in Powerboards and configure any required variables.
- Powerboards deploys the service into a room and launches the UI experience.
What users can do
- Chat or talk to agents in a room.
- Use tools exposed by the service.
- View and edit documents generated by agents.
- Collaborate with other participants in the same room.