
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeBased on the technical limits documentation, I can help clarify the situation with the IP rate limit block.
The good news is that IP rate limit blocks are temporary and reset automatically. According to the documentation, the rate limits are enforced per second. This means:
429 responsesSo your developer should be able to make requests again within seconds of stopping the migration activity that triggered the limit. There's no permanent IP blacklist - it's just a per-second throttle.
The per-IP rate limits are:
/data/mutate)/assets/)To avoid hitting these limits during migrations:
Use the CLI import tool: The sanity dataset import command is specifically designed for bulk imports and handles rate limiting automatically with built-in retry logic and proper throttling
Implement throttling: If writing a custom migration script, add delays between batches of requests to stay under the 25 req/s limit for mutations
Use transactions: Batch multiple mutations into single transaction requests where possible to reduce the total number of API calls
Add retry logic: Implement exponential backoff when you receive 429 responses - wait a bit longer after each retry
If your developer continues to experience issues or if you need to perform large-scale migrations that require higher limits, you should contact Sanity support to discuss your specific needs. Enterprise customers can work with Sanity to customize limits for their use case.
For immediate relief, the simplest solution is to slow down the migration script to stay under 25 requests per second, or better yet, use the official sanity dataset import CLI tool which handles all of this automatically.
Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store