Docs / Key Concepts / Glossary

Glossary

Quick definitions. No fluff. Click through to the full page if you want more depth.

TermDefinition
AssistantYour personal AI entity. Has a name, personality, memory, and the ability to take actions on your behalf.
WorkspaceThe folder at ~/.vellum/workspace/ containing your assistant's configuration, identity, and skills. Your assistant's brain, in plain text.
SkillA bundle of tools and instructions that gives your assistant a specific capability (e.g., Email, Weather, DoorDash). Loaded on demand.
ToolA single atomic action your assistant can take (e.g., web_search, file_read, browser_navigate). The building blocks that skills are made of.
ChannelA way to communicate with your assistant. Currently: desktop app and voice. More coming.
MemoryInformation your assistant saves for future reference. Facts, preferences, decisions, and learnings. Stored locally, searchable.
SOUL.mdThe file defining your assistant's personality, principles, preferences, and behavioral boundaries.
IDENTITY.mdThe file containing your assistant's name, role, personality summary, and emoji.
USER.mdThe file where your assistant stores what it's learned about you.
LOOKS.mdThe file controlling your assistant's visual avatar appearance.
Home BaseYour personalized dashboard in the desktop app. A starting point with quick actions and suggested tasks.
SandboxA secure, isolated environment where your assistant runs code and tools without touching your actual system.
Host toolsTools that run on your actual machine (outside the sandbox). These require explicit permission via Allow / Don't Allow prompts.
Permission promptThe Allow / Don't Allow dialog that appears when your assistant needs to do something sensitive on your machine.
PlaybookTrigger-action automation rules for handling incoming messages.
WatcherA polling system for monitoring external sources and triggering actions when something changes.
ScheduleA recurring automated task that runs on a cron or RRULE pattern (e.g., “every weekday at 9am”).
ReminderA one-time notification that fires at a specific future time.
TaskA work item in your personal task queue. Can be ad-hoc or based on a reusable task template.
AgentMailThe email service that gives your assistant its own email address, separate from yours.
Dynamic UIInteractive visual surfaces (cards, tables, apps, dashboards) that your assistant creates on the fly.
Token scopesGranular permission controls that define what your assistant can access and do within connected services.

That's the conceptual foundation. You now know more about how your assistant works than most people know about their own email client. Next up: Guides for the practical “how do I...” stuff, or Trust & Security if you want the full picture on privacy and permissions.