Sign inSign up

sbx/kernel-kit:20260820-745504d40a3fb464970835722823a87747feb97c

Manifest digest

sha256:99a994632a266fa98ef0cdaf8470682f4ec06a1381c10b5ea10def9bf4a3ce92

Last pushed

about 1 month by dockerpublicbot

Type

Sandbox Kit

Manifest digest

sha256:99a994632a266fa98ef0cdaf8470682f4ec06a1381c10b5ea10def9bf4a3ce92

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