sign_contract
Sign a vendor contract by providing the agreement file ID and confirmation. Returns a deep link to the HoneyBook portal for completing the signature.
Instructions
Sign a contract you received from a vendor. In v1 this returns a deep link to the HoneyBook portal instead of signing headlessly. Requires confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The agreement file _id from list_workspace_files (file_type=agreement). | |
| origin | No | Portal origin (e.g. https://<vendor>.hbportal.co). Optional when only one session is active. | |
| confirm | No | Must be true to proceed. Without this, tool returns a preview. |