N

ngrok.com

ngrok is a cloud networking platform for exposing, securing, and routing traffic to applications and services running locally or elsewhere. Its agent creates public endpoints and tunnels, while the cloud service provides account and infrastructure management APIs.

3 integrations · REST · CLI

ngrok exposes a cloud REST API at https://api.ngrok.com, a local unauthenticated Agent API at http://127.0.0.1:4040/api, and the ngrok CLI; the cloud API uses ngrok API keys, while the CLI is configured with either an agent authtoken for tunnel operation or an API key for `ngrok api` commands.

discovered 1d ago
REST · OpenAPI2
CLI1
Credentials
ngrok API keybearerGet token

In the ngrok dashboard, open API Keys and generate a new API key. The API overview shows using it as Authorization: Bearer {API Key} for https://api.ngrok.com, and the CLI can save it with ngrok config add-api-key "{API Key}".

ngrok agent authtokenbearerGet token

Get your agent authtoken from the ngrok dashboard's Your Authtoken page, then configure the local agent with ngrok config add-authtoken <token>. The agent docs note you can provision additional authtokens in the dashboard or via API, and the CLI reference includes the add-authtoken command.

conventions · 1/8 published

Publish these signals → /publishing