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

  • Tenants
  • Creating a Tenant
  • Documents
  • Uploading a Document
  • How Documents Are Stored
  • Use Cases
DashboardAI Gateway

AI Gateway

The AI Gateway lets you create AI tenants scoped to your organization and upload knowledge-base documents for each tenant.

Navigate to: /dashboard/ai-gateway

Tenants

An AI tenant is a named knowledge-base context linked to an organization. You can have multiple tenants per organization (e.g., one per product, one per team).

Creating a Tenant

  1. Go to /dashboard/ai-gateway
  2. Fill in the Create Tenant form:
    • Name — a label for this tenant
    • Organization — select the org this tenant belongs to
  3. Click Create

The tenant appears in the tenant list immediately.

Documents

Each tenant can have multiple documents uploaded as its knowledge base.

Uploading a Document

  1. Select a tenant from the list
  2. Click Upload Document or drag a file into the upload area
  3. Supported formats: PDF, DOCX, TXT, and other text-based formats
  4. Maximum file size: 10 MB

An animated progress bar shows upload progress. A success or error toast appears on completion.

How Documents Are Stored

Documents are stored in Supabase object storage. The backend stores the file metadata (name, URL, upload time) in MongoDB. The actual file content is served via Supabase’s CDN.

Use Cases

  • Upload product documentation for an AI assistant
  • Upload API specs for a code-generation agent
  • Upload internal runbooks for an ops assistant
Last updated on May 27, 2026
Dashboard OverviewAPI Keys
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.