Inspect outgoing HTTP and gRPC requests from your Python code in a local dashboard.
Like Mailpit, but for HTTP requests.
import smello
smello.init(server_url="http://localhost:5110")
# Outgoing requests now appear at localhost:5110Captures traffic from requests, httpx, gRPC (Google Cloud libraries), and boto3 (AWS). Redacts Authorization and X-Api-Key headers by default. Without a server URL, init() is a no-op — no patching, no threads.