Give AI agents the power to schedule tasks, set reminders, and automate workflows. No cron syntax. No infrastructure. Just tasks that run on time.
Connect via MCP and your AI agents can create, manage, and monitor scheduled tasks autonomously. Results flow back via callbacks, enabling self-maintaining systems.
"every 15 minutes", "weekdays at 9am", "last friday of the month"
Task completes → agent receives results → agent reacts → creates new tasks
Critical operations require human approval before execution
Attach metadata to tasks—intent, conversation ID—returned in every callback
From simple webhooks to complex workflows—schedule anything that needs to run on time.
Check endpoint health every 5 minutes. Get alerted the moment something breaks.
every 5 minutes
Compile metrics and deliver digests to Slack, email, or any webhook endpoint.
mondays at 9am
Pull from Stripe, Notion, or any API. Keep your systems in sync automatically.
daily at midnight
Let agents schedule their own tasks. Generate content, process data, trigger actions.
agent decides
Import our tool definitions and let your agent schedule tasks with a single function call. Works with any framework.
import { getOpenAITools } from "@cronlet/sdk"
const response = await openai.chat.completions.create({
model: "gpt-5.2",
messages,
tools: getOpenAITools()
})
import { getAnthropicTools } from "@cronlet/sdk"
const response = await anthropic.messages.create({
model: "claude-sonnet-4.6",
messages,
tools: getAnthropicTools()
})
import { getLangChainTools } from "@cronlet/sdk"
const agent = createToolCallingAgent({
llm,
tools: getLangChainTools(client),
prompt
})
npm install @cronlet/sdk
No credit card required. Upgrade when you need more runs or longer retention.
Perfect for prototyping and personal projects
For production workloads — $96/year (save 11%)
Enterprise-grade infrastructure without the enterprise complexity.
Linear or exponential backoff. Set max attempts, initial delays, and let us handle transient failures.
Per-task timeout limits prevent runaway jobs. Tasks are terminated cleanly when limits are exceeded.
Email or webhook notifications when tasks fail. Never miss a broken job again.
Store API tokens and credentials securely. Reference them in your tasks without exposing values.
Complete audit trail of every action. Filter by actor, action type, or date range for compliance.
Role-based permissions: owner, admin, member, viewer. Manage who can create, edit, or view tasks.
Need higher limits or custom requirements? Get in touch
No credit card required. 1,000 free runs every month.