Misc Settings

Centrally manage various auxiliary configuration items, including basic toggles, MCP gateway keys, MCP server types, Skill tags, App tags, and custom provider types.

How to Access

In the tenant admin panel, navigate to "Settings → Misc Settings" to enter the configuration page. This page is only accessible to users with the Tenant Admin role.

Configuration Areas

Basic Settings

Three toggles controlling tenant member permissions:

  • Allow Member LoginWhen enabled, regular members can log into the personal dashboard via email/password. When disabled, members cannot log in. After enabling, you can further choose "Allow Old Member Login" for existing historical members.
  • Allow Copy KeyWhen enabled, users can see and copy API Key values in the Key list. When disabled, API Keys are displayed in masked form, enhancing security.
  • Allow Create Personal KeyWhen enabled, regular members can self-service create personal API Keys without admin assistance. This toggle works together with the supplier's "Allow Personal Key" setting.

MCP Gateway Keys

Manage the RSA key pair for the MCP gateway, used to sign and verify JWT id_tokens for identity passthrough.

  • Key ManagementFirst-time users: click "Regenerate Key Pair" to generate an RSA key pair, then "Download Public Key" for the MCP Server to verify JWT signatures. For key rotation, click "Regenerate" again — the old key pair is immediately invalidated.
  • Server Type ManagementManage MCP server type labels. Preset types include "Tool", "Finance", and "HR". Supports adding new types and deleting existing types (servers using a deleted type will be reset to empty).
1First-time generation: Click "Regenerate Key Pair" to generate an RSA key pair, then click "Download Public Key" for MCP Server to verify JWT signatures
2Key rotation: Click "Regenerate Key Pair" again to rotate keys. The old key pair is immediately invalidated. Update the public key on MCP Server side accordingly
3JWT signing: AI Gateway signs id_token with the generated RSA private key. MCP Server verifies the signature using the downloaded public key for identity passthrough

Skill Tags

Manage Skill classification tags. System presets include "Image Processing" and "Text Processing". Admins can add or delete tags freely. Tags appear as dropdown candidates in the Skill creation form.

App Tags

Manage AI application classification tags. System presets include "AI Tools", "Productivity", and "Creative Design". Admins can add or delete tags. Tags appear in the app creation/edit form dropdown.

Custom AI Token Provider Types

Beyond built-in standard provider types (e.g., Deepseek API, Alibaba Cloud Bailian), admins can create custom provider types in Misc Settings for non-standard API compatibility.

Create Custom Provider Type

On the Misc Settings page, find the "Custom AI Token Provider Types" section and click the "Add" button. Fill in the following:

  • Provider Name: Custom display name
  • Provider Type Code: Identifier for model@type routing
  • API URL: The provider's API endpoint

Use Cases

  • Non-standard API compatibility - adapt APIs that are not OpenAI-compatible
  • Enterprise private deployment - connect self-hosted LLM services
  • Proxy forwarding - use AI Gateway as a middle proxy
Figure: Creating a custom provider type

Figure: Creating a custom provider type

Note: If the API URL format is non-standard, the system will prompt for confirmation. The custom type will be available when adding a supplier.

Save & Edit

Each configuration area is independently edited and saved. Basic settings enter edit mode when clicking the "Edit" button; modify toggles and click "Save" to apply. Tags and type lists support direct add/delete with their respective "Save" buttons.

How to Use

  1. Navigate to "Settings → Misc Settings" page
  2. Make desired modifications in each configuration area (basic toggles, tag lists, type management, etc.)
  3. Each area's changes must be individually submitted by clicking its corresponding "Save" button. Changes take effect immediately