Batch URLs — one per line
Each video auto-saves to cloud DB
loading...
No data yet
Analyze some Minecraft videos to see patterns and insights.
Cloud Database
Connect to your Cloudflare Worker API so all analyzed videos are automatically saved and loaded from D1. ☁ Cloudflare D1
The URL of your deployed Cloudflare Worker. Found in Workers & Pages → your worker → Triggers.
The secret key you set as an environment variable in your Worker. Protects your database from public access.
Cloudflare Access Service Token Optional but recommended
Create a service token in Zero Trust → Access → Service Auth → Service Tokens. Add CF_ACCESS_CLIENT_ID and CF_ACCESS_CLIENT_SECRET as Worker secrets. This locks the Worker API so only your tool can call it — even if someone finds your Worker URL they can't use it without these tokens.
● not tested
What happens when connected
✓ Every analyzed video auto-saves to Cloudflare D1
✓ Database loads automatically when you open the tool
✓ Access your full database from any device or browser
✓ AI assistant uses your full persistent database
✓ Nothing is lost when you close the tab
✓ Database loads automatically when you open the tool
✓ Access your full database from any device or browser
✓ AI assistant uses your full persistent database
✓ Nothing is lost when you close the tab
Danger Zone