Skip to content

Commit

Permalink
Splitting the account requirement and paid features into separate sen…
Browse files Browse the repository at this point in the history
…tences
  • Loading branch information
salilsub committed Dec 19, 2023
1 parent af0bb43 commit 5223f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/agent/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ ngrok config add-api-key 1roPsn7AascHeO18mHcxRD3xT76_3ww7C9CDLYNgcdSYsscCB

The `ngrok config add-authtoken` command saves the ngrok authtoken to the configuration file. You can find your authtoken in the [getting started section of the ngrok dashboard](https://dashboard.ngrok.com/get-started/your-authtoken).

The ngrok service requires that you [sign up for an account](https://dashboard.ngrok.com/) to connect with an agent and some advanced service features require a paid account. In order to associate your agent with an account, it must pass a secret token to the ngrok service when it starts up. Instead of passing this authtoken on every invocation, you may use this command to save it into your configuration file so that your agent always authenticates you properly.
The ngrok service requires that you [sign up for an account](https://dashboard.ngrok.com/) to connect with an agent. Some advanced service features require a paid account. In order to associate your agent with an account, it must pass a secret token to the ngrok service when it starts up. Instead of passing this authtoken on every invocation, you may use this command to save it into your configuration file so that your agent always authenticates you properly.

### Usage

Expand Down

1 comment on commit 5223f53

@vercel
Copy link

@vercel vercel bot commented on 5223f53 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ngrok-docs – ./

ngrok-docs.vercel.app
ngrok-docs-ngrok-dev.vercel.app
ngrok-docs-git-main-ngrok-dev.vercel.app

Please sign in to comment.