Record a network mutation
walkback_record_httpLog HTTP mutations (POST, PUT, PATCH, DELETE) with an optional compensating request to reverse the action later.
Instructions
Log a POST/PUT/PATCH/DELETE the agent made, with an optional compensating request (e.g. a DELETE that reverses a POST) so it can be undone later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to the server's working directory. | |
| url | Yes | URL that was called. | |
| method | Yes | HTTP method of the mutation. | |
| compensatorUrl | No | URL of the reversing request. | |
| compensatorBody | No | Body of the reversing request. | |
| compensatorMethod | No | Method of the reversing request. |