Planes y derechos

Matriz de planes x capacidades, lo incluido en el plan Free y sugerencias de mejora por capacidad.

Matriz de planes y capacidades

Generado por go run ./cmd/orch-docs desde client/internal/plancap.Catalog() (plan minimo por capacidad), clasificado por shared/plan.Rank — la unica escalera de alias que resuelven tanto el cliente como el servidor.

Matriz#

capacidad plan minimo free starter professional team enterprise herramientas resumen
chair_seat free OK OK OK OK OK orch <agent> Open native CLI as Chair under orch
worker_spawn free OK OK OK OK OK dispatch_worker, task_* Chair spawns workers (counts against concurrent/agents max)
bus_msg free OK OK OK OK OK msg_send, msg_inbox, msg_roster Disk bus; parent/child/sibling kinship
sibling_coord free OK OK OK OK OK msg_send to_role=sibling Workers coordinate with each other via orch bus
shared_lock free OK OK OK OK OK lock_acquire|release Semaphore on shared/**
symbols free OK OK OK OK OK search_shared_symbols Search/publish orch:export tags
memory free OK OK OK OK OK memory_* Durable workshop memory
gateway_crush free OK OK OK OK OK orch gateway Local LLM proxy + crush (BYOK)
projects_quota free OK OK OK OK OK orch project add Registered projects under workspace
runs_quota free OK OK OK OK OK dispatch / gateway events Daily metered runs
mgmt_overlook professional BLOQUEADO BLOQUEADO OK OK OK SaaS /app + events CTO overlook (content-free usage)
notify_webhook professional BLOQUEADO BLOQUEADO OK OK OK app settings webhook Webhook notify from SaaS
team_allowlist team BLOQUEADO BLOQUEADO BLOQUEADO OK OK policy allowlist / actors Team actor allowlist
work_windows team BLOQUEADO BLOQUEADO BLOQUEADO OK OK work_windows entitlements Team work schedules gate dispatch
telegram_hitl team BLOQUEADO BLOQUEADO BLOQUEADO OK OK Assist / HITL Telegram HITL approve/deny

Una capacidad con feature_key (ver mcp-tools.md para las herramientas que la exponen) puede seguir BLOQUEADA por encima de su plan minimo si el feature flag de derechos en el SaaS esta apagado; la matriz de arriba es solo el piso del plan, no el derecho real por cuenta (herramienta MCP entitlements_status / orch usage).

Incluido en Free#

  • chair_seatOpen native CLI as Chair under orch
  • worker_spawnChair spawns workers (counts against concurrent/agents max)
  • bus_msgDisk bus; parent/child/sibling kinship
  • sibling_coordWorkers coordinate with each other via orch bus
  • shared_lockSemaphore on shared/**
  • symbolsSearch/publish orch:export tags
  • memoryDurable workshop memory
  • gateway_crushLocal LLM proxy + crush (BYOK)
  • projects_quotaRegistered projects under workspace
  • runs_quotaDaily metered runs

Sugerencias de mejora de plan#

  • mgmt_overlook — requiere professional+CTO overlook (content-free usage)
  • notify_webhook — requiere professional+Webhook notify from SaaS
  • team_allowlist — requiere team+Team actor allowlist
  • work_windows — requiere team+Team work schedules gate dispatch
  • telegram_hitl — requiere team+Telegram HITL approve/deny