# chainctl starter request-access

URL: https://edu.chainguard.dev/chainguard/chainctl/chainctl-docs/chainctl_starter_request-access.md
Last Modified: May 4, 2026
Tags: chainctl, Reference, Product

 chainctl starter request-access Request access to a catalog starter organization.
Synopsis Request access to an existing catalog starter organization.
If a catalog starter organization for your email domain already exists, this command sends an access request to the organization&rsquo;s owners. They can choose whether to invite you; if they do, you will receive an email with instructions to join.
You must be authenticated as a Chainguard identity (e.g. via &lsquo;chainctl auth login&rsquo;) before running this command. The candidate organization is derived from the email domain on your authenticated session.
For privacy, this command intentionally returns the same response whether or not a matching organization exists. If your domain has no associated starter organization, no request is sent and no error is reported.
chainctl starter request-access [flags] Options inherited from parent commands --api string The url of the Chainguard platform API. (default &#34;https://console-api.enforce.dev&#34;) --audience string The Chainguard token audience to request. (default &#34;https://console-api.enforce.dev&#34;) --config string A specific chainctl config file. Uses CHAINCTL_CONFIG environment variable if a file is not passed explicitly. --console string The url of the Chainguard platform Console. (default &#34;https://console.chainguard.dev&#34;) --force-color Force color output even when stdout is not a TTY. -h, --help Help for chainctl --issuer string The url of the Chainguard STS endpoint. (default &#34;https://issuer.enforce.dev&#34;) --log-level string Set the log level (debug, info) (default &#34;ERROR&#34;) -o, --output string Output format. One of: [csv, env, go-template, id, json, markdown, none, table, terse, tree, wide] -v, --v int Set the log verbosity level. SEE ALSO chainctl starter	- Manage catalog starter organizations 
