IDE Services Cloud Help

2026.1

AI Enterprise

AI agent management

Added a functionality to manage AI agent availability for end users.

Known limitations and workarounds

  • Claude model limitation

    Currently, Claude Agent enabled for end users cannot use Claude models provided by you (BYOK) in IDE Services via Amazon Bedrock.

    Solution: In governed agents environments, use JetBrains AI as the Claude models provider for Claude Agent.

  • Gemini model limitation

    Gemini 3.x models (e.g., gemini-3.1-pro-preview, gemini-3-flash-preview) cannot be selected in older IntelliJ-based IDEs / AI Assistant builds — the dropdown only shows Gemini 2.5 models.

    Solution: Upgrade IDE / AI Assistant to the latest version that bundles the updated Gemini agent.

API changes

Breaking changes in private API.

Affected endpoints:

  1. GET /api/users/admins

    The following properties have been removed from items in the returned collection:

    • constituents

    • createdBy

    • createdDate

    • groups

    • isActive

    • isReadOnly

    • lastActionDate

    • machineInfo

    • profiles

    • role

    • version

    • lastModifiedBy

    • lastModifiedDate

  2. POST /api/profiles

    POST /api/profiles/evaluate/profile-filters

    GET /api/profiles/{id}

    PUT /api/profiles/{id}

    POST /api/profiles/{id}/clone

    GET /api/profiles/{profileId}/audit-logs/{eventId}

    The following properties have been removed from profile:

    • constituents/ai/claudeAgentProvider

    • constituents/ai/codexAgentProvider

    • constituents/ai/isClaudeAgentEnabled

    • constituents/ai/isCodexAgentEnabled

    • constituents/ai/isJunieAgentEnabled

    • constituents/ai/junieAgentProvider

    • lastActionDate

    • machineInfo

    • profiles

    • role

    • version

    • lastModifiedBy

    • lastModifiedDate

  3. GET /api/provisioning/v1/tools

    The following required property have been removed from response with the '200' status:

    aiAssistant/oneOf[#/components/schemas/AllowedAIAssistantProvisioningSettings]/allOf[#/components/schemas/AIAssistantProvisioningSettings]/isEnabled
  4. GET /api/provisioning/v1/agents

    The following properties have been removed from response:

    • claude

    • codex

    • junie

  5. GET /api/provisioning/v1/

    The following properties have been removed from response:

    • tools/aiAssistant/oneOf[#/components/schemas/AllowedAIAssistantProvisioningSettings]/allOf[#/components/schemas/AIAssistantProvisioningSettings]/isEnabled

    • agents/claude

    • agents/codex

    • agents/junie

    The following response properties have become optional:

    • acp

    • agents

    • mcp

11 June 2026