App
Connect Human Approval - HITL Platform to any API
Human Approval - HITL Platform adds human review and approval steps to automated workflows when judgment is required.
What your agent can do with Human Approval - HITL Platform
Triggers and actions 9 actions
- ActionAdd Loop
Create a new approval loop (a queue of approvers). POST /loops
- ActionCreate Decision Request
Sends a decision request to the HITL system and waits for a human response via callback
- ActionDelete Loop
Delete an approval loop. DELETE /loops/{id}
- ActionDelete Request
Cancel a pending decision request. DELETE /requests/{id}
- ActionFind Request Status
Find the current status and details of a HITL request
- ActionGet Loop
Get an approval loop by ID. GET /loops/{id}
- ActionList Loops
List the user's approval loops. GET /loops
- ActionList Requests
List the user's decision requests. GET /requests
- ActionUpdate Loop
Update an approval loop's settings. PUT /loops/{id}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Human Approval - HITL Platform API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.