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-keys
MinuteView Integration
sk-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-FastGeneral
gpt-4o-mini
OpenAI-AdvancedWeb
gpt-4o
OpenAI-LegacyTurbo
gpt-3.5-turbo
Use 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 operations
Name: OpenAI-AdvancedWeb
Type: OpenAI
API Key: sk-proj-[your-key]
Model: gpt-4o
Purpose: Complex reasoning and web search capabilities
Name: OpenAI-Development-Test
Type: OpenAI
API Key: sk-proj-[your-test-key]
Model: gpt-4o-mini
Purpose: Development and testing environment
Name: OpenAI-LegacyBulk
Type: OpenAI
API Key: sk-proj-[your-key]
Model: gpt-3.5-turbo
Purpose: High-volume simple tasks, cost optimization
This configuration enables comprehensive AI capabilities throughout MinuteView, from intelligent search assistance to automated document processing and code completion.