Sign inSign up

sbx/glab-kit:latest

Manifest digest

sha256:6d86b834b94fb9d3a689509714416d0fe30774065be8b4bd0fc1e2096ec6300d

Last pushed

21 days by sbx

Type

Sandbox Kit

Manifest digest

sha256:6d86b834b94fb9d3a689509714416d0fe30774065be8b4bd0fc1e2096ec6300d

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 docker.io/sbx/glab-kit:latest

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