Studio V2 cannot be pre-configured in values.yaml. Adding
studioV2.enabled, STUDIO_V2_ENABLED, or any similar key to your Helm values has no effect — Helm silently ignores unrecognized keys. The BUILT_IN_LLM_PROVIDER, BUILT_IN_LLM_MODEL, and BUILT_IN_LLM_API_KEY chart values are for a separate platform AI feature (prompt improvement, flow chat). Setting them does not configure Studio V2.Prerequisites
- CrewAI Platform is running and accessible at its configured hostname
- Admin access to the web UI
- An API key for a supported LLM provider (Anthropic, OpenAI, or any LiteLLM-compatible model)
Step 1: Create the studio-v2 LLM Connection
In the web UI:- Navigate to Settings → LLM Connections
- Click New Connection
- Set the name to exactly
studio-v2(lowercase, no spaces) - Select your LLM provider and enter the model name and API key
- Click Save
Step 2: Set as Default Connection
- Navigate to Settings → Crew Studio
- Under Default Connection, select
studio-v2 - Click Save
Step 3: Run Install Commands
Run the following commands in order. Each must complete successfully before running the next.Step 4: Verify
Check that the Studio assistant deployment is running:studio-assistant and studio-runner deployments should show Running.
Change the Studio Agent Model (Optional)
By default the Studio Agent uses an Anthropic model. To use a different model, update theMODEL field in the studio-v2 LLM Connection (Settings → LLM Connections → studio-v2 → Edit). The Studio Agent supports any model available through LiteLLM.
