Ngrok

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

102 actions Integration catalog
Request access
Connect Ngrok once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create API KeyNGROK_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 CredentialNGROK_CREATE_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 EndpointNGROK_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 SourceNGROK_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 SubscriptionNGROK_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 EdgeNGROK_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 RouteNGROK_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.
Create SSH CredentialNGROK_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 VaultNGROK_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 SecretNGROK_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.
Delete API KeyNGROK_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.
Delete CredentialsNGROK_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 ModuleNGROK_DELETE_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 ModuleNGROK_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 ModuleNGROK_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. After deletion, requests will pass through without header modifications.
Delete Edge Route Response Headers ModuleNGROK_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 ModuleNGROK_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 even if no SAML module exists.
Delete Edge Route User Agent Filter ModuleNGROK_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 ModuleNGROK_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. After deletion, webhooks will pass through without signature verification.
Delete Edge Route WebSocket TCP Converter ModuleNGROK_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 EndpointNGROK_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 domains. Once deleted, the endpoint cannot be recovered and traffic to the endpoint will no longer be processed.
Delete Event SourceNGROK_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 a subscription. Removing an event source does not delete the subscription itself - only the association with that specific event type.
Delete Event SubscriptionNGROK_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 deleted, you will no longer receive notifications for events matching this subscription.
Delete HTTPS EdgeNGROK_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 routes cannot be recovered, and traffic to the configured hostports will no longer be processed.
Delete HTTPS Edge RouteNGROK_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, the route cannot be recovered and traffic matching the route will no longer be processed.
Delete Reserved Domain CertificateNGROK_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 PolicyNGROK_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 SecretNGROK_DELETE_SECRET
Delete a vault secret by ID. This action permanently removes the specified secret from your ngrok vault.
Delete SSH CredentialsNGROK_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 recovered and any services using it will lose access.
Delete VaultNGROK_DELETE_VAULT
Delete a vault by ID. This action permanently removes the specified vault from your ngrok account.
Get API KeyNGROK_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 CredentialsNGROK_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 available on creation).
Get Edge Route Backend ModuleNGROK_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 ModuleNGROK_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 ModuleNGROK_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 ModuleNGROK_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 ModuleNGROK_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 provider settings, scopes, and session timeout settings. Returns null if the OIDC module is not configured for the route.
Get Edge Route Request Headers ModuleNGROK_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 inspect the current request header manipulation rules for a route.
Get Edge Route Response Headers ModuleNGROK_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 ModuleNGROK_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 PolicyNGROK_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 route.
Get Edge Route User Agent Filter ModuleNGROK_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 ModuleNGROK_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 ModuleNGROK_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 EndpointNGROK_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 SourceNGROK_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 EdgeNGROK_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 ModuleNGROK_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.
Get HTTPS Edge RouteNGROK_GET_HTTPS_EDGE_ROUTE
Retrieves detailed information about a specific HTTPS edge route by its ID. HTTPS edge routes define how ngrok routes traffic based on path matching rules and apply various modules like authentication, compression, and traffic policies.
Get IP Restriction DetailsNGROK_GET_IP_RESTRICTIONS
Retrieves detailed information about a specific IP restriction by its ID. IP restrictions control which IP addresses can access various ngrok resources (dashboard, API, agents, or endpoints). This action fetches complete details including enforcement status, associated IP policies, and metadata. Use this action for auditing, verification, or before modifying IP restrictions. Note: Requires Account Governance add-on on a Pay-as-you-go plan to have IP restrictions.
Get Reserved DomainNGROK_GET_RESERVED_DOMAIN
Get the details of a reserved domain by ID. Use this to retrieve information about a specific reserved domain including its hostname, certificate configuration, and DNS settings.
Get SecretNGROK_GET_SECRET
Tool to retrieve detailed information about a vault secret by ID. Use when you need to view the metadata, description, or vault information for an existing secret.
Get Secrets by VaultNGROK_GET_SECRETS_BY_VAULT
Tool to get all secrets in a vault by vault ID. Use this to retrieve the list of secrets stored in a specific ngrok vault. Supports pagination for large result sets.
Get SSH CredentialsNGROK_GET_SSH_CREDENTIALS
Tool to retrieve detailed information about an SSH credential by ID. Use when you need to view the details, public key, metadata, or ACL rules of an existing SSH credential.
Get VaultNGROK_GET_VAULT
Get the details of a vault by ID. Use this tool to retrieve information about a specific ngrok vault, including its name, description, metadata, and timestamps.
List Agent IngressesNGROK_LIST_AGENT_INGRESSES
List all Agent Ingresses owned by this account. Agent Ingresses are used to configure custom domains for ngrok agent connections, allowing you to use your own domain instead of the default ngrok domains.
List API KeysNGROK_LIST_API_KEYS
This tool lists all API keys owned by the user. The API keys are used to authenticate API requests to ngrok's REST API. The endpoint returns a paginated list of API keys.
List Bot UsersNGROK_LIST_BOT_USERS
Tool to list all bot users on this ngrok account. Use when you need to retrieve all bot users with their status and metadata.
List Certificate AuthoritiesNGROK_LIST_CERT_AUTHORITIES
List all certificate authorities on this account. Certificate authorities are x509 certificates used to sign other x509 certificates. Supports pagination and filtering via CEL expressions.
List Tunnel CredentialsNGROK_LIST_CREDENTIALS
List all tunnel authtoken credentials on the ngrok account. Use when you need to view all credentials that can authenticate ngrok agents and start tunnel sessions.
Showing the first 60 of 102 actions.