WarpBusabase × Warp

Knowledge base for Warp

Warp already gives Agents rich context through Rules, Workflows, Notebooks, Skills, Prompts, MCP servers, and execution environments. Busabase gives the result a cross-system record with evidence, an owner, and a review decision.

Cross-system operating recordReady for review
Busabase AirApp record receiving context from Warp Agent runs
Warp Drive helps an Agent execute. A reviewed record lets another team rely on the result.

Keep Warp Drive useful

Rules, Workflows, Notebooks, Skills, and records are different operational objects.

Warp Agents can automatically retrieve relevant Warp Drive objects and show them under References or Derived from. Busabase should not copy that library. It should receive the small state change that must survive beyond the session or coordinate another system.

RULESGuide Agent behaviorCoding standards, constraints, and preferences
WORKFLOWSRepeat terminal operationsParameterized commands and scripts
NOTEBOOKSExplain and run proceduresDocumentation with executable blocks
SKILLS / PROMPTSPackage Agent workReusable instructions and task entry points
BUSABASE RECORDSCoordinate accepted stateReviewed fields, owner, evidence, and lifecycle

Context with visible provenance

References explain why the Agent acted. The record explains what the organization accepted.

When Warp injects a Drive object into Agent context, the conversation can identify the reference. Preserve that provenance in the handoff. Link the Rule, Notebook, Workflow, Skill, MCP record, and run rather than flattening them into an unsupported summary.

01

Referenced by Agent

Which Warp Drive object shaped the response?

02

Produced by run

Which command, diff, artifact, or external action occurred?

03

Verified by evidence

Which test, log, API response, or human observation supports it?

04

Accepted by owner

Who decided the state can drive the next workflow?

Local and cloud are different contracts

A tool that works on the desktop is not automatically available to a cloud run.

Warp documents separate MCP paths for local Agents, third-party CLI Agents, and cloud Agents. Local sessions may use desktop-authenticated services. Cloud runs need reachable endpoints, Agent Secrets or managed authorization, and an execution environment that contains the required repository and tools.

SurfaceTypical jobRequired boundary
Local Warp AgentInteractive terminal or editor workDesktop settings, Warp Drive, or file-based MCP
Third-party CLI AgentClaude Code, Codex, OpenCode, or another harness in WarpHarness-specific or shared file configuration
Cloud Agent runBackground, scheduled, integration, CI, or API executionRun config, shared MCP UUID, secrets, and cloud environment
Busabase reviewCross-run state acceptanceProposal credential, Base policy, and accountable reviewer

Operational handoff

Turn a successful run into a state transition another system can inspect.

A terminal transcript or cloud-run page contains execution detail. The handoff should extract only the status, evidence, owner, and next action needed by support, product, security, finance, or another Agent.

01Select contextWarp cites the Rule, Notebook, Workflow, Skill, or MCP source.
02ExecuteThe local or cloud Agent performs the bounded task.
03CollectAttach run ID, environment, repository revision, artifacts, and external responses.
04InterpretPropose one operational state and list unresolved exceptions.
05ReviewThe domain owner accepts, rejects, or narrows the proposal.
06TriggerOnly accepted state unlocks the next system or scheduled workflow.

Run-to-record contract

Use a stable record to compare work across terminals, environments, and Agents.

The record is intentionally smaller than the transcript. It retains enough provenance to reopen the exact run and enough structure for another workflow to filter, notify, or act.

FieldPurpose
work_keyStable identity for the incident, release, request, or operation
run_refWarp local/cloud run and conversation URL
execution_surfaceLocal Agent, third-party harness, cloud run, or schedule
environment_refRepository, revision, host, runner, and relevant profile
context_refsRules, Notebooks, Workflows, Skills, prompts, and MCP sources
evidenceArtifacts, tests, logs, diffs, and external responses
proposed_stateAgent's concise operational interpretation
decisionAccepted, conditional, rejected, blocked, or superseded
ownerPerson accountable for the canonical state
next_actionDownstream work authorized by the decision
Busabase delivery log linking Warp Agent run evidence to a reviewed record

Three control planes

Agent Profiles, run permissions, and record review govern different risks.

Warp Agent Profiles and team settings control model, autonomy, tools, permissions, and execution behavior. MCP controls access to external capabilities. Busabase review controls whether the resulting fields become shared truth.

01

EXECUTION PROFILE

What may this Agent do in this environment?

02

MCP / SECRET BOUNDARY

Which external systems and credentials may the run use?

03

CHANGE REQUEST

Which proposed state may become canonical?

Connection and reachability

Test the exact execution surface, not an abstract MCP configuration.

A local OAuth connection may fail in an unattended cloud run, and a secret in your shell may not exist in the selected environment. Follow the connection page, then test identity, read scope, proposal scope, evidence links, and reviewer assignment in the same surface that will run production work.

Questions from Warp teams

Warp knowledge base FAQ

Does Busabase replace Warp Drive?

No. Warp Drive is the right home for Agent-facing Rules, Workflows, Notebooks, Prompts, Plans, environment variables, and shared MCP configuration. Busabase stores reviewed cross-system state and its decision history.

Should a Workflow write canonical records directly?

For governed data, no. Let the Workflow or Agent create a proposal with evidence, then assign the relevant domain owner to review it.

Are References or Derived from enough evidence?

They are valuable provenance, but acceptance may also need an immutable repository revision, command output, test, artifact, external API response, or human observation.

Can the same workflow run locally and in the cloud?

Often, but the contracts differ. Confirm repository availability, environment, credentials, endpoint reachability, MCP authorization, and tool support for each surface.

What belongs in the Busabase record instead of the Warp transcript?

Store the stable work identity, accepted state, evidence references, owner, effective time, and next action. Keep detailed reasoning and execution steps in the original run.

Start with one handoff

Let Warp execute the work and Busabase establish the state others can trust.

Choose one recurring local or cloud run whose result affects another team. Define the run-to-record contract, use proposal-only access, and review the first transition before automating the next step.