Snippet

Key types

TypePrefixWhere it livesEndpoints it can hit
Publishablegflux_pub_Browser code, public sitesPOST /v1/events, POST /v1/events/batch
Servergflux_secret_Backend servicesPublishable's set + POST /v1/identify/alias, POST /v1/profiles/{id}/erase

Using a publishable key on a server-only endpoint returns 403 wrong_key_type so you find out at the request site, not in production traffic.