MCP private beta · Execution APIs available today

EdgeCron for AI Agents

Let agents decide what should happen. EdgeCron schedules, persists, delivers, retries, and records the HTTP execution that follows.

MCP access is opening in stages. Existing scheduling and delivery APIs are generally available.

AI Agent

Plans an action and calls a bounded tool.

EdgeCron

Stores state, schedules work, retries delivery, and records the result.

Your service

Receives a signed HTTP request at the configured endpoint.

Reasoning stays with the agent. Reliable execution stays with EdgeCron.

Agent execution surface

Production primitives, exposed as agent tools

The first release packages proven EdgeCron resources for agent use. It does not introduce a second execution engine.

Available

Agent Scheduler

Create, inspect, update, pause, resume, and delete recurring schedules with explicit time zones and endpoint bindings.

Available

Delay Execution

Run an HTTP task at an absolute time or after a bounded delay, then inspect or cancel pending work.

Available

Reliable Callback

Deliver to registered endpoints with signatures, timeouts, retry policies, dead-letter handling, and manual replay.

Available

Agent Events

Publish a named event and fan it out to active endpoints whose event filters match the event name.

Available

Execution Observability

Follow request, task, delivery, latency, response, retry, and terminal status from one audit trail.

Private beta

EdgeCron MCP

Use the same bounded execution primitives from compatible agent clients through a schema-defined MCP tool surface.

MCP tool contract

A deliberately small tool surface

Twelve tools cover scheduling, delayed execution, events, recovery, and inspection. Arbitrary URL creation is excluded from the first beta.

Read execution API docs
edgecron / tools
Private beta
create_schedule
list_schedules
update_schedule
set_schedule_status
delete_schedule
run_at
run_after
get_task
cancel_task
publish_event
list_deliveries
retry_delivery

Bounded for production use

Agent access follows the same controls expected from the rest of the EdgeCron SaaS platform.

Execute only against endpoints already registered in the account; private and metadata network targets remain blocked.

Keep credentials server-side and scope every action to the authenticated app and its plan limits.

Require idempotency for writes so repeated tool calls do not create duplicate side effects.

Return request and resource IDs, redact secrets, and retain a traceable execution history for every action.

Clear product boundaries

EdgeCron is the execution layer around your agent, not another model or general-purpose code runtime.

No AI model hosting
No prompt or reasoning engine
No arbitrary code execution
No full workflow builder
Initial use cases

Where agent execution becomes operational

01

Asynchronous agent callbacks

Deliver a completion callback after the user session ends, with retry and replay if the receiver is unavailable.

02

Recurring agent reports

Trigger a reporting endpoint on a fixed schedule without keeping an agent or application worker online.

03

Recover failed tool delivery

Inspect the failed attempt, follow retry state, and replay the delivery without asking the agent to recreate its decision.

Keep the agent focused on decisions

Move schedules, delayed calls, retries, callbacks, and execution history into one reliable control plane.

Simple, transparent pricing

Start free, then upgrade when you need more monthly triggers, replay workflows, longer retention, and higher volume.

Monthly triggers include API-created tasks, event publishes, and schedule fires. Fan-out deliveries and automatic retries are included within those trigger limits.

Free

For hobbyists and evaluation

$0 /mo
Start Free
  • 10,000 Triggers / month
  • 5 Cron Jobs
  • Endpoints unlimited
  • 3 day(s) Log retention
  • Webhook signing
  • CLI debugging
  • MCP private beta eligibility
  • Priority support
Most Popular

Starter

For indie developers and startups

$9.90/mo
Upgrade to Starter
  • 50,000 Triggers / month
  • 30 Cron Jobs
  • Endpoints unlimited
  • 7 day(s) Log retention
  • Webhook signing
  • CLI debugging
  • MCP private beta eligibility
  • Priority support

Pro

For growing teams and businesses

$29/mo
Go Pro
  • 250,000 Triggers / month
  • 200 Cron Jobs
  • Endpoints unlimited
  • 30 day(s) Log retention
  • Webhook signing
  • CLI debugging
  • MCP private beta eligibility
  • Priority support

Business

For large-scale enterprise deployments

$99/mo
Contact Sales
  • 2,000,000 Triggers / month
  • Unlimited Cron Jobs
  • Endpoints unlimited
  • 90 day(s) Log retention
  • Webhook signing
  • CLI debugging
  • MCP private beta eligibility
  • Priority support

Paid plans are billed automatically. Cancel anytime — access continues until the end of the billing period.

No credit card required for Free plan.

FAQ

Frequently asked questions