System
Workspace identity, the Grok Bot bridge, and developer data controls. Live data comes from the backend; demo data is opt-in and clearly labelled.
Sign in and connect the database to manage the Grok Bot bridge. Bridge tokens are never available in demo mode.
Live backend. Database status: checking. Currently reading 0 memories, 0 agents, and 0 projects.
Runtime
Local / Demo
Transport
Local / Demo
Queued events
0
Agents never touch screens directly. Every update is a validated envelope sent to the dashboard event service: the event is appended to the activity log, and any patch is upserted onto the referenced entity if its version is newer. Full contract lives in docs/AGENT-DASHBOARD-PROTOCOL.md.
Event types
agent.registered · agent.heartbeat · agent.capability_verified · agent.started · agent.progress · agent.completed · agent.error · agent.status_changed · memory.created · memory.updated · memory.deleted · project.updated · project.created · skill.updated · routine.started · routine.completed · routine.error · application.connected · application.disconnected · task.queued · task.claimed · task.started · task.progress · task.completed · task.error · task.cancelled · approval.requested · approval.resolved · system.health
{
"eventId": "3f9a1c2e-0d44-4f21-9d3e-1b7e0c9a5f10",
"eventType": "agent.started",
"occurredAt": "2026-09-10T09:41:00.000Z",
"actor": {
"type": "agent",
"id": "research-agent",
"name": "Research Agent"
},
"entity": {
"type": "agent",
"id": "research-agent",
"name": "Research Agent"
},
"projectId": "prj-website",
"status": "running",
"title": "Research Agent started a run",
"message": "Collecting sources on managed-agent positioning",
"correlationId": "run-8c1f4b2a",
"patch": {
"status": "active",
"lastActivity": "2026-09-10T09:41:00.000Z"
},
"version": 8,
"metadata": {
"trigger": "schedule"
}
}AgentNext Second Brain — the private operating system behind the public AgentNext site. ARMS model: Applications, Routines, Memory, Skills.