Generated from
Sidebar.tsxand flow analysis.
This page confirms documentation coverage for the main frontend navigation surface.
Onboarding
Getting Started
- Route:
/getting-started - Icon:
Rocket - Main goal: Guide first-run onboarding, workspace profile completion, and initial prompt setup.
| 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 |
- Backend API reference:
https://api.visyble.ai/openapi.json
Analytics
Overview
- Route:
/overview - Icon:
LayoutDashboard - Main goal: Provide a high-level health snapshot of visibility, trends, and system activity.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Dashboard | (none discovered) | - | - |
- Backend API reference:
https://api.visyble.ai/openapi.json
Answer Engine Insights
- Route:
/answer-engine-insights - Icon:
BarChart3 - Main goal: Analyze brand visibility and answer behavior across models, regions, and sentiment views.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
AnswerEngineInsights | fetchPromptVolumes | GET | /prompt-volumes{var} |
- Backend API reference:
https://api.visyble.ai/openapi.json
Prompt Volumes
- Route:
/conversations - Icon:
MessageSquareText - Main goal: Track prompt-level behavior and historical runs for query performance analysis.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Prompts | fetchPromptHistory | GET | /prompts/{var}/history{var} |
- Backend API reference:
https://api.visyble.ai/openapi.json
Agent Analytics
- Route:
/website - Icon:
Globe - Main goal: Monitor crawler/agent traffic, worker enrollment, and referral/bot intelligence.
| 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} |
- Backend API reference:
https://api.visyble.ai/openapi.json
Sources
- Route:
/sources - Icon:
BookOpenText - Main goal: Inspect citation sources, URL-level analytics, and evidence coverage.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Sources | fetchURLAnalytics | GET | /sources/urls{var} |
- Backend API reference:
https://api.visyble.ai/openapi.json
Actions
Actions
- Route:
/actions - Icon:
Target - Main goal: Track and execute prioritized operational actions from insights.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Actions | createSourceAction | POST | /actions |
Actions | deleteSourceAction | DELETE | /actions/{var} |
- Backend API reference:
https://api.visyble.ai/openapi.json
Suggestions
- Route:
/suggestions - Icon:
Lightbulb - Main goal: Surface generated optimization suggestions tied to brand and content opportunities.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Suggestions | fetchBrands | GET | /brands |
- Backend API reference:
https://api.visyble.ai/openapi.json
Agents
- Route:
/agents - Icon:
Bot - Main goal: Manage and trigger automated agents and templates.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Agents | runAgentTemplate | POST | /agents/runs |
- Backend API reference:
https://api.visyble.ai/openapi.json
Content
- Route:
/content-library - Icon:
FileText - Main goal: Manage content library and CMS workflows.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
ContentCMS | (none discovered) | - | - |
- Backend API reference:
https://api.visyble.ai/openapi.json
Context
Knowledge Bases
- Route:
/knowledge-bases - Icon:
Database - Main goal: Manage knowledge base assets used by AI features and retrieval flows.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
KnowledgeBases | createKnowledgeBase | POST | /knowledge-bases |
- Backend API reference:
https://api.visyble.ai/openapi.json
Brands
- Route:
/brand-hub - Icon:
Tag - Main goal: Manage tracked brands, identities, and advanced brand configuration.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Brands | createBrand | POST | /brands |
Brands | updateBrandAdvanced | PATCH | /brands/{var} |
- Backend API reference:
https://api.visyble.ai/openapi.json
System
Cost Management
- Route:
/cost-management - Icon:
CreditCard - Main goal: Track plan, spend, integrations, and infrastructure efficiency metrics.
| 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 |
- Backend API reference:
https://api.visyble.ai/openapi.json
Metric Formulas
- Route:
/metric-formulas - Icon:
Sigma - Main goal: Define and tune scoring formulas used in analytics and dashboards.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
MetricFormulas | fetchMetricFormulas | GET | /settings/metric-formulas |
MetricFormulas | updateMetricFormula | PUT | /settings/metric-formulas/{var} |
- Backend API reference:
https://api.visyble.ai/openapi.json
Settings
- Route:
/settings - Icon:
Settings - Main goal: Configure API keys, integrations, webhooks, personas, and organization-level controls.
| 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 |
- Backend API reference:
https://api.visyble.ai/openapi.json
Support
- Route:
/support - Icon:
LifeBuoy - Main goal: Create and track support tickets and support guidance.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
Support | createSupportTicket | POST | /support/tickets |
Support | fetchSupportTicketInstructions | GET | /support/ticket-instructions |
Support | fetchSupportTickets | GET | /support/tickets?limit={var} |
- Backend API reference:
https://api.visyble.ai/openapi.json
Help Center
- Route:
https://visyble.ai/docs - Icon:
HelpCircle - Main goal: Open external knowledge base and product help documentation.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
| (no direct in-app API flow discovered) | - | - | - |
- External reference:
https://visyble.ai/docs
What's New?
- Route:
https://visyble.ai/changelog - Icon:
Sparkles - Main goal: Open release notes and changelog.
| Page Component | API Function | Method | Endpoint |
|---|---|---|---|
| (no direct in-app API flow discovered) | - | - | - |
- External reference:
https://visyble.ai/changelog