Dashboard
Platform overview, API usage, and cost tracking
| Model | Provider | Total Req | This Month | Tokens In | Tokens Out | Total Cost | Month Cost |
|---|---|---|---|---|---|---|---|
| Loading… | |||||||
| Agent | Total Requests | This Month |
|---|---|---|
| Loading… | ||
| Month | Requests | Tokens In | Tokens Out | Est. Cost |
|---|---|---|---|---|
| Loading… | ||||
Loading…
Users
Manage user accounts and agent access
| Name | Role | Agent Access | Joined | Actions | |
|---|---|---|---|---|---|
| Loading… | |||||
Agents
Manage AI agents and their n8n webhook connections
| Agent | Slug | Webhook URL | Status | Order | Actions |
|---|---|---|---|---|---|
| Loading… | |||||
Branding
Customize site name, logo, favicon, and color palette
Voice Settings
Configure ElevenLabs text-to-speech integration
Free premade voices work on all plans. Custom IDs require a paid ElevenLabs plan.
Knowledge Base
Upload documents so agents can reference them when answering questions
Plain text. Max 500 KB.
Models
Configure direct AI model access and API keys
Applies to all direct model chats (GPT-4o, Claude, Gemini, etc.). Does not affect N8n agents — those use their own prompts inside N8n.
| Name | Provider | Model ID | Status | Order | Actions |
|---|---|---|---|---|---|
| Loading… | |||||
Conversations
Browse, manage, and import conversation history across all users
Accepts AK Chat JSON exports or ChatGPT "Export Data" ZIP conversations.json. The conversation will appear in the assigned user's chat history.
| Title | User | Type | Msgs | Updated | Actions | |
|---|---|---|---|---|---|---|
| Loading… | ||||||
Projects & Folders
Manage projects and folders across all users; move conversations between them
| Project | Owner | Folders | Conversations | Updated | Actions | |
|---|---|---|---|---|---|---|
| Loading… | ||||||
Calendar Manager
Manage monthly social media posting schedules for AK and AKU brands
| Day | Intent (folder name or Off) | Notes (optional, for caption generator) | Caption Type | |
|---|---|---|---|---|
| Select a brand and month above to begin | ||||
| Preset Name | Actions |
|---|---|
| Loading… | |
Widgets
Quick-access shortcuts shown in the chat sidebar. New Chat and New Project are built-in and always visible.
| Icon | Title | URL | Type | Actions |
|---|---|---|---|---|
| Loading… | ||||
Widgets appear at the top of the chat sidebar as quick-launch buttons.
- New Chat and New Project are built-in — they work internally and cannot be deleted.
- Custom widgets open their URL in a new tab — use them to link to other apps, dashboards, or tools.
- The icon can be any emoji (e.g. 🎯, 📊, 🌐) or leave blank for the default 🔗.
Scheduled Agents
Automatically run agents on a cron schedule — great for daily briefings, reports, and reminders
| Name | Agent | Cron | Last Run | Status | Actions |
|---|---|---|---|---|---|
| Loading… | |||||
Settings
SMTP email configuration and platform-wide settings
send_email step to any agent workflow to send the AI response by email.
{
"type": "send_email",
"config": {
"to": "[email protected]",
"subject": "Daily AI Briefing",
"body_source": "response"
}
}
body_source can be "response" (AI output), "injected" (gathered data), or any fixed text string.