.nh .TH "glab" "1" "Feb 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-runner-controller-token-create - Create a token for a runner controller. (EXPERIMENTAL) .SH SYNOPSIS \fBglab runner-controller token create [flags]\fP .SH DESCRIPTION Create a token for a runner controller. (EXPERIMENTAL) .SH OPTIONS \fB-d\fP, \fB--description\fP="" Description of the token. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX # Create a token for runner controller 42 $ glab runner-controller token create 42 # Create a token with a description $ glab runner-controller token create 42 --description "production" # Create a token and output as JSON $ glab runner-controller token create 42 --output json .EE .SH SEE ALSO \fBglab-runner-controller-token(1)\fP