> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meetjamie.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Firewall Ports

> The endpoints and ports the Jamie desktop app needs to reach.

All Jamie connections are **outbound only** (client → server) over **port 443/TCP**. No inbound rules and no UDP are required.

<Note>
  **Minimal configuration:** allowlisting `*.meetjamie.ai` plus `turn.cloudflare.com` covers the core services. The remaining endpoints depend on which login method, calendar, and integrations you use.
</Note>

## Core services

Required for Jamie to work.

| Endpoint              | Protocol  | Purpose                             |
| --------------------- | --------- | ----------------------------------- |
| `app.meetjamie.ai`    | HTTPS/WSS | Web application & API               |
| `api.meetjamie.ai`    | HTTPS/WSS | Backend API                         |
| `turn.meetjamie.ai`   | TLS       | WebRTC audio streaming (TURN relay) |
| `turn.cloudflare.com` | TLS       | TURN fallback                       |

## Authentication

Depending on your login method.

| Endpoint                    | Protocol | Purpose                   |
| --------------------------- | -------- | ------------------------- |
| `appleid.apple.com`         | HTTPS    | Apple Sign-In             |
| `accounts.google.com`       | HTTPS    | Google Sign-In            |
| `oauth2.googleapis.com`     | HTTPS    | Google OAuth token        |
| `login.microsoftonline.com` | HTTPS    | Microsoft / Entra Sign-In |

## Calendar integration

Optional — only needed if you connect a calendar.

| Endpoint              | Protocol | Purpose                       |
| --------------------- | -------- | ----------------------------- |
| `graph.microsoft.com` | HTTPS    | Microsoft Calendar & Contacts |
| `www.googleapis.com`  | HTTPS    | Google Calendar API           |

## Telemetry & updates

| Endpoint                | Protocol | Purpose             |
| ----------------------- | -------- | ------------------- |
| `eu.i.posthog.com`      | HTTPS    | Analytics (EU)      |
| `*.ingest.de.sentry.io` | HTTPS    | Error tracking (EU) |
| `api.github.com`        | HTTPS    | Update check        |
| `github.com`            | HTTPS    | Update download     |

## Notes

* Only outbound connections on port 443/TCP.
* No UDP required (TURN-over-TLS).
* Minimal configuration: `*.meetjamie.ai` + `turn.cloudflare.com`.
