Skip to main content

Plugins, Rate Limits & Audit Log

These three tabs cover plugin configuration, request limiting, and change history for each assistant.

Plugins Tab

Configure which plugin instances this assistant uses. Plugins provide additional capabilities beyond MCP tools.

Plugin TypeDescription
File StorageWhere files are stored (infrastructure-level)
Text EmbeddingsEmbedding model for semantic search
Vector StoreVector database for embeddings (infrastructure-level)
Code SandboxSandboxed code execution environment
Document ProcessorsDocument parsing and extraction
File GeneratorsFile generation (PDFs, images, etc.)

Each plugin type can use the system default or be overridden with an assistant-specific instance. Infrastructure-level plugins (File Storage, Vector Store) are set at the system level and cannot be overridden per assistant.

Rate Limits Tab

Configure request rate limiting to control usage for this assistant.

Request Limits

SettingDescription
Short Window LimitMax requests in a short time window (burst)
Medium Window LimitMax requests in a medium time window (sustained)
Long Window LimitMax requests in a long time window (quota)

File Transfer Limits

SettingDescription
Upload Limit (per minute/hour)Upload rate limits
Download Limit (per minute/hour)Download rate limits

Scope

Rate limits can be applied:

  • Globally — Shared across all users
  • Per Assistant — Specific to this assistant
  • Per Role — Different limits per user role
info

Rate limits follow a resolution order: Role → Assistant → Global → Environment Defaults. The most specific matching limit applies.

See Global Settings for configuring system-wide rate limit defaults.

Audit Log Tab

View a history of all configuration changes made to this assistant.

  • Search and filter audit entries
  • View detailed before/after diffs for each change
  • See who made each change and when
  • Pagination for browsing history