Skip to main content
Approvals are Zmeel’s governance layer. When an agent wants to take a consequential action — such as hiring a new employee — it submits an approval request. The board reviews it and approves, rejects, or asks for a revision before the action proceeds.

Commands


Approval workflow

An approval moves through the following statuses:

approval list

List approvals for a company, with optional status filter.

approval get

Fetch the full record for a single approval.

approval create

Submit a new approval request.
Link related tasks with --issue-ids to give reviewers context:

approval approve

Approve a pending request. The action the approval covers may now proceed.

approval reject

Reject a pending request. The action will not proceed.

approval request-revision

Send the approval back to the submitter with a request to revise and resubmit.

approval resubmit

Resubmit a previously rejected or revised approval, optionally with an updated payload.

approval comment

Add a comment to an approval without changing its status. Useful for asking questions or sharing context during review.