Getting startedSet up integrationsCreate your first initiativeInvite your teamPlan today's workShare your first update
OverviewBuildingRunningReferenceTroubleshootingLocal AgentsSend to appUse in TerminalMonitoringHow agents runAgent SessionsBuild LocalBuild Cloud
DocsAPI Reference

Main

  • Home
  • About
  • Pricing
  • Vault
  • Changelog
  • Docs

Features

  • Roadmaps
  • Planning
  • Standups
  • Status updates
  • Insights
  • AI assistant / MCP
  • Integrations

Solutions

  • Startups
  • Dev shops / agencies
  • Software teams
  • Internal IT & platform teams

Alternatives

  • vs Jira
  • vs Linear
  • vs Asana
  • vs Monday.com
  • vs ClickUp
  • vs Notion

Company

  • Blog
  • Security
  • Log in
  • Sign up
  • Terms of Use
  • Privacy Policy

Resources

  • Docs
  • Community
  • API reference
  • CLI
  • Desktop app
  • SDK

© 2026 One Horizon. All rights reserved

FacebookInstagramThreadsXRedditTikTokYouTubeMedium


Use in Terminal

The terminal workflow sends work to a coding tool, updates work records, and runs local agents from the CLI.

Before you start

Install the CLI, sign in, and choose a workspace from CLI. After that, use the terminal to send work, inspect records, or start local agents.

Configure the launch targets you want one send to use:

one settings tools add codexone settings folder add ~/Sites/project

Use one settings tools list and one settings folder list to inspect the active workspace settings.

Send one item

Run one send after an initiative, bug, or todo is ready to open in a coding tool:

one send tsk_123

The CLI builds a prompt from the initiative, bug, or todo, including linked document-backed descriptions when present, then opens the tool you choose.

Enabled launch targets appear when you run one send. Some open an app; others run a shell command in a saved terminal folder.

Modes include Plan, Code, Review, and Fix. Pass --tool and --mode when you already know the target:

one send tsk_123 --tool codex --mode code

Inspect and update work

The CLI gives you a fast terminal view of work before deciding what to send:

GoalCommand
List workone list, one ready, one blocked
Open detailsone show <id>
Create workone create
Move statusone start <id>, one close <id>, one block <id>, one status <id> <status>
Add contextone comment <id>

In an interactive terminal, omitting an ID opens a picker for commands that can choose work.

Start a local agent from the CLI

Agent commands queue work for a local agent on your machine:

one agent createone agent doctorone agent run tsk_123

Run a foreground agent when you want logs in the current terminal:

one agent watch

Run a background agent when you want the agent to keep polling after the terminal returns:

one agent startone agent statusone agent logsone agent stop

one agent status tracks background agents started with one agent start. Foreground one agent watch prints progress in its own terminal.

Use Desktop terminal launch

From a work detail page in Desktop, choose Send to and select Terminal. Desktop builds the prompt, copies it to the clipboard, opens Terminal.app in the selected project folder, and runs the configured command with the prompt ready.

If no default folder is saved, Desktop asks you to pick one and saves it for next time. This path uses the one:// deep link scheme and is macOS-only.

For the dashboard flow, start with Send to app. For full command coverage, open CLI. For queued local agent runs on your machine, use Local Agents.

Frequently asked questions


PreviousSend to appNextMonitoring

Local Agents

Create and run a local agent from Desktop or the CLI.

Claude Code

Claude Code

Let Claude Code use One Horizon work as the brief through MCP or a local agent.

Send to app

Start a workflow, queue a local agent, or open one work item in a coding tool with the right context.

CLI

Install the CLI, sign in, choose a workspace, and work from your terminal.

  • Before you start
  • Send one item
  • Inspect and update work
  • Start a local agent from the CLI
  • Use Desktop terminal launch
  • Frequently asked questions
  • Back to top