Getting startedSet up integrationsCreate your first initiativeInvite your teamPlan today's workShare your first update
WorkflowsHow agents runSend 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


Choose how agents run

Agents move an initiative, bug, or todo from planned work into an execution tool while keeping the result tied to that work. They work best when the work item is already a useful spec.

Choose the setup by where the work should run and who should be able to use it. A simple launch opens one item in an app. A local worker runs on your machine. A cloud agent stays online for a team.

Agents

Pick the setup

Start with the lightest setup that matches the work.

ChoiceBest for
Send to appYou want to open one work item in Codex, Cursor, Claude Code, Windsurf, OpenCode, or Terminal with context already included.
Local WorkersYou want Codex or Claude Code to pick up queued work from your machine through Desktop or the CLI.
Build a Local AgentYou are building a private worker that runs on one user's machine.
Build a Cloud AgentYou are building a shared service that stays online and wakes from webhooks.

Agent model

The same agent model applies to local workers, cloud workers, and agent endpoints.

ConceptWhat it means
AgentThe capability users can send work to, such as Codex local, Claude Code local, or a custom agent app.
WorkerThe runtime that can execute sessions for an agent. Local workers run on one user's machine. Cloud workers run as a service that stays online.
SessionOne visible unit of queued agent work, usually tied to an initiative, bug, or todo. Creating a session queues work.
ClaimThe lease that lets one worker run one session. Work starts only after the claim succeeds.
ActivityA progress, plan, URL, completion, failure, release, cancellation, or policy event emitted by the worker.

Workflows add a saved execution plan on top of this model for agent-driven handoffs, human gates, shared branches, and workflow-produced documents. Open Workflows from the main menu to monitor runs, manage agents, and edit definitions.

How agent work flows

Agent work starts when someone sends an initiative, bug, or todo to a tool or agent profile. Direct launches open the target app immediately. Queued launches create an Agent Session that an eligible worker can claim and run.

The original initiative, bug, or todo remains the place to review status, comments, recaps, taxonomy, and analytics.

Ways to run

Send to app is for one item at a time. It builds a prompt from the initiative, bug, or todo and opens a configured coding tool or terminal flow while a person stays in control of the next step.

Local agents run on your machine and belong to the signed-in owner. Only you can delegate work to them. They can use local tools, repositories, and secrets that you explicitly make available through your workflow.

Cloud agents stay online as shared services. Team members can send work to them when they have access, and the agent keeps running without depending on anyone's laptop.

Trust boundary

Initiatives, bugs, todos, comments, documents, and prompts are execution context. They are not runtime policy.

Trusted instructions come from platform policy, the agent profile, the worker configuration, and the local workflow file. Workers must enforce policy before filesystem access, shell execution, network access, workspace writes, or external side effects.


PreviousWorkflowsNextSend to app

Agent Sessions

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

Local Workers

Create and run a local Codex or Claude Code worker from Desktop or the CLI.

Build Local

Build a local agent that runs on your machine and claims queued sessions or workflow steps.

Build Cloud

Build a cloud agent that stays online and claims queued sessions or workflow steps.

  • Pick the setup
  • Agent model
  • How agent work flows
  • Ways to run
  • Trust boundary
  • Back to top