Total Keys
—
—
Admin Keys
—
Platform access
Client Keys
—
RAG + AI access
API Calls (30d)
—
—
Daily API calls — 14 days
Keys by role
Recent activity
| Event | Key | Role | Label | When |
|---|---|---|---|---|
| Loading… | ||||
| Label | Key prefix | Role | Status | Expires | Last used | Calls | Actions |
|---|---|---|---|---|---|---|---|
| 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
| Label | Key prefix | Status | Expires | Last used | Calls | Actions |
|---|---|---|---|---|---|---|
| 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
| Label | Key prefix | Status | Monthly limit | Expires | Last used | Calls (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
| Endpoint | Method | Requires | Backend file | Status |
|---|---|---|---|---|
| /admin/agent/email/send | POST | Admin key | routers/agentic_router.py | live |
| /admin/agent/email/templated | POST | Admin key | routers/agentic_router.py | live |
| /admin/agent/calendar/create | POST | Admin key | routers/agentic_router.py | live |
| /admin/agent/calendar/:id | PATCH | Admin key | routers/agentic_router.py | live |