# coder tokens Tokens are used to authenticate automated clients to Coder. ## Usage ```console coder tokens [flags] ``` ## Examples ```console - Create a token for automation: $ coder tokens create - List your tokens: $ coder tokens ls - Remove a token by ID: $ coder tokens rm WuoWs4ZsMX ``` ## Subcommands | Name | Purpose | | -------------------------------------------- | -------------- | | [create](./coder_tokens_create) | Create a token | | [list](./coder_tokens_list) | List tokens | | [remove](./coder_tokens_remove) | Delete a token |