Sign inSign up

sbx/glab-kit:20260827-2d26f13b91e884116ff94ea5f1819adbb33b4ec0

Manifest digest

sha256:a1f60f256866cd976a3cd2a97c709cdeee143b4618f91177941df497898b968e

Last pushed

27 days by dockerpublicbot

Type

Sandbox Kit

Manifest digest

sha256:a1f60f256866cd976a3cd2a97c709cdeee143b4618f91177941df497898b968e

MIXIN
REQUIRES SECRETS

Installs the GitLab CLI (glab) with proxy-injected personal access token auth for gitlab.com, so agents can work with GitLab projects the way gh works with GitHub.


Credentials
NameServiceRequiredDescription
GITLAB_TOKENgitlabRequiredGitLab personal access token (api scope). Stored on the host; the sandbox only sees a placeholder and the proxy injects the real value on requests to gitlab.com.

Network Egress

gitlab.com:443

Apply this mixin to a sandbox

sbx run <agent> --kit sbx/glab-kit:20260827-2d26f13b91e884116ff94ea5f1819adbb33b4ec0

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx