Sign inSign up

sbx/kernel-kit:20260827-2d26f13b91e884116ff94ea5f1819adbb33b4ec0

Manifest digest

sha256:1771b35c9cb366ebc9f6677de585f48d0aced8beee41f04457706f73590c6f0a

Last pushed

23 days by dockerpublicbot

Type

Sandbox Kit

Manifest digest

sha256:1771b35c9cb366ebc9f6677de585f48d0aced8beee41f04457706f73590c6f0a

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