Web Portal
A browser front-end that speaks the same gateway protocol.
The web portal is a browser front-end for chatting, browsing sessions, and managing skills. It speaks the same gateway protocol as every other surface.
Using the hosted portal
Open portal.xingabot.com, sign in, and connect it to your agent's gateway URL + token. Accounts, billing, and hosting live here.
Self-hosting the portal
The portal is a static front-end. Build it and serve the dist from any static host (see Self-Hosting). Point it at your gateway via window.__POORMAD_GATEWAY_WS__ or the ?gw= query param.
What you can do
- Chat with the agent and review full session transcripts.
- Manage skills, models, and connected platforms.
- Configure OAuth and billing for shared use.
Connecting to a remote agent
# visit with the gateway URL baked in
https://portal.example.com/?gw=wss://agent.local/api/ws&token=YOUR_TOKEN