Resources
Glossary
Key terms and concepts in the Corvic Platform.
Definitions for the terms you’ll see across these docs and in the product. Platform terms come first, followed by the underlying concepts and techniques.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Key terms and concepts in the Corvic Platform.
| Term | Definition |
|---|---|
| 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. |
| Virtual Memory | A queryable, ever-growing representation of a room’s data — relational (a graph of entities and relationships held to an approved ontology) or semantic (an embedding space where similarity is a distance). See Virtual Memory. |
| Document Lens | A frozen, versioned agreement about how one kind of document is read: which fields to extract, what checks must hold, and what counts as a complete reading. Approved once, then run on any number of documents. See Document Lens. |
| Live App | A hosted, data-driven web app published from a room, whose pages read the room’s tables at view time. Built from a template or described in plain English. See Live Apps. |
| 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. |
