Python SDK
The Python SDK is suited for backend services and workers.
python
from platform_sdk import client
platform = client(api_key="YOUR_API_KEY", environment="production")
timeout = platform.config("checkout.timeout")Use listeners for real-time adaptation without service restarts.

