PartyKit website screenshot

PartyKit

PartyKit is a real-time backend framework, now part of Cloudflare, that wraps Cloudflare Durable Objects with an opinionated developer experience for building multiplayer applications. It exposes a Party.Server library API for backend logic, a PartySocket client API for WebSockets, a Y-PartyKit Yjs integration, an HTTP/WebSocket interface at *.partykit.dev URLs, a CLI for local dev and deployment, and integrations with React, Next.js, and Remix.

PartyKit publishes 1 API on the APIs.io network: Deployed Party (HTTP / WebSocket). Tagged areas include Real-Time, Multiplayer, WebSockets, Cloudflare, and Durable Objects.

The PartyKit catalog on APIs.io includes 1 event-driven AsyncAPI specification and 1 Spectral governance ruleset.

PartyKit’s developer surface includes developer portal, documentation, engineering blog, GitHub presence, CLI, code examples, and 6 more developer resources.

43.7/100 developing ▬ flat Agent 18/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFree
4 APIs
Real-TimeMultiplayerWebSocketsCloudflareDurable ObjectsEdgeCRDTYjsServerless

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
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/partykit: 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 4

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

PartyKit Party.Server (Server API)

Library API for defining server-side logic for a "party" - a backend object backed by a Cloudflare Durable Object. Provides lifecycle hooks for connections, messages, requests, ...

PartyKit PartySocket (Client API)

Browser and runtime client library for connecting to a PartyKit server over WebSockets. Wraps the standard WebSocket API with reconnection, buffering, and resilience. Runs in We...

Y-PartyKit (Yjs Integration)

Yjs provider for PartyKit that turns a party into a Yjs collaboration backend, enabling shared text, rich text, and structured CRDT documents across many clients.

PartyKit Deployed Party (HTTP / WebSocket)

Public HTTP and WebSocket interface for a deployed PartyKit project at project.user.partykit.dev. Each party is reachable at /parties/{party}/{room} and accepts WebSocket upgrad...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Partykit Rate Limits

2 limits

RATE LIMITS

FinOps 1

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

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

PartyKit Realtime Protocol

AsyncAPI description of the PartyKit realtime protocol. PartyKit is a realtime backend framework (acquired by Cloudflare) that wraps Cloudflare Durable Objects with an opinionat...

ASYNCAPI

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

PartyKit API Rules

4 rules · 4 warnings

SPECTRAL

Security Posture 1

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

Partykit Domain Security

TLSv1.3 · HSTS

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: partykit
name: PartyKit
description: PartyKit is a real-time backend framework, now part of Cloudflare, that wraps Cloudflare Durable Objects with
  an opinionated developer experience for building multiplayer applications. It exposes a Party.Server library API for backend
  logic, a PartySocket client API for WebSockets, a Y-PartyKit Yjs integration, an HTTP/WebSocket interface at *.partykit.dev
  URLs, a CLI for local dev and deployment, and integrations with React, Next.js, and Remix.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: free
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Free
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/partykit.png
url: https://raw.githubusercontent.com/api-evangelist/partykit/refs/heads/main/apis.yml
created: '2026-05-23'
modified: '2026-05-29'
specificationVersion: '0.23'
tags:
- Real-Time
- Multiplayer
- WebSockets
- Cloudflare
- Durable Objects
- Edge
- CRDT
- Yjs
- Serverless
apis:
- aid: partykit:party-server
  name: PartyKit Party.Server (Server API)
  description: Library API for defining server-side logic for a "party" - a backend object backed by a Cloudflare Durable
    Object. Provides lifecycle hooks for connections, messages, requests, alarms, and state persistence.
  humanURL: https://docs.partykit.io/reference/partyserver-api/
  baseURL: https://docs.partykit.io/reference/partyserver-api/
  tags:
  - Server API
  - Durable Objects
  - WebSockets
  - Hooks
  properties:
  - type: Documentation
    url: https://docs.partykit.io/reference/partyserver-api/
  - type: SDKs
    url: https://www.npmjs.com/package/partykit
  - type: SDKs
    url: https://www.npmjs.com/package/partyserver
- aid: partykit:partysocket
  name: PartyKit PartySocket (Client API)
  description: Browser and runtime client library for connecting to a PartyKit server over WebSockets. Wraps the standard
    WebSocket API with reconnection, buffering, and resilience. Runs in Web, ServiceWorker, Node.js, React Native, Cloudflare
    Workers, Deno, and Bun.
  humanURL: https://docs.partykit.io/reference/partysocket-api/
  baseURL: https://docs.partykit.io/reference/partysocket-api/
  tags:
  - Client SDK
  - WebSockets
  - Browser
  - Cross-Runtime
  properties:
  - type: Documentation
    url: https://docs.partykit.io/reference/partysocket-api/
  - type: SDKs
    url: https://www.npmjs.com/package/partysocket
- aid: partykit:y-partykit
  name: Y-PartyKit (Yjs Integration)
  description: Yjs provider for PartyKit that turns a party into a Yjs collaboration backend, enabling shared text, rich text,
    and structured CRDT documents across many clients.
  humanURL: https://docs.partykit.io/reference/y-partykit-api/
  baseURL: https://docs.partykit.io/reference/y-partykit-api/
  tags:
  - Yjs
  - CRDT
  - Collaboration
  properties:
  - type: Documentation
    url: https://docs.partykit.io/reference/y-partykit-api/
  - type: SDKs
    url: https://www.npmjs.com/package/y-partykit
- aid: partykit:deployed-party-http
  name: PartyKit Deployed Party (HTTP / WebSocket)
  description: Public HTTP and WebSocket interface for a deployed PartyKit project at project.user.partykit.dev. Each party
    is reachable at /parties/{party}/{room} and accepts WebSocket upgrades or HTTP requests.
  humanURL: https://docs.partykit.io/how-partykit-works/
  baseURL: https://{project}.{user}.partykit.dev
  tags:
  - HTTP
  - WebSocket
  - Rooms
  - Parties
  properties:
  - type: Documentation
    url: https://docs.partykit.io/how-partykit-works/
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/partykit/refs/heads/main/asyncapi/partykit-asyncapi.yml
common:
- type: DomainSecurity
  url: security/partykit-domain-security.yml
- type: Website
  url: https://www.partykit.io
- type: Portal
  url: https://docs.partykit.io
- type: Documentation
  url: https://docs.partykit.io
- type: Blog
  url: https://blog.partykit.io
- type: GitHub
  url: https://github.com/cloudflare/partykit
- type: CLI
  url: https://docs.partykit.io/reference/partykit-cli/
- type: Examples
  url: https://docs.partykit.io/examples/
- type: Tutorials
  url: https://docs.partykit.io/guides/
- type: TermsOfService
  url: https://www.cloudflare.com/website-terms/
- type: PrivacyPolicy
  url: https://www.cloudflare.com/privacypolicy/
- type: Community
  url: https://discord.gg/g5uqHQJc3z
maintainers:
- FN: Kin Lane
  email: kinlane@gmail.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/partykit"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/partykit/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/partykit/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.