Skip to Content
Upblit
AboutOpen SourceCommunityDeveloperContactPricing
Star on GitHub—Sign in
CTRL K
  • Introduction
    • AI Gateway Overview
    • Documents
    • Tenants
    • API Reference Overview
    • AI Gateway API
    • API Keys API
    • Applications API
    • Authentication
    • Ingest API (SDK)
    • Organizations API
    • Projects API
    • Telemetry API
    • Users API
    • Architecture Overview
    • Database Architecture
    • Multi-Tenancy
    • Security Model
    • Service Boundaries
    • Telemetry Pipeline
  • DeployX CLI
    • Contributing
    • Architecture Rules
    • Coding Guidelines
    • SDK Development
    • Dashboard Overview
    • AI Gateway
    • API Keys
    • Applications
    • Observability
    • Organizations
    • Profile
    • Projects
    • Quickstart
    • Authentication
    • Your First Project
    • Installation
    • Observability Overview
    • Structured Logs
    • Telemetry Flow
    • Distributed Traces
    • SDK Overview
    • Express SDK
    • Go SDK
    • Java SDK (Coming Soon)
    • Python SDK
    • React SDK (Coming Soon)
  • Introduction
    • AI Gateway Overview
    • Documents
    • Tenants
    • API Reference Overview
    • AI Gateway API
    • API Keys API
    • Applications API
    • Authentication
    • Ingest API (SDK)
    • Organizations API
    • Projects API
    • Telemetry API
    • Users API
    • Architecture Overview
    • Database Architecture
    • Multi-Tenancy
    • Security Model
    • Service Boundaries
    • Telemetry Pipeline
  • DeployX CLI
    • Contributing
    • Architecture Rules
    • Coding Guidelines
    • SDK Development
    • Dashboard Overview
    • AI Gateway
    • API Keys
    • Applications
    • Observability
    • Organizations
    • Profile
    • Projects
    • Quickstart
    • Authentication
    • Your First Project
    • Installation
    • Observability Overview
    • Structured Logs
    • Telemetry Flow
    • Distributed Traces
    • SDK Overview
    • Express SDK
    • Go SDK
    • Java SDK (Coming Soon)
    • Python SDK
    • React SDK (Coming Soon)

On This Page

  • Route Structure
  • Navigation
  • Authentication Guard
  • Dark Theme
DashboardDashboard Overview

Dashboard Overview

The Upblit dashboard is a Next.js web application that gives you a full view of your organizations, projects, applications, telemetry, and AI Gateway.

Route Structure

/dashboard → redirects to /dashboard/orgs /dashboard/orgs → list all your organizations /dashboard/orgs/[orgId]/projects → projects within an org /dashboard/orgs/[orgId]/projects/[projectId]/apps → applications /dashboard/orgs/[orgId]/projects/[projectId]/observability → traces + logs /dashboard/ai-gateway → AI tenant management /dashboard/profile → your user profile

Navigation

The dashboard has a persistent left sidebar with:

SectionDescription
OverviewDashboard home
OrganizationsList and manage your orgs
ObservabilityTraces and logs
AI GatewayAI tenant and document management
ProfileYour account details

On mobile (< 768px), the sidebar collapses to icon-only mode.

Authentication Guard

All /dashboard/* routes require a valid JWT token. If you’re not logged in, you’ll be redirected to /login. If your session expires, you’ll be redirected to /login?reason=session_expired.

Dark Theme

The dashboard uses a dark theme throughout:

  • Background: #000 / #1c1b1b
  • Text: #e5e2e1 / #c3c5d9
  • Brand blue: #0052ff
Last updated on May 27, 2026
SDK DevelopmentAI Gateway
Upblit

A student-built observability workbench for logs, traces, metrics, API keys, and AI-assisted incident notes.

OAuthAPI scopesTrace contextRetention notes

Product

  • Architecture
  • Dashboard preview
  • AI docs
  • Security
  • Pricing

Developers

  • Developer docs
  • API reference
  • Changelog
  • GitHub
  • Status

Company

  • Support
  • Contact
  • Docs
  • Dashboard
  • Sign in

Legal

  • Privacy Policy
  • Terms
  • Cookie Policy
  • Acceptable Use
  • Data Retention
  • Data Processing

Copyright 2026 Upblit. All rights reserved.

Built for telemetry review, API operations, and incident response.