URL parameter for the AI provider
Use the ai-provider= URL parameter to specify one or more AI providers in a workspace start URL. The workspace launches with the selected AI tool binaries injected and ready to use, without requiring manual selection on the dashboard.
The URL parameter accepts a comma-separated list of provider IDs:
https://<che_fqdn>#<git_repository_url>?ai-provider=<provider_id>
Example with a single provider
https://<che_fqdn>#<git_repository_url>?ai-provider=google/gemini
Example with multiple providers
https://<che_fqdn>#<git_repository_url>?ai-provider=google/gemini,anthropic/claude,opencodeai/opencode
The ai-provider= parameter requires that the AI tool registry ConfigMap is configured by the administrator. Provider IDs not found in the registry are ignored.
|