Dashboard
Platform overview and real-time metrics
{{ s.label }}
{{ s.value }}
{{ s.sub }}
Quick Actions
System Status
Clients
Manage your client portfolio
No clients yet
Add your first client to start deploying digital employees
{{ t.name }}
Digital Employees
Your AI workforce across all clients
No digital employees
Create an agent from a workflow template
{{ a.name }}
{{ roleLabel(a.role) }} · {{ getTenantName(a.tenant_id) }}
{{ a.description }}
Workflows
Agent behavior definitions and templates
Active Workflows
{{ wf.name }}
{{ wf.description || 'No description' }}
Template Library
{{ industryLabel(industry) }}
{{ tpl.name }}
{{ tpl.display_name }}{{ tpl.description }}
Connectors
Integration marketplace for external services
{{ c.name }}
{{ c.description }}
Actions
Execution Log
Workflow execution history and status
No executions yet. Trigger a workflow to see results here.
| ID | Trigger | Status |
|---|---|---|
| {{ e.id.substring(0,8) }} | {{ e.triggered_by }} | {{ e.status }} |
{{ selectedTenant.name }}
{{ industryLabel(selectedTenant.industry) }} · {{ selectedTenant.plan }}
Digital Employees
No employees assigned to this client yet
{{ a.name }}
{{ roleLabel(a.role) }} · {{ a.tasks_completed }} tasks
Connected Services
No connectors configured. Add one to enable agent capabilities.
{{ connName(c.connector_type) }}
{{ c.connector_type }}
Documents
{{ knowledgeStats.document_count || 0 }}
Documents
{{ knowledgeStats.chunk_count || 0 }}
Chunks
{{ Math.round((knowledgeStats.total_chars || 0) / 1000) }}k
Characters
No documents uploaded. Upload product info, FAQs, or other reference materials.
{{ d.filename }}
{{ d.chunk_count }} chunks · {{ d.status }}
{{ selectedAgent.name }}
{{ roleLabel(selectedAgent.role) }} · {{ getTenantName(selectedAgent.tenant_id) }}
System Prompt (Personality)
Define who this employee is, how they speak, and what they can/cannot do.
Behavior Rules
Specific instructions and constraints for this employee.
Knowledge Base
Connect this employee to reference materials.
This employee will search the client's uploaded documents when responding to queries.
Model Settings
Chat with {{ selectedAgent.name }}
Test the employee's responses in real-time
Start a conversation
Send a message to test {{ selectedAgent.name }}'s responses
{{ msg.content }}
Total Calls
{{ agentUsage.call_count || 0 }}
Total Tokens
{{ formatTokens(agentUsage.total_tokens || 0) }}
Prompt Tokens
{{ formatTokens(agentUsage.prompt_tokens || 0) }}
Completion Tokens
{{ formatTokens(agentUsage.completion_tokens || 0) }}
Recent Usage
| Time | Source | Model | Tokens |
|---|---|---|---|
| {{ formatTime(r.created_at) }} | {{ r.source }} | {{ r.model }} | {{ r.total_tokens }} |
API Documentation
Interactive REST API reference