Start Workflow Session
genlayer_start_workflow_sessionCreate a persisted workflow session from a generated contract plan to deploy, read, write, debug, or onboard contracts on GenLayer.
Instructions
Create a persisted GenLayer workflow session from a generated contract workflow plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Base64-encoded contract code to inspect directly. | |
| goal | No | Primary workflow goal. | onboard |
| notes | No | Optional operator notes to store with the session. | |
| address | No | Deployed contract address to target. | |
| contractPath | No | Optional local contract artifact path for deploy workflows. |