On-prem / Private Deployment · FroggerAPI
🐸 FroggerAPI · On-prem / private deployment

On-prem / Private Deployment

The public FroggerAPI endpoint at api.froggerapi.io is designed for preview and lower-volume usage. Many of the teams we talk to run Tenable WAS inside strict network boundaries (healthcare, finance, internal-only APIs) and prefer to keep Postman collections and OpenAPI specs inside their own environment.

FroggerAPI is built so that the same conversion engine can run as containers in your VPC or data center. The public site is essentially a thin UI in front of that engine.

High-level architecture

A typical private deployment consists of two containers:

Both containers run inside your Kubernetes cluster, ECS cluster, or bare-metal environment, behind your own load balancers, WAF, and authentication layers.

If you’re integrating FroggerAPI directly into a Tenable-focused platform, you can colocate it in the same VPC or network segment as Tenable itself and keep all traffic on private links.

Supported deployment patterns

Common patterns we expect to support include:

Baseline requirements

At a high level, you will need:

How Tenable-focused deployments typically look

For Tenable-centric use cases, a private deployment usually sits between your Postman collections and Tenable WAS:

  1. Your CI/CD or internal tooling calls your private FroggerAPI endpoint to convert Postman to OpenAPI.
  2. The generated spec is stored in your own artifact store or version control.
  3. Tenable WAS pulls or is fed the latest spec from your trusted storage.

In this model, both the Postman collections and the OpenAPI specs stay inside your environment; only Tenable and your own systems see them.

Where Pro / governance features run on-prem

The same Pro features described on the main site can be deployed privately:

In practice, an “Enterprise / on-prem” deployment is usually the Pro feature set (history, diffing, rules) deployed entirely inside your environment, with licensing structured around tenants or environments rather than per-call usage.

Network & security controls

Where and how you expose the API is up to you. Common choices include:

Operational considerations

For on-prem / private deployments, you’ll want to think about:

Getting started with a private deployment

Private / on-prem deployments are handled as part of the Enterprise offering. If you’re interested in running FroggerAPI privately, email feedback@froggerapi.io with a short note about:

We’ll follow up with more detailed deployment docs, licensing options, and a technical conversation about your use case.