HarborHarbor
DocumentationGuidesPlugins
Reference

Glossary

Every Harbor term, defined once.

Harbor has a user-facing vocabulary (used on tryharbor.ai, in this docs body, in the dashboard) and a code vocabulary (used in the SDK, the API, and source files). Both are valid; this table is the canonical mapping.

Concept names

User-facing (use in docs body)Code-name (mention in SDK/API only)
PluginSource
ToolTool (same word)
SkillSkill (same word)
FunctionOrbit Job · defineJob · /orbit/jobs/*
AppOrbit App · deployApp · /orbit/apps/*
Exechrbr exec/plugins/execute
RunRun (same word)
TraceRun + run spans
WorkspaceWorkspace
Local MCP bridgeCliff (renamed from Reef in May 2026)
CLICoast binary, published as @zonko-ai/harbor, binary hrbr
Hosted MCP serverLighthouse

Not in user vocabulary

These words exist in code or implementation detail but do not appear as user-facing concepts.

Internal termWhere it actually lives
WorkflowsAn execution lane inside a Function or Exec when code uses step.* — surfaces as Cloudflare Workflows. Not a top-level dashboard concept.
TriggersDoesn't exist. Functions are scheduled; Workflows wait for events; Plugins emit webhooks. Each surface keeps its native word.
SandThe local-CLI bridge primitive. Only mentioned on the Connecting and Sand authoring pages.
OrbitThe umbrella for workspace primitives (orbit.storage, orbit.cache, ...). User-facing as "Orbit Runtime", but most surfaces talk about the primitive (e.g. "storage", "AI") rather than the umbrella.
_hiddenFrontmatter flag in this docs repo. Hides a routable page from the sidebar. Used by auto-generated plugin catalog pages.

Component names

NameWhat it is
LighthouseCloud MCP server. Cloudflare Worker + Durable Object.
CliffLocal MCP bridge (OSS). Stdio. Same inspect + exec surface.
CoastThe hrbr CLI source. Published to npm as @zonko-ai/harbor.
OrbitThe runtime primitives layer (/sdk/orbit).
ReefLegacy name for Cliff. Deprecated; don't use.
Beach / Anchor / Cliff (older)Internal apps. Not user-facing.

File / route names

SlugMeaning
.well-known/agent-skills/harbor/SKILL.mdCanonical agent meta-skill
.well-known/agent-skills/harbor/harbor-*.mdTopic meta-skills
llms.txtSite-wide page index in llmstxt.org format
.well-known/harbor.jsonService metadata for compliant agents
.well-known/oauth-protected-resourceOAuth discovery (RFC 9728)