| Room | A workspace that holds your data sources, workflows, agents, and skills. Access is managed per room. See Rooms. |
| Data Source | Any data you bring into a room — uploaded files, connected databases, cloud storage, web sources, or data fetched via API. See Data Sources. |
| Workflow | A canvas of actions that transforms data sources into Corvic Tables, Spaces, and agents. Built by an agent or by hand. See Workflows. |
| Playbook | A reusable, multi-stage agent plan you compose in plain English and run from room chat to automate recurring, multi-step work. See Playbooks. |
| Action | A single operation on a workflow node — extract, augment, join, embed, run Python/SQL, and more. See the Action Reference. |
| Corvic Table | The normalized, columnar table that most actions produce and consume. Stored as Parquet and downloadable. See Corvic Tables. |
| Space | An embedding representation of your data (semantic, tabular, image, or relational) used for search, similarity, and agent retrieval. See Spaces. |
| Agent | A configurable assistant that reasons over your Spaces and data, runs tools, and returns grounded, cited answers. See Agents. |
| Skill | A reusable capability you enable for an agent (reading/writing files, custom procedures). See Agent Skills. |
| API Secret Vault | Secure storage for external API credentials that agents and Python actions use to reach outside services. See API Secret Vault. |
| MCP (Model Context Protocol) | An open protocol that lets external clients call Corvic agents and rooms as tools. See MCP Overview. |
| Citation | A reference to the source document, row, or image that an agent used to produce an answer. |