vibekit_create_app_schedule
Schedule recurring tasks for your app's AI agent. Define a cron expression and agent action to automate daily reports, nightly cleanups, and more.
Instructions
Create a cron schedule for an app's agent (e.g. daily report, nightly cleanup).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cron | Yes | Cron expression, e.g. '0 9 * * 1' for every Monday 9am UTC | |
| name | Yes | Friendly name for the schedule | |
| task | Yes | What the agent should do on each run | |
| appId | Yes | App ID or subdomain slug |