Modal Web and Scheduling Knowledge Use this skill for Modal web endpoints and scheduled jobs. For GPU compute, autoscaling, or storage primitives, use the focused Modal compute or storage skills. Endpoint routing - Use for simple function-backed HTTP APIs. - Use for full FastAPI/Starlette apps, WebSockets, middleware, and routing. - Use for WSGI frameworks. - Add for high-throughput endpoints that can safely handle concurrent inputs per container. - Test locally with , then deploy with . Scheduling routing - Use for calendar schedules and explicit timezones. - Use for interval-based execution…