Getting startedSet up integrationsCreate your first initiativeInvite your teamPlan today's workShare your first update
Agent workflowsSend to appUse in TerminalLocal WorkersAgent 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


Send to app

Use Send to app when you want to open one initiative, bug, or todo in a coding tool with the work context already included.

This is the beginner path for agent workflows. It does not require building a worker or writing API code.

Before you send work

The initiative, bug, or todo should have a clear title and enough description for the next step. In spec-driven development, this item is the spec the target tool receives. Add taxonomy, comments, or a document-backed description when those details matter to the implementation.

Configure launch targets

Open Preferences and select the AI coding tools or IDEs you use. Send to app only shows launch targets you have selected, so the menu stays focused on the tools you actually use.

Supported launch targets include Codex, Cursor, Windsurf, Claude Code, OpenCode, Conductor, ChatGPT, Claude Desktop, GitHub Copilot, JetBrains IDEs, and n8n. The launch path depends on the tool: app deep link, terminal command, MCP context, or queued worker execution.

For Terminal launches, add project folders in Preferences -> Terminal folders. If no folder is saved, Desktop asks you to pick one during launch and saves it for next time. Terminal launch uses the one:// deep link scheme and is macOS-only from Desktop.

Send one item

  1. Open an initiative, bug, or todo.
  2. Choose Send to.
  3. Pick the target app, terminal flow, or local agent option.
  4. Choose the mode that matches the work.
  5. Review the generated handoff before the tool starts.

The handoff uses the source work: title, description, status, linked initiative, taxonomy, comments, and document-backed context when present.

Modes

ModeUse it for
PlanScope unclear work before implementation starts.
CodeStart implementation when the path is clear.
ReviewInspect completed work, a pull request, or agent output.
FixAddress a specific failure or review issue when the target supports it.

When the source work is Open, Planned, Blocked, or Idea, the launch flow can move it to In Progress in the same action. Completed work supports review-style handoff.

Monitoring
Implement distributed tracing

App, terminal, or worker

Use a direct app launch when you want the coding tool to open now.

Use Terminal when the work should open in a saved local folder and run a configured command such as Claude Code or OpenCode. Terminal launch is macOS-only from Desktop.

Use a local worker when you want work queued for a running Codex worker instead of opened directly in a foreground app. The worker creates an Agent Session, claims it, reports progress, and returns the result to the original initiative, bug, or todo.

What to check after launch

The coding tool or worker should produce evidence that belongs back on the work: a comment, plan, pull request, external URL, blocker, or completion note.

Treat agent output as delivery evidence, not automatic approval. Review the code, tests, pull request, or linked result before marking the underlying work done.

For the Deliver Work concept page, see AI Handoff. For the CLI equivalent, see Use in Terminal.

Frequently asked questions


PreviousAgent workflowsNextUse in Terminal

Related Articles

AI Handoff

Send work context to coding tools, terminal workflows, or agents without losing the source.

Use in Terminal

Use the CLI to send work to coding tools, update work, and start local workers.

Spec-driven development

Use initiatives, bugs, and todos as the source context for people, coding tools, and agents.

Agent Sessions

Understand how agent sessions queue work, grant claims, report progress, and finish.

  • Before you send work
  • Configure launch targets
  • Send one item
  • Modes
  • App, terminal, or worker
  • What to check after launch
  • Frequently asked questions
  • Back to top