DOCSOverviewGetting Started
Getting Started
This guide will walk you through creating your first scheduled AI task from scratch. You'll go from zero to automated intelligence in about 5 minutes.
Step 1: Create a Task
Tasks are the core of 0ct. Each task has a prompt, a model, a schedule, and optional sources and skills.
- Navigate to Tasks in the sidebar.
- Click "New Task".
- Write your prompt (e.g., "Summarize the top 5 tech news stories today").
- Choose an AI model from the available options.
Step 2: Set a Schedule
Choose how often your task should run. 0ct supports hourly, daily, weekly, and custom cron schedules.
- Select a schedule type (e.g., Daily at 8:00 AM).
- Pick your timezone.
- Optionally set a start date for one-time tasks.
Step 3: Connect Sources (Optional)
Sources give your AI access to live data. Connect services like GitHub, Slack, Linear, or any MCP-compatible tool.
- Go to Sources and connect a service via OAuth or API key.
- Attach the source to your task.
- The AI will automatically use live data from that source when running.
Tip: Start with a simple task without sources to see how it works, then add sources and skills as you get comfortable.
Step 4: Add a Destination
Destinations control where your task results are delivered.
- Navigate to Destinations.
- Add an email, SMS number, or webhook URL.
- Attach the destination to your task.
- Results will be automatically delivered each time the task runs.
Step 5: Activate and Monitor
Once your task is configured, activate it and check the History tab to see past runs and results.
0ct System Documentation