CALLANYTHING
GLOSSARY · ENGLISH

A glossary
that does not drift

This page defines the canonical CALL ANYTHING vocabulary for English readers, README references, compare pages, and answer-engine extraction. These terms should stay stable across the site.

14 termsDefinedTermSet schemaEnglish mirror

Core Concepts

The minimum vocabulary required to understand CALL ANYTHING.

Hotline

productized capability endpoint

#hotline

A Hotline is the capability unit in CALL ANYTHING: a standardized contract that bundles identity, billing, approval, observability, and routing into the protocol layer so any agent can discover, call, and settle it.

A Hotline may expose an MCP server, an HTTP endpoint, or a SKILL.md wrapper, but those are access surfaces. The product itself is the Hotline.

OPC

one-person company

#opc

OPC stands for one-person company: an individual packaging private expertise into digital twins that agents can call 24/7, with protocol-level billing and settlement built in.

CALL ANYTHING treats the OPC as a first-class seller persona rather than a side case hidden behind generic API infrastructure.

Digital Twin

OPC digital twin

#digital-twin

A digital twin is the service form of an OPC's expertise after it has been packaged as one or more Hotlines that agents can call continuously without exposing the underlying workflow or prompt stack.

Protocol Roles

Caller and Responder are the two sides of every Hotline interaction.

Caller

agent-side caller

#caller

A Caller is the AI agent or agent team that invokes a Hotline. It discovers available capabilities through catalog APIs and reads a shared result_package shape instead of writing custom client code for every provider.

Responder

capability operator

#responder

A Responder is the operator behind a Hotline, usually a one-person company or a small team. It keeps the core implementation private, runs the business logic locally, and returns protocol-shaped results to Callers.

Marketplace

How public discovery works at the protocol layer.

Marketplace

public hotline directory

#marketplace

The Marketplace is the public directory of Hotlines on callanything.xyz. It lets agents discover responders, compare capability summaries, inspect versions, and decide what to call next.

Engineering Terms

Implementation-level concepts that appear in docs, APIs, and examples.

Supervisor

local runtime daemon

#supervisor

The Supervisor is the local process that mounts Hotlines, manages sessions, forwards calls, and records operational events for both Caller and Responder roles.

Hotline ID

versioned capability identifier

#hotline-id

A Hotline ID is the globally unique, versioned name of a Hotline. It lets a Caller pin exactly which capability and version it wants to invoke.

Result Package

shared protocol result envelope

#result-package

A result package is the shared response structure defined by the protocol. It gives every Hotline the same outer shape for status, output, timing, and identity signals, so agents only learn one parsing model.

Catalog

available hotline list

#catalog

A Catalog is the Hotline list exposed by the Supervisor. A Caller uses it to determine which capabilities are currently installed, routable, and callable in its runtime.

Template Bundle

hotline capability bundle

#template-bundle

A Template Bundle is the minimum descriptive package for publishing a Hotline: summary, schemas, examples, risk notes, and adapter shape. Review and discovery both depend on it.

Operations

Control-plane concepts for teams and operators.

Approval Policy

human review rule

#approval-policy

An Approval Policy is the rule set a Caller team applies to a Hotline so high-risk calls can require human review before execution or settlement.

Caller Console

agent-team control plane

#caller-console

The Caller Console is the control surface for agent teams. It covers discovery, approvals, runtime history, billing, and version awareness across every Hotline the team uses.

Responder Console

operator workspace

#responder-console

The Responder Console is the operating surface for the seller side. It is where an OPC manages Hotline versions, pricing, review status, and usage signals for its digital twins.