# ClawTick

> Cloud-based job scheduler for AI agents that replaces local cron with a CLI-first API offering built-in monitoring, alerts, and automatic retries.

ClawTick is a cloud-powered scheduling service built specifically for AI agents and automated workflows. It replaces unreliable local cron jobs with a serverless infrastructure that fires tasks on time, every time, with zero server management. Agents interact via a single CLI command or REST API, while human operators get a visual dashboard for monitoring and management. Built-in failure alerts, execution history, and automatic retries make it production-ready out of the box.

- **CLI-First Design**: Schedule jobs with one command — `clawtick jobs create --cron "0 9 * * *"` — optimized for minimal token usage by AI agents.
- **REST API Access**: Every feature is available via a RESTful API, enabling programmatic job creation, status checks, and log retrieval from any language or framework.
- **Zero Infrastructure**: Runs on AWS cloud infrastructure with no servers to configure or maintain; just call the API and your task runs reliably.
- **Built-in Monitoring**: Real-time dashboard shows job execution history, success rates, and failure details; email alerts notify you instantly on failures.
- **Automatic Retries**: Failed jobs are retried automatically with idempotency keys to prevent duplicate executions.
- **Execution History**: Searchable logs retained for 7–90 days depending on plan, allowing agents to query past runs and debug failures autonomously.
- **Agent-Compatible Integrations**: Works with Claude, GPT, LangChain, CrewAI, OpenClaw agents, and any webhook-based workflow.
- **Dashboard & CLI Sync**: Create jobs in the dashboard and manage them from the CLI — all platforms share the same underlying data in real time.
- **Flexible Scheduling**: Supports standard 5-field cron expressions plus preset schedules; timezone-aware with IANA timezone support.
- **Getting Started**: Install via `npm install -g clawtick`, authenticate with an API key, and run `clawtick jobs create` to schedule your first task in under 2 minutes.

## Features
- CLI-first job scheduling
- REST API access
- Zero infrastructure setup
- Built-in failure email alerts
- Automatic retries with idempotency
- Execution history and logs
- Real-time monitoring dashboard
- Cron expression support
- Timezone-aware scheduling
- Manual job triggers
- Job pause/resume
- API key management
- WebSocket gateway integration
- Sub-10ms trigger latency
- 99.9% uptime SLA

## Integrations
OpenClaw, LangChain, CrewAI, Claude, GPT, WhatsApp, Telegram, Slack, Discord, Webhooks

## Platforms
WEB, CLI, API

## Pricing
Freemium — Free tier available with paid upgrades

## Version
1.0.0

## Links
- Website: https://clawtick.com
- Documentation: https://clawtick.com/docs
- Repository: https://github.com/Clawtick
- EveryDev.ai: https://www.everydev.ai/tools/clawtick
