For dashboard-based migrations, see Migrating Content.
Automated syncing with Write API
When to use Write API vs Migrations:
- Migrations tool: Best for one-time or infrequent bulk content transfers between environments. Handled by the ButterCMS support team through the dashboard.
- Write API: Best for automated, programmatic, or frequent content syncing. Requires development work but gives you full control over what, when, and how content is synced.
Basic sync script
Scheduled sync
Set up automated syncing with cron jobs or serverless functions:The Write API requires account-level enablement. Contact support@buttercms.com to enable it.