For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
User GuideDeveloper GuidesAPI Reference
User GuideDeveloper GuidesAPI Reference
  • Getting Started
    • What is Runtype?
    • Creating your account
    • Platform Keys vs. BYOK
    • Understanding the Runtype UI
    • Quickstart: Social Media Post Generator
    • Quickstart: From Agent to Chat Widget
  • Dashboard
    • What is the Dashboard?
    • Daily Executions
  • Playground
    • What is the Playground?
  • Products & Surfaces
    • What are Products?
    • What are Surfaces?
    • Creating a Product
    • Setting up a Chat Surface
    • Setting up an API Surface
    • Setting up an MCP Surface
    • Setting up an A2A Surface
    • Setting up a Slack Surface
  • Flows
    • What are Flows?
    • Creating and Editing Flows
    • Flow step types overview
    • Agent and Flow Templates
  • Agents
    • What are Agents?
    • Creating and configuring Agents
    • Agent tools
  • Records
    • What are Records?
    • Creating and managing records
  • Tools
    • What are Tools?
    • Built-in Tools
    • Creating custom tools
    • Creating external tools
  • Evals
    • What are Evals?
    • Running an Eval
  • Schedules
    • What are Schedules?
  • Logs
    • What are Logs?
  • Integrations
    • Connecting AI model providers
  • Settings
    • What's in Settings?
    • Available AI models
  • Troubleshooting & FAQ
    • FAQ
    • Rate Limits and Usage
    • Managing Runtype with Claude
Dashboard
LogoLogo
On this page
  • Schedules in practice
  • Creating a Schedule
  • Flow or Agent
  • Target
  • Timing
  • Time zone
  • Managing Schedules
  • Edit a Schedule
  • Pause or resume
  • Run now
  • Delete a Schedule
  • Viewing run history
  • Best practices
  • Next steps
Schedules

What are Schedules?

Was this page helpful?
Previous

What are Logs?

Next
Built with

Schedules let you run your Flows and Agents automatically at a specific time or on a recurring cadence. Instead of starting a Flow or Agent manually each time, you create a Schedule and Runtype runs it for you.

Test your Flow or Agent manually before scheduling it so you know it handles your inputs correctly and completes successfully.

Schedules in practice

A growth lead at a B2B sales intelligence startup needed to identify companies hiring for VP of Sales roles. Manually checking job boards took hours and meant missing opportunities to faster-moving competitors.

She built a Flow that scrapes job boards for new VP of Sales postings, enriches each company with funding data, scores it against ideal customer criteria, and generates personalized outreach messages.

She set the Flow to run daily at 6 AM and targeted a Record Type called lead-sources that contains URLs for job board searches. Each morning, the Flow processes fresh postings overnight, populates her CRM with qualified leads, and queues outreach emails before her team’s standup.

After reviewing the run history, she noticed some boards updated at different times. She split the work into two Schedules: one at 6 AM for boards that update overnight and another at 2 PM for boards that post during business hours.

The result was a larger pipeline on autopilot and faster outreach while new opportunities were still fresh.

Creating a Schedule

To create a Schedule, go to Schedules in the sidebar under Manage, then click Create schedule.

Configure these settings:

Flow or Agent

Select the Flow or Agent you want to run. The list includes the Flows and Agents in your workspace. Each Schedule targets exactly one Flow or one Agent.

Target

Choose which Records to process. Flow Schedules can also run without any Records if the Flow does not require record input.

  • Record Type processes all Records of a specific type. This works well for batch processing because new Records of that type are included automatically.
  • Record IDs processes specific Records you select.
  • Record Filter processes Records matching filter conditions on metadata fields. Filters support operators such as equals, contains, greater than, and time-based comparisons like within the last N days.

Timing

Choose whether the Schedule runs once or on a recurring cadence.

One-time runs the Flow or Agent at one specific date and time.

Recurring runs the Flow or Agent on a repeating schedule. Runtype supports recurring timing options such as every few minutes, hourly, daily, weekly, and monthly.

Time zone

Your Schedule starts with your browser’s current time zone, but you can change it while creating or editing the Schedule. For recurring Schedules, this keeps the execution time consistent in that selected time zone.

Click Create to save the Schedule.

Start with a less frequent cadence, then increase it after you confirm the Flow is behaving as expected.

Managing Schedules

The Schedules page shows your existing Schedules, their next run, current status, and a separate Run History section below.

Edit a Schedule

Click a Schedule row to open it, update the Flow, target, or timing settings, then click Update.

Pause or resume

Use the pause action to stop future executions without removing the configuration. Use the resume action to turn it back on. Paused Schedules show a Paused status badge.

Run now

Use Run now to queue an immediate execution outside the normal cadence. This is useful when you want to test an updated Flow without waiting for the next scheduled run.

Delete a Schedule

Use the delete action to stop all future executions. Your past run history stays available for review.

Viewing run history

Below the Schedules list, Run History shows past executions with the Flow, status, progress, and timestamps. Open a run to review the results and see how processing completed. If you need more detail about what happened during a run, check What are Logs?.

Watch your first few scheduled runs closely. If something fails, the Schedule still keeps its normal cadence, so check What are Logs? when you need more detail.

Best practices

  • Start with manual testing. Run your Flow with test Records before you automate it.
  • Choose the right cadence. Match the Schedule to how often your data changes.
  • Use Record Types for batches. This keeps future Records in scope without editing the Schedule. If you need to create or organize those Records first, see Creating and managing records.
  • Monitor early runs. Review the first few executions to catch configuration issues quickly.
  • Split Schedules when needed. If sources update at different times, create separate Schedules instead of one catch-all run.

Next steps

  • Understand the workflow you are automating in What are Flows?.
  • Set up the data your Schedule will process in What are Records? and Creating and managing records.
  • Troubleshoot scheduled runs in What are Logs?.