Sign inSign up

sbx/junie-kit:latest

Manifest digest

sha256:8378363ac642507746825fae1f5a2f062f7ae1d70efcb259331271b819c9997b

Last pushed

13 days by sbx

Type

Sandbox Kit

Manifest digest

sha256:8378363ac642507746825fae1f5a2f062f7ae1d70efcb259331271b819c9997b

yaml
schemaVersion: "2"
kind: sandbox
name: junie
displayName: Junie
description: The AI coding agent by JetBrains.
sandbox:
    image: docker.io/sbx/junie-image:latest
    entrypoint:
        - junie
agentInstructions:
    filename: AGENTS.md
permissions:
    network:
        allow:
            - junie.jetbrains.com
            - api.jetbrains.ai
            - 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