Zipper
ServicesPlansDocsSupport
Sign inCreate account

Start

  • Getting started
  • Quickstart in ten minutes
  • What to use Zipper for
  • Plans and quotas
  • Migrate from Cloudflare
  • Auth, tokens, and SSO
  • Control plane API

Delivery

  • The Crown
  • The Drawbridge
  • The Gallery
  • The Archives
  • Video Delivery

Security

  • The Keep
  • Portcullis
  • The Moat
  • The Scepter
  • Visitor Queue

Compute

  • Edge Functions
  • Site Hosting
  • Job Queues
  • Edge AI

Identity & access

  • The Herald
  • The Vault
  • The Throne Room
  • Origin Connect
  • Emails

Observe

  • The Watchtower

Start

  • Getting started
  • Quickstart in ten minutes
  • What to use Zipper for
  • Plans and quotas
  • Migrate from Cloudflare
  • Auth, tokens, and SSO
  • Control plane API

Delivery

  • The Crown
  • The Drawbridge
  • The Gallery
  • The Archives
  • Video Delivery

Security

  • The Keep
  • Portcullis
  • The Moat
  • The Scepter
  • Visitor Queue

Compute

  • Edge Functions
  • Site Hosting
  • Job Queues
  • Edge AI

Identity & access

  • The Herald
  • The Vault
  • The Throne Room
  • Origin Connect
  • Emails

Observe

  • The Watchtower

Zero-trust access

The Throne Room

The Throne Room publishes private applications behind Zipper identity. Only signed-in teammates can reach them; the public internet never sees the origin. This is a Cloudflare Cloudflare Access (Zero Trust) alternative included on every Zipper plan.

Cloudflare analogue: Cloudflare Access (Zero Trust)

What it is

The Throne Room publishes private applications behind Zipper identity. Only signed-in teammates can reach them; the public internet never sees the origin.

Cloudflare analogue: Cloudflare Access (Zero Trust). SLA 99.95% · p99 70ms. Admins attach apps. Operators review grants.

  • ▸Identity-aware proxy
  • ▸Device posture hooks
  • ▸Short-lived grants
  • ▸Audit trail

How it works

Attach an internal app and an email allow-list. The origin is never on the public internet.

MFA can be required per app. Every grant is written to Watchtower when audit-every-grant is on.

Use cases

Concrete ways teams use this service on day one.

Internal admin without VPN

Finance console on a private origin.

  1. Pair with Origin Connect so no inbound port is open.
  2. Attach the app, allow finance@example.com, require MFA.

Set it up in the dashboard

Dashboard → Services → The Throne Room. Attach application + allowed emails.

API

Control-plane: GET|POST|DELETE /api/v1/throne/apps. Send Authorization: Bearer tz_live_YOUR_TOKEN.

Creates count against the plan quota. A 402 plan_limit means you are at the cap — upgrade or delete an unused resource.

Read Throne policy

curl -sS https://tinyzipper.com/api/v1/services/throne \
  -H "Authorization: Bearer tz_live_YOUR_TOKEN"

List the same resource in JavaScript

const res = await fetch("https://tinyzipper.com/api/v1/throne/apps", {
  method: "GET",
  headers: {
    Authorization: `Bearer ${process.env.ZIPPER_TOKEN}`,
    "Content-Type": "application/json"
  }
});
const json = await res.json();
if (!res.ok) throw new Error(json.error ?? res.statusText);
console.log(json);

Tips

Do not also publish the origin on a public A record.

  • ▸SOC 2
  • ▸SSO-ready
  • ▸MFA

Runbook

Do not expose the origin publicly. Require MFA on every grant. Log each admission.

Next: Edge Functions · All docs · Create a free account

Zipper

An affordable Cloudflare alternative: CDN, WAF, edge compute, and bot checks. A Spatial Regal Technology platform by Spatial Regal Digital Ltd.

Product

  • Services
  • Pricing
  • Docs
  • vs Cloudflare
  • Cloudflare alternative
  • Workers alternative
  • Turnstile alternative
  • Create account
  • Support

Services

  • The Crown
  • The Keep
  • Portcullis
  • The Moat
  • The Herald
  • The Vault
  • The Scepter
  • The Watchtower

Legal

  • Terms
  • Privacy
  • Cookies
  • AUP
  • DPA
  • Security
  • Subprocessors
  • Billing
  • DMCA

© 2026 Spatial Regal Digital Ltd. Zipper is part of Spatial Regal Technology.

Powered by Spatial Regal · tinyzipper.com