Sign inSign up

sbx/kernel-kit:20260910-34edb9066bc5d091ce74a30d8f65e2ffc89d2f21

Manifest digest

sha256:813da57c7563dcaf61b9499b2277ca923ade3d420083a9f1d11bbed2655529dc

Last pushed

14 days by dockerpublicbot

Type

Sandbox Kit

Manifest digest

sha256:813da57c7563dcaf61b9499b2277ca923ade3d420083a9f1d11bbed2655529dc

yaml
schemaVersion: "2"
kind: mixin
name: kernel
displayName: Kernel Browser
description: |
    Cloud-hosted Chromium for AI agents via kernel.sh. Sessions start in <30ms with stealth mode, managed auth, and live session replay built in.
permissions:
    network:
        allow:
            - '*.onkernel.com'
            - registry.npmjs.org
            - '*.npmjs.org'
            - pypi.org
            - files.pythonhosted.org
            - github.com
            - objects.githubusercontent.com
            - release-assets.githubusercontent.com
credentials:
    - service: kernel
      apiKey:
        name: KERNEL_API_KEY
        proxyManaged: true
        inject:
            - domain: api.onkernel.com
              header: Authorization
              format: Bearer %s
setup:
    install:
        - command: npm install -g @onkernel/cli
          user: "0"
          description: Install the Kernel CLI