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 Type | Description |
|---|---|
| File Storage | Where files are stored (infrastructure-level) |
| Text Embeddings | Embedding model for semantic search |
| Vector Store | Vector database for embeddings (infrastructure-level) |
| Code Sandbox | Sandboxed code execution environment |
| Document Processors | Document parsing and extraction |
| File Generators | File 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
| Setting | Description |
|---|---|
| Short Window Limit | Max requests in a short time window (burst) |
| Medium Window Limit | Max requests in a medium time window (sustained) |
| Long Window Limit | Max requests in a long time window (quota) |
File Transfer Limits
| Setting | Description |
|---|---|
| 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
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