Quick Start
Get started with AnyTask in 4 simple steps.Step 1: Create Your Project
Connect GitHub and set up your workspace.Connect GitHub
- Go to anyt.dev and sign in
- Click Connect GitHub to link your GitHub account
- Authorize AnyTask to access your repositories
Create Project
- Select the repository you want to work with
- Choose a workspace name and identifier
- Click Create Project
Step 2: Setup CLI
Install the AnyTask CLI and authenticate.Install CLI
Alternative installation methods
Alternative installation methods
Get API Key
- Visit anyt.dev/home/settings/api-keys
- Click Get API Key
- Copy the generated key (starts with
anyt_agent_)
Login
Run the login command and paste your API key when prompted:- Validate your API key
- Store it securely for future use
- Configure the CLI to connect to your workspace
Step 3: Work with Your Favorite Coding Agent
Use slash commands to plan and execute tasks with your preferred AI coding agent.Install Agent Commands
Install slash commands for your coding agents:Supported Coding Agents
| Agent | Command Format | Description |
|---|---|---|
| Claude | Markdown | Claude Code CLI integration |
| Cursor | Markdown | Cursor IDE integration |
| Gemini | TOML | Gemini CLI integration |
| Codex | YAML | OpenAI Codex CLI integration |
Available Slash Commands
Once installed, you can use these slash commands in your coding agent:| Command | Description |
|---|---|
/anyt:anyt-new {requirement} | Create a new task in AnyTask cloud |
/anyt:anyt-next | Pick the next suggested task to work on |
/anyt:anyt-work {TASK_ID} | Continue working on a specific task |
Example Workflow
-
Create a task using the slash command in your coding agent:
-
Pick the next task to work on:
-
Continue working on a specific task:
Step 4: Setup Background Coding Agent
Enable your favorite AI coding agent to work autonomously on tasks.1. Enable Your Coding Agent
Set up which coding agents should work on your tasks:- Go to your project settings in anyt.dev
- Click Setup Coding Agents
- Enable the agents you want to use (Claude, Cursor, Gemini, Codex)
2. Assign a Task to Your Agent
Create a task and select your agent as the assignee:3. Start the Background Worker
Run the worker to let your AI agent process tasks autonomously:Worker options
Worker options
- Polls for available tasks assigned to your agent
- Matches tasks to appropriate workflows
- Executes implementation using your coding agent
- Updates task status and adds comments
- Creates pull requests (for remote_dev workflow)
Common Commands
Task Management
Active Task Workflow
Dependencies
Quick Reference
| Command | Description |
|---|---|
anyt login | Authenticate with AnyTask |
anyt init | Initialize workspace in current directory |
anyt task list | List all tasks |
anyt task add "title" | Create a new task |
anyt task pick | Pick a task to work on |
anyt task done | Mark active task as done |
anyt agent install | Install coding agent commands |
anyt worker start | Start background worker |
anyt self-update | Update CLI to latest version |