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.

40.5/100 thin ▬ flat Agent 38/100 agent ready Full breakdown ↓
scored 2026-08-03 · rubric v0.9
AccessFreemiumSelf serve⚡ Free to try
9 APIs
NAT TraversalReverse ProxyTunnelingOpen Source

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-03 · rubric v0.9
Composite quality — 40.5/100 · thin
Contract Quality 14.8 / 25
Developer Ergonomics 6.1 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 6.2 / 13
Governance 0.0 / 12
Discoverability 5.6 / 10
Agent readiness — 38/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. 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. Want it done for you? Prioritized profiling — $2,500 →

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 2

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

frp Client Admin API

OPEN COLLECTION

frp Server Admin API

OPEN COLLECTION

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
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  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
url: https://raw.githubusercontent.com/api-evangelist/frp/refs/heads/main/apis.yml
specificationVersion: '0.19'
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
Where this information came from

This is an independent, third-party profile of frp, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.