Preventing shock bills made simple
A simple, elegant solution to prevent unexpected cost overruns and shock bills with guard rules.
import penultim
client = penultim.Client(
api_key="pnltm_123abc",
)
status = client.check("rule_id")
if status["allowed"]:
# Make call to desired resource
client.log("rule_id", count=1)