Connect Ngrok to OpenClaw on Operator.io
Ngrok is a tunneling service that exposes your local applications to the internet securely. It lets developers share, test, and receive webhooks without dealing with complex network configuration.
Automate Ngrok with AI
Operator runs your personal agent on OpenClaw, the open source agent framework, and points it straight at Ngrok. You message the agent on Telegram or Discord, tell it what you need in plain language, and it operates Ngrok on its own, running actions like create api key, create tunnel credential, create endpoint.
Your agent reaches Ngrok directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.
What your agent can do with Ngrok
Your agent can call any of these Ngrok actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.
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.
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.
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.
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.
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.
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.
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...
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.
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.
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...
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...
Delete Credentials
Delete a tunnel authtoken credential by ID. This action permanently removes the specified credential from your ngrok account.
Delete HTTPS Edge Route Circuit Breaker Module
Delete the Circuit Breaker module from an HTTPS Edge Route. This action removes the circuit breaker configuration that protects upstream services from being overwhelmed by automatically rejecting requests when error thresholds are exceeded.
Delete Edge Route Compression Module
Delete the compression module from an HTTPS edge route. Use this to remove compression settings from a specific route within an HTTPS edge configuration.
Delete Edge Route Request Headers Module
Delete the request headers module from an HTTPS edge route. This removes any custom request header modifications configured for the specified route. Use this action when you need to stop modifying request headers on a specific edge route...
Delete Edge Route Response Headers Module
Delete the response headers module from an HTTPS edge route. Use when you need to remove response header manipulation from a specific route.
Delete Edge Route SAML Module
Delete the SAML module configuration from an HTTPS edge route. This action removes SAML authentication from the specified route, allowing traffic to pass through without SAML validation. The operation is idempotent and returns success ev...
Delete Edge Route User Agent Filter Module
Delete the user agent filter module from an HTTPS edge route. Use this to remove user agent filtering from a specific route within an HTTPS edge configuration.
Delete Edge Route Webhook Verification Module
Delete the webhook verification module from an HTTPS edge route. This removes webhook signature verification configured for the specified route. Use this action when you need to stop verifying webhook signatures on a specific edge route....
Delete Edge Route WebSocket TCP Converter Module
Delete the WebSocket TCP converter module from an HTTPS edge route. Use when you need to remove WebSocket to TCP conversion functionality from a specific route. The operation is idempotent.
Delete Endpoint
Delete an endpoint by ID. This action permanently removes the specified endpoint from your ngrok account. Currently only available for cloud endpoints. Cloud endpoints are those created through the ngrok dashboard or API with reserved do...
Delete Event Source
Delete an event source from an event subscription. This removes a specific event type from the subscription, so the subscription will no longer trigger for that event. Event sources define which types of events trigger notifications for...
Delete Event Subscription
Delete an event subscription by ID. This action permanently removes the specified event subscription from your ngrok account. Event subscriptions allow you to receive notifications when specific events occur in your ngrok account. Once d...
Delete HTTPS Edge
Delete an HTTPS edge by ID. This action permanently removes the specified HTTPS edge configuration from your ngrok account. HTTPS edges define how ngrok handles HTTPS traffic for your domains. Once deleted, the edge and all associated ro...
Delete HTTPS Edge Route
Delete an HTTPS edge route by ID. This action permanently removes the specified route from an HTTPS edge configuration in your ngrok account. HTTPS edge routes define how traffic is handled for specific hostnames and paths. Once deleted,...
Delete Reserved Domain Certificate
Detach the certificate attached to a reserved domain. Use when you need to remove a certificate from a reserved domain without deleting the domain itself.
Delete Reserved Domain Certificate Management Policy
Detach the certificate management policy from a reserved domain. Use this action when you need to remove certificate management configuration from a domain.
Delete Secret
Delete a vault secret by ID. This action permanently removes the specified secret from your ngrok vault.
Delete SSH Credentials
Delete an SSH credential by ID. This action permanently removes the specified SSH credential from your ngrok account. SSH credentials are used to authenticate SSH connections through ngrok. Once deleted, the credential cannot be recovere...
Delete Vault
Delete a vault by ID. This action permanently removes the specified vault from your ngrok account.
Get API Key
Get the details of an API key by ID. Use this tool to retrieve information about a specific ngrok API key, including its description, metadata, and creation timestamp.
Get Credentials
Tool to retrieve detailed information about a tunnel authtoken credential by ID. Use when you need to view the details, metadata, or ACL rules of an existing credential. Note: The token field will be null for existing credentials (only a...
Get Edge Route Backend Module
Retrieves the backend module configuration for an HTTPS edge route. Backend modules define where traffic is routed after passing through the edge route's modules. Use this to verify backend configuration or audit routing behavior.
Get Edge Route Circuit Breaker Module
Tool to retrieve the circuit breaker module configuration for a specific HTTPS edge route. Use when you need to check the current circuit breaker settings, verify protection parameters, or audit traffic protection policies.
Get Edge Route Compression Module
Retrieves the compression module configuration for a specific HTTPS edge route. Use this to check if compression is enabled for the route.
Get Edge Route IP Restriction Module
Retrieves the IP restriction module configuration for a specific HTTPS edge route. Use this to check which IP policies are applied to control access to the route.
Get Edge Route OIDC Module
Retrieves the OIDC (OpenID Connect) module configuration for a specific HTTPS edge route. OIDC modules enable authentication via OpenID Connect providers on your edge routes. This action fetches the current OIDC configuration including p...
Get Edge Route Request Headers Module
Retrieves the request headers module configuration for a specific HTTPS edge route. The request headers module allows you to add and remove headers from HTTP requests before they are sent to your upstream server. Use this action to inspe...
Get Edge Route Response Headers Module
Get the response headers module configuration for an HTTPS edge route. Use when you need to retrieve the current response header manipulation settings for a specific route.
Get Edge Route SAML Module
Retrieves the SAML authentication module configuration for a specific HTTPS edge route. Use this to view SAML settings including identity provider configuration, session timeouts, and authorized groups.
Get Edge Route Traffic Policy
Retrieves the Traffic Policy module configuration for a specific HTTPS edge route. Traffic policies define how ngrok handles requests and responses on the edge route. Use this to inspect current traffic policy rules applied to an edge ro...
Get Edge Route User Agent Filter Module
Retrieves the user agent filter module configuration for a specific HTTPS edge route. Use this to view filtering rules that control access based on User-Agent headers.
Get Edge Route Webhook Verification Module
Retrieves the webhook verification module configuration for an HTTPS edge route. Webhook verification modules validate incoming webhooks from supported providers. Use this to verify webhook configuration or audit webhook security settings.
Get Edge Route WebSocket TCP Converter Module
Retrieves the WebSocket TCP Converter module configuration for a specific HTTPS edge route. This module converts WebSocket connections to TCP streams. Use this to inspect whether the converter is enabled.
Get Endpoint
Get the status of an endpoint by ID. Use this tool to retrieve detailed information about a specific ngrok endpoint, including its configuration, URLs, and associated resources.
Get Event Source
Get an event source by type for a specific event subscription. Use this tool to retrieve details about a specific event source type that triggers notifications for an event subscription.
Get HTTPS Edge
Get the details of an HTTPS edge by ID. Use this to retrieve information about a specific HTTPS edge configuration including its hostports, TLS settings, and routes.
Get HTTPS Edge Mutual TLS Module
Retrieves the mutual TLS module configuration for an HTTPS edge. Use this to check if mutual TLS is enabled and which certificate authorities are configured for client certificate validation.
Plus 54 more Ngrok actions your agent can call.
How to connect Ngrok
You authorize Ngrok once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Ngrok without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.
When you are ready, the get started guide walks through standing up your OpenClaw agent.
Common questions about Ngrok
- How do I connect Ngrok to Operator?
- You authorize Ngrok once from your Operator dashboard. Operator holds the connection and refreshes the access token for you, so your agent keeps working with Ngrok without you signing in again.
- Can my agent work with issues and pull requests in Ngrok?
- Yes. It can open and comment on issues, review pull requests, manage labels, and read project details when you ask. Teams use it to triage incoming work, draft release notes, and post a summary of what changed without leaving chat.
- Do I need to write code or manage Ngrok API keys?
- No code and no API keys. You authorize Ngrok through a normal sign in and Operator handles the connection, so there is nothing to wire up or host.
- Can my agent use Ngrok together with my other apps?
- Yes. The same agent reaches every app you connect, so it can move between Ngrok and tools like GitHub, Supabase, Pagerduty in one job, reading from one and acting in another without you wiring anything between them.
More apps to automate
Apps your agent runs alongside Ngrok, or browse all integrations.
Put your agent on Ngrok
Sign in, connect Ngrok, and hand your agent the work. Your first week is free.
Try for free