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

  • Creating a Tenant
  • Via Dashboard
  • Via API
  • Listing Tenants
  • Tenant Isolation
Ai GatewayTenants

AI Tenants

An AI tenant is a named knowledge-base context linked to an organization. You can create multiple tenants per organization to separate knowledge bases by product, team, or use case.

Creating a Tenant

Via Dashboard

  1. Go to /dashboard/ai-gateway
  2. Fill in the Create Tenant form:
    • Name — a label for this tenant (e.g., "Product Docs", "Support KB")
    • Organization — select the organization this tenant belongs to
  3. Click Create

The tenant appears in the list immediately.

Via API

POST /ai/tenant Authorization: Bearer {jwt} Content-Type: application/json { "name": "Product Docs", "organizationId": 42 }

Response:

{ "id": "64f1a2b3c4d5e6f7a8b9c0d1", "name": "Product Docs", "organizationId": 42 }

Listing Tenants

Tenants are listed on the AI Gateway page. Each tenant shows its name and the number of documents uploaded.

Note: A GET /ai/tenant?organizationId={id} endpoint is planned but not yet implemented. The dashboard currently shows tenants from local state after creation.

Tenant Isolation

Each tenant is scoped to one organization. Users can only access tenants belonging to organizations they are members of.

Last updated on May 27, 2026
DocumentsAPI Reference Overview
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.