Simplex is designed to be easily integrated into your product. You can put any Simplex script into a serverless function and then invoke it as needed.Simplex scripts terminate and throw a ValueError (Python) or an Error (TypeScript) if they fail. It is up to you how to handle these errors — customers usually propagate them directly to the user.
We provide API endpoints to pull session replays and logs. You can show Simplex’s replays and logs to your end users using the Retrieve Session Replay and Retrieve Session Logs endpoints.