Docket IP Allowlist
To prevent our automated requests from being blocked, please allow-list the following IP addresses in your security systems:- Firewalls
- Bot detection systems
- Rate limiting rules
- WAF configurations
Clerk Bot Detection
If you see a Clerk bot detection page in one of your test failures, you have likely enabled Clerk Bot Detection turned on. Docket’s AI is running in a headless browser, which is often detected as a bot by Clerk. There are two ways to resolve this:1. Disable Clerk Bot Detection on staging
Clerk does not have a granular way to allowlist User-Agent. The best way to resolve this is to disable Clerk Bot Detection on staging.2. Create a simple API to return a session token to Docket
Clerk enables services to bypass bot detection by attaching a session token to the request. You can read more about it here. If you want to test on production or keep Clerk bot detection on for staging, you can implement an API that returns a session token. The API is necessary because session tokens are short-lived and require your Clerk tokens to generate, therefore only you can generate it. Here is an example of how you can implement this API:

