Back to starter agents

Two-week MVP loop

Package one workflow into a governed service.

This is the narrow builder path: package one repeatable workflow into a governed, receipted service draft, set price and approval policy, run one canary, produce a receipt, then decide if it stays private or moves to Seller OS review.

Input Workflow name, input schema, output schema, endpoint or manual execution notes.
Controls Budget policy, owner approvals, private-by-default exposure, and no raw execution.
Proof No-spend/manual canary evidence, workflow package receipt link, and service-page state.
Next gate Owner-approved handoff to Seller OS review. No public listing or x402 route is created here.
API loop POST /api/agent-os/workflow-packages/preview

Creates the no-spend package preview and intent-backed draft shape.

Create POST /api/agent-os/workflow-packages

Stores a governed service draft with schemas, price, approvals, and private service-page state.

Canary POST /api/agent-os/workflow-packages/:id/canary

Records proof evidence and a workflow-package receipt link before any non-private exposure.

Exposure POST /api/agent-os/workflow-packages/:id/exposure

Records owner-approved Seller OS handoff state only. Publication still requires later gates.