Back to Opik

Overview

apps/opik-documentation/documentation/fern/docs/administration/workspace-settings/overview.mdx

2.0.24-52622.1 KB
Original Source

Workspace settings allow you to configure options that apply to your entire workspace. These settings are managed separately from organization-level administration features.

Accessing Workspace Settings

  1. Navigate to your workspace in Opik
  2. Click on Configuration in the left sidebar
  3. Select the appropriate tab for the setting you want to configure
<Frame> </Frame>

Who can access Workspace Settings?

  • Workspace owners can access all settings including member management and preferences
  • Workspace members with appropriate roles can access feedback definitions and AI providers
<Note> Workspace Members is available on Opik Cloud and Enterprise plans. This feature is not available in open-source deployments. [Reach out](https://www.comet.com/site/about-us/contact-us/) if you want to enable this feature for your Opik deployment. </Note>

Available Settings

<CardGroup cols={2}> <Card title="Feedback Definitions" href="/v1/administration/workspace-settings/feedback_definitions"> Create custom labels for evaluating LLM outputs with structured feedback types. </Card> <Card title="AI Providers" href="/v1/administration/workspace-settings/ai_providers"> Configure connections to LLM providers for the Playground and Online Evaluation. </Card> <Card title="Workspace Preferences" href="/v1/administration/workspace-settings/workspace_preferences"> Configure workspace-wide preferences like thread timeout and data truncation. </Card> <Card title="Workspace Members" href="/v1/administration/workspace-settings/workspace_members"> Manage workspace members and their access (Cloud/Enterprise only). </Card> </CardGroup>

Next steps