Describe
Turn an outcome into a reviewable proposal.
Governed worker infrastructure
Describe a job, review the exact authority, simulate it without writes, and deploy an immutable AI worker that keeps running after the conversation ends.
Open-source MVP · deterministic public demo
Worker builder · Revision 2
Inbound Sales Guardian
The operating loop
One persistent lifecycle across the Worker Studio and the authenticated AgentCloud MCP.
Turn an outcome into a reviewable proposal.
Exercise the path with every write suppressed.
Review authority, budgets, readiness, and hash.
Activate one exact immutable WorkerSpec.
Follow runs and resume human checkpoints.
Create a new version or roll back safely.
Canonical demo
Build and refine the reference worker, inspect every capability, test the actual path without writes, deploy, pause for an exact email approval, resume, and roll back. Deterministic adapters keep the full path credential-free.
Run the guided lifecycleschemaVersion: "1.0"
identity:
name: Inbound Sales Guardian
authority:
defaultEffect: deny
rules:
- gmail.search_messages: allow
- gmail.send_email: require_approval
budget:
perRunUsd: 1Built-in governance
Authority, isolation, approval integrity, dry-run suppression, and retry behavior are enforced by the control plane—not prompt suggestions.
Every integration action must be registered and explicitly granted in the WorkerSpec.
Test the complete decision path while external side effects remain impossible.
Pause before sensitive work, inspect the exact request, then resume the same run.
Stable idempotency keys prevent duplicate messages and records across retries.
Authenticated MCP
Start and refine persistent builder sessions from ChatGPT, Codex, or another OAuth MCP client. The AI gets safe proposal state and stable continuation links; tenant identity, deployment, policy, approvals, and credentials stay server-controlled.
Inspect the MCP implementationstart_worker_builderworkers:writerefine_worker_builderrevision + messagecommit_worker_builderexact hashtest_workerzero writesdeploy_workerseparate scopeOpen the control plane