Search K
Appearance
Appearance
Overview Use this guide to create and configure an OpenAI service account in MinuteView Console. This service account enables AI-powered features throughout the platform including:
- AI-powered search in Mesh with intelligent query assistance and result processing
- PowerShell Editor autocomplete and inline assistance
- Automation workflows with natural language processing nodes
- Document analysis and content summarization
- Chat assistants for user support and guidance
This document provides step-by-step instructions for obtaining OpenAI API credentials and configuring them as a service account in MinuteView.
https://platform.openai.com/https://platform.openai.com/api-keysMinuteView Integrationsk-proj-... or sk-...Important: The API key is only shown once. Store it securely immediately.
Select the model that best fits your use case:
OpenAI-FastGeneral-Prod (use descriptive naming)sk-proj-... or sk-...)gpt-4o-mini (recommended for cost-effective operations)gpt-4o (for complex reasoning, web search capabilities)gpt-3.5-turbo (legacy, cost-effective option)https://api.openai.com/v1) unless using a custom endpointNote: Keep the configuration simple - additional parameters like temperature and max tokens are typically configured per-use rather than per-account.
We recommend creating multiple OpenAI service accounts tailored to different usage patterns:
OpenAI-FastGeneralgpt-4o-miniOpenAI-AdvancedWebgpt-4oOpenAI-LegacyTurbogpt-3.5-turboUse Fast/Cheap Account (gpt-4o-mini) when:
Use Advanced Account (gpt-4o) when:
OpenAI enforces rate limits based on your usage tier:
Authentication Failed
Rate Limit Exceeded
High Costs
Model Not Available
Name: OpenAI-FastGeneral
Type: OpenAI
API Key: sk-proj-[your-key]
Model: gpt-4o-mini
Purpose: Cost-effective general AI operationsName: OpenAI-AdvancedWeb
Type: OpenAI
API Key: sk-proj-[your-key]
Model: gpt-4o
Purpose: Complex reasoning and web search capabilitiesName: OpenAI-Development-Test
Type: OpenAI
API Key: sk-proj-[your-test-key]
Model: gpt-4o-mini
Purpose: Development and testing environmentName: OpenAI-LegacyBulk
Type: OpenAI
API Key: sk-proj-[your-key]
Model: gpt-3.5-turbo
Purpose: High-volume simple tasks, cost optimizationThis configuration enables comprehensive AI capabilities throughout MinuteView, from intelligent search assistance to automated document processing and code completion.