Overview
admin console
Total Keys
Admin Keys
Platform access
Client Keys
RAG + AI access
API Calls (30d)
Daily API calls — 14 days
Keys by role

Recent activity

EventKeyRoleLabelWhen
Loading…
LabelKey prefixRoleStatusExpiresLast usedCallsActions
Loading…
Admin keys have full platform access — they can call the RAG agent, web search, manage other keys, and use agentic flows (email, calendar). Generate one for each team member or system that needs platform-level control.

Admin keys

LabelKey prefixStatusExpiresLast usedCallsActions
Loading…
Client keys give access to the RAG LLM agent and web search only. Each client uses their key in their WhatsApp or backend integration to query your AI agents.

Client keys

LabelKey prefixStatusMonthly limitExpiresLast usedCalls (total)Actions
Loading…
Calls today
Error rate
Avg latency
per request
Hourly calls — today

Live request log

Loading…

Admin-key–only automation flows — backend: routers/agentic_router.py

📧
Email automation
Send transactional or templated emails. Supports welcome, order confirm, promotional flows.
● Live — POST /admin/agent/email/send
📅
Google Calendar
Create and update events, invite attendees, manage scheduling across timezones.
● Live — POST /admin/agent/calendar/create
💬
WhatsApp broadcast
Bulk WhatsApp messages to opted-in users via GoWhats API.
○ Coming soon
🔄
CRM sync
Sync customer data between MongoDB and external CRM systems.
○ Coming soon
🤖
Multi-agent orchestration
Chain AI agents for complex e-commerce automation workflows.
○ Coming soon
Custom flow
Add your own workflow in agentic_router.py following the existing router pattern.
○ Developer preview

Endpoints

EndpointMethodRequiresBackend fileStatus
/admin/agent/email/sendPOSTAdmin keyrouters/agentic_router.pylive
/admin/agent/email/templatedPOSTAdmin keyrouters/agentic_router.pylive
/admin/agent/calendar/createPOSTAdmin keyrouters/agentic_router.pylive
/admin/agent/calendar/:idPATCHAdmin keyrouters/agentic_router.pylive