Stuck on a rate-limiting wall while trying to scale up agent script interactions via the platform API.
We are running a stress test to see how many concurrent agent sessions can trigger dynamic script updates without breaking. Using JMeter 5.6.2 from our Singapore instance, we are hitting POST /api/v2/analytics/scripting/events. The goal is to simulate high-velocity script step transitions. Almost immediately, the requests start failing with 429 Too Many Requests. The X-RateLimit-Remaining header drops to zero after about 20 requests per second. We are using a single OAuth token for the test user. Is there a specific rate limit for scripting event ingestion that we are missing? The documentation mentions general API limits but nothing specific to the scripting module. We need to know the safe throughput for these events to plan our capacity. Any advice on how to structure the load to avoid hitting these limits while still testing high concurrency?