Generated from
frontend/src/components/layout/Sidebar.tsxand route/API flow analysis.
Sidebar index
| Section | Item | Route | Icon |
|---|---|---|---|
Analytics | Overview | /overview | LayoutDashboard |
Analytics | Answer Engine Insights | /answer-engine-insights | BarChart3 |
Analytics | Prompt Volumes | /conversations | MessageSquareText |
Analytics | Agent Analytics | /website | Globe |
Analytics | Sources | /sources | BookOpenText |
Actions | Actions | /actions | Target |
Actions | Suggestions | /suggestions | Lightbulb |
Actions | Agents | /agents | Bot |
Actions | Content | /content-library | FileText |
Context | Knowledge Bases | /knowledge-bases | Database |
Context | Brands | /brand-hub | Tag |
Onboarding | Getting Started | /getting-started | Rocket |
System | Cost Management | /cost-management | CreditCard |
System | Metric Formulas | /metric-formulas | Sigma |
System | Settings | /settings | Settings |
System | Support | /support | LifeBuoy |
System | Help Center | https://visyble.ai/docs | HelpCircle |
System | What's New? | https://visyble.ai/changelog | Sparkles |
Actions
Actions
- Route:
/actions - Route expression:
'/actions' - Icon component:
Target
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Actions | createSourceAction | POST | /actions |
Actions | deleteSourceAction | DELETE | /actions/{var} |
Suggestions
- Route:
/suggestions - Route expression:
'/suggestions' - Icon component:
Lightbulb
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Suggestions | fetchBrands | GET | /brands |
Agents
- Route:
/agents - Route expression:
ROUTES.agents - Icon component:
Bot
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Agents | runAgentTemplate | POST | /agents/runs |
Content
- Route:
/content-library - Route expression:
ROUTES.content - Icon component:
FileText
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
ContentCMS | (none discovered) | - | - |
Analytics
Overview
- Route:
/overview - Route expression:
ROUTES.overview - Icon component:
LayoutDashboard
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Dashboard | (none discovered) | - | - |
Answer Engine Insights
- Route:
/answer-engine-insights - Route expression:
ROUTES.insights - Icon component:
BarChart3
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
AnswerEngineInsights | fetchPromptVolumes | GET | /prompt-volumes{var} |
Prompt Volumes
- Route:
/conversations - Route expression:
ROUTES.prompts - Icon component:
MessageSquareText
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Prompts | fetchPromptHistory | GET | /prompts/{var}/history{var} |
Agent Analytics
- Route:
/website - Route expression:
ROUTES.website - Icon component:
Globe
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
AgentAnalytics | enrollCloudflareWorker | POST | /agent-analytics/cloudflare/enroll |
AgentAnalytics | fetchBotVisits | GET | /agent-analytics/bots{var} |
AgentAnalytics | fetchCloudflareNetworkStatus | GET | /agent-analytics/cloudflare/network/status |
AgentAnalytics | fetchCloudflareWorkerStatus | GET | /agent-analytics/cloudflare/status |
AgentAnalytics | fetchGAStatus | GET | /settings/ga/status |
AgentAnalytics | fetchReferralVisits | GET | /agent-analytics/referrals{var} |
Sources
- Route:
/sources - Route expression:
'/sources' - Icon component:
BookOpenText
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Sources | fetchURLAnalytics | GET | /sources/urls{var} |
Context
Knowledge Bases
- Route:
/knowledge-bases - Route expression:
'/knowledge-bases' - Icon component:
Database
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
KnowledgeBases | createKnowledgeBase | POST | /knowledge-bases |
Brands
- Route:
/brand-hub - Route expression:
'/brand-hub' - Icon component:
Tag
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Brands | createBrand | POST | /brands |
Brands | updateBrandAdvanced | PATCH | /brands/{var} |
Onboarding
Getting Started
- Route:
/getting-started - Route expression:
'/getting-started' - Icon component:
Rocket
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
OnboardingWizard | fetchOnboardingStatus | GET | /onboarding/status |
OnboardingWizard | fetchPrompts | GET | /onboarding/prompts |
OnboardingWizard | fetchTopics | GET | /onboarding/topics |
OnboardingWizard | generateAIPrompts | POST | /onboarding/generate-prompts |
System
Cost Management
- Route:
/cost-management - Route expression:
ROUTES.costManagement - Icon component:
CreditCard
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
CostManagement | changePlan | POST | /billing/change-plan |
CostManagement | createCheckoutSession | POST | /billing/create-checkout-session |
CostManagement | createIntegration | POST | /integrations |
CostManagement | fetchApiKeys | GET | /api-keys |
CostManagement | fetchBillingStatus | GET | /billing/status |
CostManagement | fetchDailyCostStats | GET | /daily-stats?days={var} |
CostManagement | fetchExtractionQualityLatest | GET | /analytics/extraction-quality/latest{var} |
CostManagement | fetchIntegrationCatalog | GET | /integrations/catalog |
CostManagement | fetchIntegrations | GET | /integrations |
CostManagement | fetchJobDetails | GET | /jobs/{var}/details |
CostManagement | fetchJobs | GET | /jobs{var} |
CostManagement | fetchNetworkDistribution | GET | /analytics/network/distribution{var} |
CostManagement | fetchXyopsStatus | GET | /agent-analytics/xyops/status |
Metric Formulas
- Route:
/metric-formulas - Route expression:
ROUTES.metricFormulas - Icon component:
Sigma
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
MetricFormulas | fetchMetricFormulas | GET | /settings/metric-formulas |
MetricFormulas | updateMetricFormula | PUT | /settings/metric-formulas/{var} |
Settings
- Route:
/settings - Route expression:
ROUTES.settings - Icon component:
Settings
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Settings | createApiKey | POST | /api-keys |
Settings | createIntegration | POST | /integrations |
Settings | createPersona | POST | /personas |
Settings | createWebhook | POST | /webhooks |
Settings | deletePersona | DELETE | /personas/{var} |
Settings | exportWorkspaceData | GET | /settings/export |
Settings | fetchBillingStatus | GET | /billing/status |
Settings | fetchDailyStats | GET | /daily-stats |
Settings | fetchDatabaseStats | GET | /stats/database |
Settings | fetchGAStatus | GET | /settings/ga/status |
Settings | fetchIntegrationCatalog | GET | /integrations/catalog |
Settings | fetchIntegrations | GET | /integrations |
Settings | fetchJobs | GET | /jobs{var} |
Settings | fetchPersonas | GET | /personas |
Settings | fetchScheduledJobs | GET | /scheduled-jobs |
Settings | fetchSchedulerStatus | GET | /scheduler-status |
Settings | testIntegration | POST | /integrations/{var}/test |
Settings | updateWorkspaceSettings | PUT | /settings |
Support
- Route:
/support - Route expression:
ROUTES.support - Icon component:
LifeBuoy
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Support | createSupportTicket | POST | /support/tickets |
Support | fetchSupportTicketInstructions | GET | /support/ticket-instructions |
Support | fetchSupportTickets | GET | /support/tickets?limit={var} |
Help Center
- Route:
https://visyble.ai/docs - Route expression:
'https://visyble.ai/docs' - Icon component:
HelpCircle
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
| (no direct flow discovered) | - | - | - |
What's New?
- Route:
https://visyble.ai/changelog - Route expression:
'https://visyble.ai/changelog' - Icon component:
Sparkles
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
| (no direct flow discovered) | - | - | - |