Documentation Index
Fetch the complete documentation index at: https://docs.esperr.com/llms.txt
Use this file to discover all available pages before exploring further.
Recipe PathThis guide corresponds to
recipes/google-cloud.What this integration does
The Google Cloud recipe extracts request context from the incoming HTTP request, calls Esper atPOST /api/v1/runtime/mitigation, and either returns a
mitigation response or forwards the request onward.
Example shape:
Environment variables
ESPER_API_KEYESPER_API_URL
Deploy
Operational FitThis is the closest Google Cloud equivalent to the AWS Lambda recipe. It fits
teams already running request handling at a serverless Google Cloud boundary
and wanting Esper without introducing a separate always-on service.
Current behavior notes
Monitoris the safest place to start.Challengeshould return the Esper challenge payload or redirect URL from the runtime decision response.Blockshould return an immediate deny response from the function boundary.