pfSense website screenshot

pfSense

pfSense is an open-source firewall and router operating system based on FreeBSD, developed and maintained by Netgate, providing stateful firewall, routing, VPN (IPsec, OpenVPN, WireGuard), captive portal, traffic shaping, and IDS/IPS capabilities for home and enterprise networks. It is available as pfSense Community Edition (CE) and pfSense Plus, both managed via a web UI. The unofficial pfSense-pkg-RESTAPI package adds a REST and GraphQL API with 200+ endpoints under /api/v2 for automating firewall management, authenticated via local users, API keys, or JWT.

pfSense publishes 4 APIs on the APIs.io network, including Authentication API, Firewall Aliases API, Firewall Apply API, and 1 more. Tagged areas include Firewall, Network Security, Router, VPN, and Open Source.

pfSense’s developer surface includes authentication, documentation, pricing, engineering blog, and 7 more developer resources.

27.4/100 emerging ▬ flat Agent 28/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessSelf serve
5 APIs
FirewallNetwork SecurityRouterVPNOpen SourceFreeBSDNetgate

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 27.4/100 · emerging
Contract Quality 12.8 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 2.1 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 28/100 · agent aware
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 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 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/pfsense: 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 5

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

pfSense REST API (pfSense-pkg-RESTAPI)

Community-maintained REST and GraphQL API package for pfSense CE and pfSense Plus exposing 200+ endpoints under /api/v2 for firewall, interface, service, user, and system manage...

pfSense Authentication API

Obtain JWT bearer tokens.

pfSense Firewall Aliases API

Manage firewall aliases.

pfSense Firewall Apply API

Apply pending firewall changes.

pfSense Firewall Rules API

Manage firewall rules.

Open Collections 1

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

GraphQL 1

GraphQL schemas published by this provider.

pfSense GraphQL API

Community-maintained REST and GraphQL API package for pfSense CE and pfSense Plus exposing 200+ endpoints under /api/v2 for firewall, interface, service, user, and system manage...

GRAPHQL

Security Posture 3

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

Pfsense Authentication

apiKey/http · 3 schemes

SECURITY

Pfsense Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Pfsense Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

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

Pfsense Agentic Access

12 operations · 8 acting

12 operations · 8 acting

AGENTIC

Resources

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 3

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: pfsense
name: pfSense
description: pfSense is an open-source firewall and router operating system based on FreeBSD, developed and maintained by
  Netgate, providing stateful firewall, routing, VPN (IPsec, OpenVPN, WireGuard), captive portal, traffic shaping, and IDS/IPS
  capabilities for home and enterprise networks. It is available as pfSense Community Edition (CE) and pfSense Plus, both
  managed via a web UI. The unofficial pfSense-pkg-RESTAPI package adds a REST and GraphQL API with 200+ endpoints under /api/v2
  for automating firewall management, authenticated via local users, API keys, or JWT.
type: Index
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/pfsense.png
tags:
- Firewall
- Network Security
- Router
- VPN
- Open Source
- FreeBSD
- Netgate
url: https://raw.githubusercontent.com/api-evangelist/pfsense/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.19'
apis:
- aid: pfsense:rest-api-package
  name: pfSense REST API (pfSense-pkg-RESTAPI)
  description: Community-maintained REST and GraphQL API package for pfSense CE and pfSense Plus exposing 200+ endpoints under
    /api/v2 for firewall, interface, service, user, and system management. Authentication supports local user credentials,
    API keys, and JWT bearer tokens; the base URL is the pfSense instance's own hostname.
  humanURL: https://pfrest.org/
  baseURL: https://pfsense.local/api/v2
  tags:
  - Firewall API
  - Network Automation
  - REST
  - GraphQL
  properties:
  - type: Documentation
    url: https://pfrest.org/
  - type: API Documentation
    url: https://pfrest.org/api-docs/
  - type: GitHubRepository
    url: https://github.com/jaredhendrickson13/pfsense-api
  - type: Contributing
    url: https://pfrest.org/CONTRIBUTING/
  - url: graphql/pfsense-graphql.md
    type: GraphQL
- aid: pfsense:pfsense-authentication-api
  name: pfSense Authentication API
  description: Obtain JWT bearer tokens.
  humanURL: https://pfrest.org/
  baseURL: https://pfsense.local/api/v2
  tags:
  - Authentication
  properties:
  - type: OpenAPI
    url: openapi/pfsense-authentication-api-openapi.yml
- aid: pfsense:pfsense-firewall-aliases-api
  name: pfSense Firewall Aliases API
  description: Manage firewall aliases.
  humanURL: https://pfrest.org/
  baseURL: https://pfsense.local/api/v2
  tags:
  - Firewall Aliases
  properties:
  - type: OpenAPI
    url: openapi/pfsense-firewall-aliases-api-openapi.yml
- aid: pfsense:pfsense-firewall-apply-api
  name: pfSense Firewall Apply API
  description: Apply pending firewall changes.
  humanURL: https://pfrest.org/
  baseURL: https://pfsense.local/api/v2
  tags:
  - Firewall Apply
  properties:
  - type: OpenAPI
    url: openapi/pfsense-firewall-apply-api-openapi.yml
- aid: pfsense:pfsense-firewall-rules-api
  name: pfSense Firewall Rules API
  description: Manage firewall rules.
  humanURL: https://pfrest.org/
  baseURL: https://pfsense.local/api/v2
  tags:
  - Firewall Rules
  properties:
  - type: OpenAPI
    url: openapi/pfsense-firewall-rules-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/pfsense-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/pfsense-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/pfsense-domain-security.yml
- type: Authentication
  url: authentication/pfsense-authentication.yml
- type: Website
  url: https://www.pfsense.org/
- type: Documentation
  url: https://docs.netgate.com/pfsense/en/latest/
- type: Pricing
  url: https://www.netgate.com/pfsense-plus-software
- type: Download
  url: https://www.pfsense.org/download/
- type: GitHubOrganization
  url: https://github.com/pfsense
- type: Vendor
  url: https://www.netgate.com/
- url: https://www.netgate.com/blog/rss.xml
  type: Blog
features:
- name: Stateful Firewall
  description: pf-based stateful packet filtering with aliases, schedules, and floating rules for granular network policy.
- name: VPN Services
  description: Built-in IPsec, OpenVPN, and WireGuard VPN servers and clients for site-to-site and remote access connectivity.
- name: Routing and NAT
  description: Static and dynamic routing (FRR, BGP, OSPF via packages) plus full NAT/PAT/1:1 mapping configuration.
- name: Traffic Shaping and QoS
  description: Limiters and HFSC/CBQ/PRIQ queues to prioritize traffic and enforce bandwidth policies per host or service.
- name: IDS/IPS
  description: Snort and Suricata packages for intrusion detection and prevention, with rule subscriptions and per-interface
    configuration.
- name: REST/GraphQL API
  description: Optional pfSense-pkg-RESTAPI package providing programmatic configuration of nearly all pfSense subsystems.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com