Schedule a recurring cloud task from your AI editor
Set up a task that runs on a schedule using a cloud AI agent. Your agent has its own computer and persistent disk, so it can collect data, run checks, or generate reports on autopilot without your machine being on.
Playbook by YCThe Workflow
5 steps · click a step number to mark it done
Open Plori AI and have it ready before you start
Add Plori as an MCP server in your AI editor using the setup command from your Plori dashboard.
Create an agent: "Use Plori to create an agent called monitor."
Test the task manually first: "Ask my monitor agent to check if api.xxx is responding and measure the response time." Verify the agent returns the result you expect.
Schedule the task: "Use Plori to schedule a run for my monitor agent to check api.xxx every day at 9am UTC." The schedule_run tool sets up a deferred invocation.
Check results anytime: "Use Plori to list recent runs for my monitor agent." Each run's output is stored and retrievable through your editor.