cofounder_actions. Some are auto-applied immediately; the rest sit in proposed status waiting for you to approve or reject.
GET — list actions
Response:
PATCH — approve or reject
rejected and the agent will (gradually) learn to stop proposing similar things.
Action types
Status lifecycle
- proposed — agent suggested it, waiting for you
- approved — you approved, queued for execution
- applied — actor successfully executed it (
external_idpopulated) - rejected — you said no
- superseded — agent re-proposed something with the same fingerprint; the older one is moved aside
Auto-approve
Action types listed inpreferences.autoApproveTypes skip the proposed step entirely and execute immediately. They show up in actions with status: "applied" from the start.
Errors
404 NOT_FOUND— action ID doesn’t exist or isn’t yours409 INVALID_STATE— action is already approved/applied/rejected400 INVALID_PARAM—decisionmust beapprovedorrejected

