Detected country: US
logo
Sign InGet Early Access
GuideRecipesDeveloper
‌
‌
‌
logo

Powered by

  • Home
  • Concepts and Glossary
  • Ballet glossary

Ballet glossary

2min read

Share

TL;DR: A quick reference for Ballet terms you'll encounter in the Studio, help articles, and Ask Ballet conversations. Terms are grouped by category — platform, automation, AI, and admin.

Who this is for

All Ballet users looking up unfamiliar terms.

Platform terms

TermDefinition
WorkspaceYour team's shared Ballet environment (company/account).
OwnerRole with billing, invites, and full builder access.
BuilderRole that creates and edits playbooks, connectors, and agents.
MemberRole that runs granted playbooks; cannot author.
Builder ModeFull Studio UI for authoring automations.
Member ModeSimplified UI for running playbooks and chatting.
StudioThe Ballet web application (app.ballet.dev).

Automation terms

TermDefinition
PlaybookA multi-step automation workflow.
StepOne unit in a playbook (Code or HTTP).
RunOne execution of a playbook.
TriggerWhat starts a run: Manual, Schedule, or Webhook.
CollectionA folder organizing playbooks; may be Git-backed.
InputA value the runner provides when starting a playbook (flow.input).
OutputData a step or run produces.
Suspended / PausedNon-terminal run status while waiting to continue; sandbox is freed; same runId.
PauseOperator action that parks a run between steps after the current step finishes.
ContinueWake a suspended run on the same runId (Studio or API).
waitForInput / suspendSDK call that parks mid-step for human or external signal (reason: input_request).
state.resumePark payload on a suspended run: requestId, stepId, prompt, details, schema, reason.
requestIdServer-issued correlation token required to wake a HITL park via /reply.
DriftGit sync state when remote and Ballet versions differ.

AI terms

TermDefinition
Ask Ballet / ConsoleThe AI assistant panel on Home and inside playbooks.
AgentA configured AI assistant with model, instructions, tools, and skills.
SkillReusable AI instruction template for specific task types.
ToolA callable function used by agents or playbooks.
Plan / BuildConsole flow: AI proposes a plan, then executes on confirmation.
Allow / AskConsole permission modes for autonomous vs. approved actions.

Connection terms

TermDefinition
ConnectorA linked external service or MCP server.
MCPModel Context Protocol — standard for connecting AI to tools.
SecretAn encrypted credential stored in the workspace.
AI GatewayWorkspace setting for AI model routing and providers.

Related articles

  • What are Agents?
  • What are Skills?
  • What is a playbook?
  • How do I pause and resume a playbook run?

Share