Fill a single-page form using AI. Pass aDocumentation Index
Fetch the complete documentation index at: https://skyvern.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
data dict describing the values to fill.
| Parameter | Type | Required | Description |
|---|---|---|---|
data | dict[str, Any] | Yes | Key-value pairs of form data to fill. |
prompt | str | No | Instruction for the AI. Defaults to "Fill out the form". |

