Sign inSign up

sbx/junie-kit:20260820-60c747130ba7b8355c692757d17c99ef0d478516

Manifest digest

sha256:ac374b7ff5760701e96d53ff1232cbf1195e6ed5460054fb6e0a7441c1fc6b20

Last pushed

about 1 month by dockerpublicbot

Type

Sandbox Kit

Manifest digest

sha256:ac374b7ff5760701e96d53ff1232cbf1195e6ed5460054fb6e0a7441c1fc6b20

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