Webhooks
You can use webhook calls to initiate the main functions of the platform. The standard webhooks are:
- The
/basic_test
endpoint starts a test in the Docker environment. - The
/basic_k8s_test
endpoint starts a test in the Kubernetes environment. - The
/debugging
endpoint starts a multiverse debugging session. - The
/get_logs
endpoint retrieves additional logs for a specific test failure.
All of these webhooks take parameters that control the test behavior.
We can also create custom parameters for your needs, or advanced users may work with our Solutions Engineering team to build custom endpoints.
Reach out to us at support@antithesis.com to find out more.