frp website screenshot

frp

frp is an open-source fast reverse proxy that exposes services running behind a NAT or firewall to the public internet. Both the server (frps) and the client (frpc) include built-in HTTP admin APIs that operators can use to inspect runtime status, manage proxies and visitors, hot-reload configuration, and scrape Prometheus metrics.

frp publishes 9 APIs on the APIs.io network, including Clients API, Configuration API, Health API, and 6 more. Tagged areas include NAT Traversal, Reverse Proxy, Tunneling, and Open-Source.

frp’s developer surface includes authentication, documentation, getting-started guide, release notes, and 6 more developer resources.

31.7/100 thin ▬ flat Agent 26/100 agent aware Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFreemiumSelf serve
2 APIs
NAT TraversalReverse ProxyTunnelingOpen-Source

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/frp: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 9

Individual APIs this provider publishes, each with its own machine-readable definition.

frp Clients API

Connected client inventory

frp Configuration API

Read and replace the in-memory frpc configuration

frp Health API

Liveness probe

frp Lifecycle API

Reload and stop the running frpc process

frp Metrics API

Prometheus metrics endpoint

frp Proxies API

Active proxy inventory and traffic stats

frp Server API

Server runtime information

frp Status API

Runtime status of proxies and visitors

frp Store API

Persistent configuration store for proxies and visitors

Scroll for all 9

Open Collections 12

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

frp Client Admin API

OPEN COLLECTION

frp Server Admin API

OPEN COLLECTION

Scroll for all 12

Pricing Plans 1

Published pricing tiers and plan structures.

Frp Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Frp Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Frp Finops

FINOPS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Frp Authentication

http · 1 scheme

SECURITY

Frp Domain Security

TLSv1.3 · HSTS · DNSSEC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Frp Agentic Access

28 operations · 9 acting · 1 human-in-the-loop

28 operations · 9 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: frp
name: frp
description: frp is an open-source fast reverse proxy that exposes services running behind a NAT or firewall to the public
  internet. Both the server (frps) and the client (frpc) include built-in HTTP admin APIs that operators can use to inspect
  runtime status, manage proxies and visitors, hot-reload configuration, and scrape Prometheus metrics.
type: Index
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - openapi
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Freemium · Self-serve signup
  confidence: medium
  try_now_blocked_by: loopback
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/frp.png
access: Open Source
created: '2026-03-27'
modified: '2026-05-19'
tags:
- NAT Traversal
- Reverse Proxy
- Tunneling
- Open-Source
tags_raw:
- NAT Traversal
- Reverse Proxy
- Tunneling
- Open Source
url: https://raw.githubusercontent.com/api-evangelist/frp/refs/heads/main/apis.yml
specificationVersion: '0.23'
apis:
- aid: frp:frp-clients-api
  name: frp Clients API
  description: Connected client inventory
  humanURL: https://gofrp.org/en/docs/features/common/server-dashboard/
  baseURL: http://localhost:7500
  tags:
  - Clients
  properties:
  - type: OpenAPI
    url: openapi/frp-clients-api-openapi.yml
  - type: Documentation
    url: https://gofrp.org/en/docs/features/common/server-dashboard/
  - type: Documentation
    url: https://gofrp.org/en/docs/reference/client-configures/
- aid: frp:frp-configuration-api
  name: frp Configuration API
  description: Read and replace the in-memory frpc configuration
  humanURL: https://gofrp.org/en/docs/features/common/server-dashboard/
  baseURL: http://localhost:7500
  tags:
  - Configuration
  properties:
  - type: OpenAPI
    url: openapi/frp-configuration-api-openapi.yml
  - type: Documentation
    url: https://gofrp.org/en/docs/features/common/server-dashboard/
  - type: Documentation
    url: https://gofrp.org/en/docs/reference/client-configures/
- aid: frp:frp-health-api
  name: frp Health API
  description: Liveness probe
  humanURL: https://gofrp.org/en/docs/features/common/server-dashboard/
  baseURL: http://localhost:7500
  tags:
  - Health
  properties:
  - type: OpenAPI
    url: openapi/frp-health-api-openapi.yml
  - type: Documentation
    url: https://gofrp.org/en/docs/features/common/server-dashboard/
  - type: Documentation
    url: https://gofrp.org/en/docs/reference/client-configures/
- aid: frp:frp-lifecycle-api
  name: frp Lifecycle API
  description: Reload and stop the running frpc process
  humanURL: https://gofrp.org/en/docs/features/common/server-dashboard/
  baseURL: http://localhost:7500
  tags:
  - Lifecycle
  properties:
  - type: OpenAPI
    url: openapi/frp-lifecycle-api-openapi.yml
  - type: Documentation
    url: https://gofrp.org/en/docs/features/common/server-dashboard/
  - type: Documentation
    url: https://gofrp.org/en/docs/reference/client-configures/
- aid: frp:frp-metrics-api
  name: frp Metrics API
  description: Prometheus metrics endpoint
  humanURL: https://gofrp.org/en/docs/features/common/server-dashboard/
  baseURL: http://localhost:7500
  tags:
  - Metrics
  properties:
  - type: OpenAPI
    url: openapi/frp-metrics-api-openapi.yml
  - type: Documentation
    url: https://gofrp.org/en/docs/features/common/server-dashboard/
  - type: Documentation
    url: https://gofrp.org/en/docs/reference/client-configures/
- aid: frp:frp-proxies-api
  name: frp Proxies API
  description: Active proxy inventory and traffic stats
  humanURL: https://gofrp.org/en/docs/features/common/server-dashboard/
  baseURL: http://localhost:7500
  tags:
  - Proxies
  properties:
  - type: OpenAPI
    url: openapi/frp-proxies-api-openapi.yml
  - type: Documentation
    url: https://gofrp.org/en/docs/features/common/server-dashboard/
  - type: Documentation
    url: https://gofrp.org/en/docs/reference/client-configures/
- aid: frp:frp-server-api
  name: frp Server API
  description: Server runtime information
  humanURL: https://gofrp.org/en/docs/features/common/server-dashboard/
  baseURL: http://localhost:7500
  tags:
  - Server
  properties:
  - type: OpenAPI
    url: openapi/frp-server-api-openapi.yml
  - type: Documentation
    url: https://gofrp.org/en/docs/features/common/server-dashboard/
  - type: Documentation
    url: https://gofrp.org/en/docs/reference/client-configures/
- aid: frp:frp-status-api
  name: frp Status API
  description: Runtime status of proxies and visitors
  humanURL: https://gofrp.org/en/docs/features/common/server-dashboard/
  baseURL: http://localhost:7500
  tags:
  - Status
  properties:
  - type: OpenAPI
    url: openapi/frp-status-api-openapi.yml
  - type: Documentation
    url: https://gofrp.org/en/docs/features/common/server-dashboard/
  - type: Documentation
    url: https://gofrp.org/en/docs/reference/client-configures/
- aid: frp:frp-store-api
  name: frp Store API
  description: Persistent configuration store for proxies and visitors
  humanURL: https://gofrp.org/en/docs/features/common/server-dashboard/
  baseURL: http://localhost:7500
  tags:
  - Store
  properties:
  - type: OpenAPI
    url: openapi/frp-store-api-openapi.yml
  - type: Documentation
    url: https://gofrp.org/en/docs/features/common/server-dashboard/
  - type: Documentation
    url: https://gofrp.org/en/docs/reference/client-configures/
common:
- type: AgenticAccess
  url: agentic-access/frp-agentic-access.yml
- type: DomainSecurity
  url: security/frp-domain-security.yml
- type: Authentication
  url: authentication/frp-authentication.yml
- type: Website
  url: https://gofrp.org/
- type: Documentation
  url: https://gofrp.org/en/docs/
- type: GettingStarted
  url: https://gofrp.org/en/docs/setup/
- type: SourceCode
  url: https://github.com/fatedier/frp
- type: Issues
  url: https://github.com/fatedier/frp/issues
- type: ReleaseNotes
  url: https://github.com/fatedier/frp/releases
- type: License
  url: https://github.com/fatedier/frp/blob/master/LICENSE
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/frp"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/frp/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/frp/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.