Sign inSign up

sbx/junie-kit:20260813-76b68da5d7615bc50701d6823f5133fab1b263c3

Manifest digest

sha256:e368390481c67f722accf94c2f7191c76149b75ee2127275564a8b9e8b483456

Last pushed

about 1 month by dockerpublicbot

Type

Sandbox Kit

Manifest digest

sha256:e368390481c67f722accf94c2f7191c76149b75ee2127275564a8b9e8b483456

yaml
schemaVersion: "2"
kind: sandbox
name: junie
displayName: Junie
description: The AI coding agent by JetBrains.
sandbox:
    image: docker/sandbox-templates:shell-docker
    entrypoint:
        - junie
agentInstructions:
    filename: AGENTS.md
permissions:
    network:
        allow:
            - junie.jetbrains.com
            - api.jetbrains.ai
            - github.com
            - raw.githubusercontent.com
            - release-assets.githubusercontent.com
            - api.anthropic.com
            - api.openai.com
            - generativelanguage.googleapis.com
            - api.x.ai
            - openrouter.ai
credentials:
    - service: anthropic
      apiKey:
        name: ANTHROPIC_API_KEY
        proxyManaged: true
        inject:
            - domain: api.anthropic.com
              header: x-api-key
              format: '%s'
    - service: google
      apiKey:
        name: GEMINI_API_KEY
        proxyManaged: true
        inject:
            - domain: generativelanguage.googleapis.com
              header: x-goog-api-key
              format: '%s'
    - service: junie
      apiKey:
        name: JUNIE_API_KEY
        proxyManaged: true
        inject:
            - domain: junie.jetbrains.com
              header: Authorization
              format: Bearer %s
    - service: openai
      apiKey:
        name: OPENAI_API_KEY
        proxyManaged: true
        inject:
            - domain: api.openai.com
              header: Authorization
              format: Bearer %s
    - service: openrouter
      apiKey:
        name: OPENROUTER_API_KEY
        proxyManaged: true
        inject:
            - domain: openrouter.ai
              header: Authorization
              format: Bearer %s
    - service: xai
      apiKey:
        name: XAI_API_KEY
        proxyManaged: true
        inject:
            - domain: api.x.ai
              header: Authorization
              format: Bearer %s
setup:
    install:
        - command: curl -fsSL https://junie.jetbrains.com/install.sh | bash
          user: "1000"
          description: Install Junie