Skip to main content
Powerboards is the end-user facing interface for MeshAgent. It turns your deployed services into shareable, installable experiences so teammates and customers can use agents without immediately. You can deploy agents to Powerboards using install links, MeshAgent Studio, or the CLI.

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:
  1. Build your service and define a meshagent.yaml ServiceTemplate.
  2. Publish or share it from MeshAgent Studio or the CLI.
  3. Users open the install link in Powerboards and configure any required variables.
  4. 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.

Next steps