Sign inSign up

sbx/kernel-kit:20260818-3cf8b977ce8bc3a9b50b42c8f8604d523b2f1977

Manifest digest

sha256:127c89cd36f5c5c0162d4af0cde27e1c85bc5027662e86498f1d3eded8f39889

Last pushed

29 days by dockerpublicbot

Type

Sandbox Kit

Manifest digest

sha256:127c89cd36f5c5c0162d4af0cde27e1c85bc5027662e86498f1d3eded8f39889

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