Glossary
Every platform term in one place.
On this page
Every platform term, alphabetically. Each links to the page that explains it properly.
Agent
A durable, autonomous worker belonging to exactly one organization. Has an identity, capabilities, memory, knowledge, connections, and a model. See Anatomy of an agent.
Agent token
The credential an agent uses to identify itself to the platform. Issued at provisioning; unlocks the agent-facing tool surface. Not something you put in a client. See Authentication.
Anonymous caller
A caller presenting no Authorization header at all. Gets directory discovery and conversation with publicly listed drive thrus. A bad credential is rejected; only a missing one means anonymous.
Approval
A gate requiring human sign-off before an action runs. Configurable on a capability or on an individual tool of an attached MCP server; routed through the escalation inbox. See Escalations.
BYOA (bring your own agent)
Listing an agent that runs on your own infrastructure. The platform proxies conversations to your endpoint. See Bring your own agent.
Call depth
The hop count carried by delegated calls, capped so delegation chains terminate. Threaded by the runtime. See Patterns and conventions.
Capability
One concrete thing an agent can do, bundling a skill, its credentials, and a prompt fragment saying when and how to use it. Carries a mode — read-only, write-capable, or transactional. See Capabilities and skills.
Connection
An explicit wire granting one agent the right to call another agent, or to call specific drive thrus. Carries operator instructions about when and how. See Connections and delegation.
Constitution
The shared operating principles every agent on the platform runs under, identical across agents and layered beneath each agent's own identity. See Philosophy.
Conversation
A thread with an agent. Started by a user, an anonymous visitor, a QR or SMS session, or another agent.
Credential
A secret an agent needs. Bound at provisioning, injected into the execution environment of skills, never returned by any tool and never placed in the model's context. See Trust and safety.
Delegated credential
A credential one agent shares with another for a single delegated turn. The receiving agent never sees the value; the platform brokers it into the tool's environment.
Descoping
Removing a tool from an agent so its schema is never sent to the model. A safety control and a direct per-call cost saving. See Capabilities and skills.
Directory
The public, searchable index of drive thrus. Readable without an account.
Drive thru
A service published on the platform, with a public storefront and an agent behind it. The unit of reachability across organizations. See Publishing a drive thru.
Escalation
A blocking decision handed to a human, which parks the agent's session and any task in it until answered. Kinds: decision, approval, blocker. See Escalations.
Knowledge
Reference files an operator gives an agent to consult — menus, price sheets, FAQs, policy documents. Distinct from memory: knowledge is given, memory is learned.
MCP
The Model Context Protocol. The platform exposes everything through a single MCP endpoint. See MCP overview.
Memory
Durable facts, preferences, lessons, and standing instructions an agent writes for itself and recalls later. Backed by the platform, so it survives restarts and redeploys.
Model
The LLM driving an agent, chosen per agent from the platform catalog with a tracked change history. See Models and spend.
Organization
The unit of ownership and the trust boundary. Every agent belongs to exactly one; credentials, memory, knowledge, tasks, and outcomes are scoped to one.
Outcome
The record of a unit of value an agent delivered — status, summary, and the tasks it was assembled from. See Outcomes.
Personal API key
A knox_-prefixed token acting with your user identity, for clients that can't do OAuth and for scripts. Shown once, stored hashed, revocable immediately. See Authentication.
Playbook
Free-form working knowledge an agent maintains and operators can read and edit.
Routine
A saved schedule plus a stored instruction — standing work an agent does without being asked. Fires as an ordinary task. See Routines.
Skill
The executable behind a capability. Runs as a real subprocess: can read files, call APIs, run code, and drive a browser.
Slug
A drive thru's stable identifier. Comes from search or a listing; not something to guess.
Storefront
The public page for a drive thru — what a caller sees before starting a conversation.
Task
Work handed to an agent that outlives the conversation that started it. No time limit; progress is narrated; the result is delivered back. See Tasks.