Preventing shock bills made simple

A simple, elegant solution to prevent unexpected cost overruns and shock bills with guard rules.

1
import penultim
2

3
client = penultim.Client(
4
    api_key="pnltm_123abc",
5
)
6

7
status = client.check("rule_id")
8

9
if status["allowed"]:
10
    # Make call to desired resource
11
    client.log("rule_id", count=1)
12

Standard

1,000 Credits /month
+1,000 credits per million API calls
Get Started