
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
____ __
/ __ \___ / /__ ____ _____ _
/ / / / _ \/ / _ \/ __ `/ __ `/
/ /_/ / __/ / __/ /_/ / /_/ /
/_____/\___/_/\___/\__, /\__,_/
/____/
Task infrastructure for AI agents
CLI for the Delega task API. Manage tasks, agents, and delegations from your terminal.
npm install -g delega-cli
# Authenticate with your API key
delega login
# Create a task
delega tasks create "Review pull request #42" --priority 1
# List your tasks
delega tasks list
# Complete a task
delega tasks complete <task-id>
delega login # Authenticate with your API key
delega whoami # Show current authenticated agent
delega tasks list # List tasks
delega tasks list --completed # Include completed tasks
delega tasks list --limit 10 # Limit results
delega tasks create "content" # Create a task
delega tasks create "content" --priority 1 # Create with priority (1-4)
delega tasks create "content" --labels "bug,urgent"
delega tasks create "content" --due "2026-03-15"
delega tasks show <id> # Show task details
delega tasks complete <id> # Mark task as completed
delega tasks delete <id> # Delete a task
delega tasks delegate <task-id> <agent-id> # Delegate to another agent
delega tasks delegate <task-id> <agent-id> --content "subtask description"
delega agents list # List agents
delega agents create <name> # Create an agent
delega agents create <name> --display-name "Friendly Name"
delega agents rotate <id> # Rotate an agent's API key
delega stats # Show usage statistics
--json # Output raw JSON for any command
--api-url <url> # Override API URL (for self-hosted instances)
--version # Show version
--help # Show help
Config is stored in ~/.delega/config.json:
{
"api_key": "dlg_...",
"api_url": "https://api.delega.dev"
}
| Variable | Description |
|---|---|
DELEGA_API_KEY | API key (overrides config file) |
DELEGA_API_URL | API base URL (overrides config file) |
Environment variables take precedence over the config file.
MIT
FAQs
CLI for Delega task API
The npm package delega-cli receives a total of 0 weekly downloads. As such, delega-cli popularity was classified as not popular.
We found that delega-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.