# Ngrok AI integration on Definable

> Ngrok creates secure tunnels to locally hosted applications, enabling developers to share and test webhooks or services without configuring complex network settings

## What this connects

Ngrok creates secure tunnels to locally hosted applications, enabling developers to share and test webhooks or services without configuring complex network settings

Vendor: https://ngrok.com/

## Tools available

**102** tools available. First 12:

- `NGROK_CREATE_API_KEY` — Create API Key — Creates a new API key for authenticating with the ngrok API. This tool allows programmatic creation of API keys that can be used to access ngrok's API services.
- `NGROK_CREATE_CREDENTIAL` — Create Tunnel Credential — Creates a new tunnel authtoken credential for authenticating ngrok agents. This authtoken credential can be used to start a new tunnel session. The response to this API call is the only time the generated token is available.
- `NGROK_CREATE_ENDPOINT` — Create Endpoint — Create a cloud endpoint on the ngrok account. Use when you need to set up a new cloud endpoint with custom traffic policies for handling HTTP traffic.
- `NGROK_CREATE_EVENT_SOURCE` — Create Event Source — Add a new event source to an event subscription. Event sources define which types of events will trigger the subscription. Use this when you need to subscribe to additional event types for an existing event subscription.
- `NGROK_CREATE_EVENT_SUBSCRIPTION` — Create Event Subscription — Creates a new event subscription in ngrok. Event subscriptions allow you to be notified when specific events occur in your ngrok account. Use this when you need to set up webhooks or event-driven workflows for ngrok resource changes.
- `NGROK_CREATE_HTTPS_EDGE` — Create HTTPS Edge — Creates a new HTTPS edge in your ngrok account. HTTPS edges define how ngrok handles HTTPS traffic for your domains. Use this when you need to set up a new HTTPS endpoint with custom TLS or mutual TLS configuration.
- `NGROK_CREATE_HTTPS_EDGE_ROUTE` — Create HTTPS Edge Route — Creates a new route on an HTTPS edge in ngrok. Routes define how traffic matching specific patterns should be handled and can include various security and transformation modules. Use when you need to configure routing rules for an HTTPS edge with optional modules like OAuth, IP restrictions, header transformations, and more.
- `NGROK_CREATE_SSH_CREDENTIAL` — Create SSH Credential — Creates a new SSH credential from an uploaded public SSH key. This SSH credential can be used to start new tunnels via ngrok's SSH gateway. Use when you need to authenticate SSH-based tunnel connections with ngrok.
- `NGROK_CREATE_VAULT` — Create Vault — Creates a new vault in your ngrok account. Vaults are used for securely storing and managing sensitive data such as secrets, credentials, and tokens.
- `NGROK_CREATE_VAULT_SECRET` — Create Vault Secret — Tool to create a new secret in an ngrok vault for secure storage of sensitive data like API keys, passwords, or tokens. Use when you need to securely store sensitive information that can be referenced in traffic policies without exposing the actual values.
- `NGROK_DELETE_API_KEY` — Delete API Key — Delete an API key by its ID. This action permanently removes the specified API key from your ngrok account. This is an important security feature that allows users to revoke access when an API key is compromised or no longer needed. Once deleted, the API key cannot be recovered and any services using it will lose access.
- `NGROK_DELETE_CREDENTIALS` — Delete Credentials — Delete a tunnel authtoken credential by ID. This action permanently removes the specified credential from your ngrok account.

## Auth

Auth schemes: `API_KEY`.

## How agents use Ngrok

Inside a Definable workflow, Ngrok is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Ngrok** — the Researcher (GPT-5.5) pulls context from Ngrok (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Ngrok** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Ngrok (create record, post message, draft email).
- **Designer / Engineer → Distributor → Ngrok** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Ngrok (attach file, open PR comment, post status).

The Verifier checks every Ngrok call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/ngrok/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
