# Photon Engine

**Canonical:** https://apis.io/providers/photonengine/  
**Website:** https://www.photonengine.com  
**APIs profiled:** 9

Photon Engine (Exit Games) builds cross-platform multiplayer game networking backends - Photon Fusion, Photon Quantum, Photon Unity Networking (PUN), Photon Voice, Photon Chat, and the legacy Photon Bolt - all layered on the proprietary Photon Realtime transport protocol. Photon's core product is protocol-first and SDK-first, not REST-first - game clients exchange a custom binary message format (operation requests, operation responses, and events) with Name Server, Master Server, and Game Server roles, over UDP or TCP by default and, importantly, over WebSocket (ws:// unsecured, wss:// secured on port 443) as a first-class documented transport for WebGL and browser-hosted clients. Photon's own hosted surface exposes no general-purpose callable REST API for gameplay; the only genuinely HTTP surfaces are outbound - Room Lifecycle WebHooks (Photon POSTs room/join/leave/event/property/close notifications to a developer-hosted URL) and the Custom Authentication webservice contract (Photon calls out to a developer-hosted HTTP(S) endpoint to validate client tokens before allowing a connection). Pricing and account management are handled through the Photon Cloud Dashboard web UI, not a documented public REST API.

## Kin Score — 34.9 / 100 (thin)

Scored 2026-08-25 under rubric 0.14.0. Trend: flat (+0.0 from 34.9).

| Facet | Score |
|---|---|
| Discoverability | 74.1 |
| Contract Quality | 54.2 |
| Governance | 13.6 |
| Contract Governance | 13.6 |
| Operational Transparency | 34.2 |
| Developer Ergonomics | 0.0 |
| Commercial Clarity | 39.5 |
| Access Clarity | 39.5 |

## Agent readiness — 18.3 (agent-aware)

| Dimension | Value |
|---|---|
| Spec Presence | yes |
| Agentic Access | derived |
| Reversibility Documented | no |
| MCP Server | no |
| Auth Clarity | no |
| Idempotency | no |
| Error Semantics | no |
| OpenAPI Examples | no |
| Rate Limit Signal | documented |
| Event Surface Described | derived |
| Agent Skills | no |
| Well Known Catalog | no |
| Consent Identity | no |
| Agent Card | no |
| Dry Run Mode | no |
| Delegated Identity | no |
| Protected Resource Metadata | no |
| Dynamic Client Registration | no |
| Agentic Commerce | no |

## Access

Freemium — onboarding: unknown, pricing: freemium, trial: no (confidence: medium).

## APIs (9)

- **Photon Realtime Transport Protocol** — The core Photon protocol - NOT a REST or JSON API. Clients connect through a Name Server to a Master Server (matchmaking/lobby) and then a Game Server (room gameplay), exchangin...
- **Photon PUN (Photon Unity Networking) API** — Photon Unity Networking 2, the original high-level Unity multiplayer SDK layered over the Photon Realtime transport protocol (same binary messages, same UDP/TCP/WebSocket transp...
- **Photon Fusion Networking API** — Photon's current-generation, high-level networking framework for Unity, supporting Shared Mode, Client-Host, and dedicated Server Mode topologies with state-authoritative simula...
- **Photon Quantum Deterministic Simulation API** — Photon's deterministic, ECS-based simulation framework that ships player inputs (not state) across all clients in lockstep, re-simulating identically on every machine. Transport...
- **Photon Voice API** — Cross-platform low-latency voice chat built directly on top of Photon Realtime - it inherits Realtime's matchmaking, rooms, and interest groups and streams Opus-encoded audio fr...
- **Photon Chat API** — A separately billed Photon Cloud service (its own AppId type) for text messaging, presence, and friend lists, dedicated Chat Servers speaking the same Photon Realtime-style bina...
- **Photon Bolt (Legacy, Deprecated)** — Legacy UDP-based Unity netcode product from Exit Games. No longer actively developed and not recommended for new projects - superseded by Photon Fusion. Documented here for comp...
- **Photon Engine Custom Authentication API** — Endpoint Photon's server calls to validate a connecting client's credentials. You implement this; Photon is the caller.
- **Photon Engine Room Lifecycle WebHooks API** — Endpoints Photon's Game Server calls (HTTP POST) at points in a room's lifecycle. You implement these; Photon is the caller.

## Agentic access (1)

- **Photonengine Agentic Access** — 8 operations · 7 acting · 1 human-in-the-loop

## Security (2)

- **Photonengine Domain Security** — TLSv1.3 · DMARC
- **Photonengine Vulnerability Disclosure** — security.txt · contact published

## Plans (1)

- **Photonengine Plans Pricing**

## Tags

Gaming, Multiplayer, Real-Time, Netcode, Game Networking, WebSocket, Binary Protocol

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/providers/photonengine/). Scores are computed from the provider's own public artifacts under a published rubric.
