Reference

Glossary

TermMeaning
EntityThe universal unit. Every inspiration, app, and agent is an entity.
InspirationStatic content (deck, doc, demo) dropped onto the grid. Realm: inspiration.
RuntimeA running service (app or agent). Realm: runtime.
PlugThe verb for deploying. grid plug builds and goes live.
UnplugThe verb for removing. grid unplug powers down.
ChargedEntity created but not yet deployed. Produced by grid init.
RunningEntity is live and serving traffic.
GridThe shared runtime platform itself.
OrgAn organization. Every entity belongs to one org.
SpaceA grouping context within an org for discovery.
BrainPost-deploy AI job that auto-generates description, icon, and metadata.
SlugURL-safe entity name. Format: lowercase letters, numbers, hyphens.
PoolDefault DB tier: shared MongoDB + Redis with per-org isolation.
DedicatedDB tier: org’s own MongoDB + Redis instances.
External/BYOCDB tier: org supplies own database connection.
WireBind a GitHub repo for auto-deploy.
ForkCreate a new entity from an existing one, with lineage tracking.
CloneDownload source + yaml + link for an existing entity.
ConnectorIntegration with an external service (Slack, webhook).
VaultEncrypted secret storage at the org level.
CallerAn entity that calls another entity via the inter-app auth model.
MCPModel Context Protocol. Lets AI tools interact with CloudGrid.

This guide covers CloudGrid CLI v0.9.x. For the full product architecture, see docs/strategy/cloudgrid-context.md. For the CLI UX spec, see docs/strategy/cli-ux-spec-v17.md.