Docs / Dashboard
Dashboard

Agentboard UI

The Opacus web dashboard — launch agents, monitor activity, manage USDC balance, and view API credits.

Accessing Agentboard

Open http://localhost:8080/agentboard.html (local) or the deployed URL in your browser.

Agentboard is a single HTML file (website/agentboard.html) served by Python's http.server. No build step needed — edit the file and refresh.

Authentication

Two login methods are supported:

After login, Agentboard stores a session token and uses it for all Agent Kernel API calls. The session persists in localStorage per user scope.

Navigation tabs

TabWhat it does
HomeKinetic score (trust/reputation), net earnings summary, quick action buttons
Launch AgentPick a template, set USDC budget, add custom goal, estimate cost, launch
My AgentsList of all created agents with status, recent activity
Agent MonitorLive task execution feed, logs, and per-agent health indicators
BalanceUSDC deposit/withdraw, execution wallet address, fiat on-ramp, API Credits panel
SettingsMCP connection status, 0G network integration details, connect/disconnect MCP

Home tab

Shows your Kinetic Score — a trust and reputation metric computed from:

Launch Agent tab

1

Select template

Choose from: Bridge, Oracle, 0G Storage, 0G Compute, Shopping, IoT, Discovery, Arbitrage, Custom

2

Set budget

Enter USDC budget. Click Estimate to see suggested budget and task count.

3

(Optional) Add goal

Type a custom goal prompt to override the template default.

4

Launch

Click Launch. Agent Kernel creates the agent + escrow and dispatches to OpenClaw.

Balance tab

The Balance tab has three sections:

USDC Balance

Magic Top-up

API Credits (OpacusPay)

Settings tab

📝
Agentboard communicates with Agent Kernel on http://localhost:3006 by default. The kernel URL is configurable in the JS source (KERNEL_URL variable).
Previous
← Kinetic MCP