dashclaw_work_order_submit
Submit a policy-governed, budget-capped work order for an AI agent. The order is validated against its contract type, guard-gated for human approval if needed, and queued for worker claim.
Instructions
Submit a DashClaw work order: a typed, budget-capped unit of agent work governed by policy. The order is validated against the registered contract for its type, guard-gated (may be blocked or parked for human approval), then queued for any worker to claim. Returns work_order_id + status + the guard decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Registered work order type (e.g. 'research_brief') | |
| input | Yes | Input payload matching the contract input schema | |
| max_cost_usd | No | Budget ceiling in USD (falls back to the type default) | |
| timeout_seconds | No | Lease/SLA seconds (falls back to the type default) |