| Workspace | Multi-tenant container; all Assistants, Agents, and secrets belong to one workspace. |
| Assistant | Scripted bot with intents, flow versions, and deployments (/app/assistants). |
| Agent | Agentic bot with mission, tasks, tools, and playground (/app/agents). |
| Intent | Matches user utterances and runs a dedicated sub-flow. |
| Entity | Captures a typed value from user input into a slot. |
| Slot / variable | Session-scoped value filled by entities or set nodes. |
| Tool | HTTP integration (URL, headers, body) with JSONPath output mapping. |
| Flow version | Immutable snapshot created when you publish; drafts autosave on every edit. |
| Deployment | Channel token (cdp_*) that authenticates the public embed runtime. |
| Workflow (graph) | React Flow orchestration at /app/workflows/{id}/flow — publish, simulator, channels. |
| Workflow chain | Form-based primitive chain at /app/workflows/chains/{slug}/edit — run, resume, webhook ingress. |
| Deployment | cdp_* bearer token for embed public runtime. |
| Import review | Approve enriched import before first publish when enabled. |