Skip to content
← prismbi.ai

Edge agents

Audience: Tenant admin
Goal: Register and monitor Edge Agents that execute queries in your network.

Edge Agents poll BI Core for work, run read-only SQL locally, and return results. Database credentials never leave your environment.

Register an agent

  1. Open Agents (/agents).

Agents list
Figure: Registered agents and status.

  1. Create a registration token (one-time secret—copy immediately).
  2. Deploy the agent container or process in your network:
bash
export VOICEBI_AGENT_TOKEN="<token-from-portal>"
export VOICEBI_CORE_URL="https://<bicore-host>"
# Start agent per your deployment guide
  1. Wait for status ONLINE and recent heartbeat.

Agent detail

Open an agent to view Overview, Drivers, and Runtime tabs.

Agent detail
Figure: Per-agent overview and configuration tabs.

  • Drivers — install database connectors required by your datasources.
  • Runtime — override tenant defaults for this agent when needed.

Tips

  • One agent can serve multiple datasources in the same network zone.
  • Registration tokens are single-use; generate a new token if deployment fails.
  • Use Operations to diagnose stuck tasks tied to an agent.

Troubleshooting

IssueWhat to try
Agent offlineVerify outbound HTTPS, token, and agent logs
Driver missingInstall connector from Drivers tab before schema discovery
Tasks not picked upConfirm datasource is assigned to this agent

Conversational analytics for governed enterprise data.