Minimal starter showing how to drive a page with Stagehand on Intuned. Uses Intuned's managed AI gateway, so no API keys are needed locally beyond being linked to an Intuned workspace.
| API | Description |
|---|---|
sample-extract |
Navigate to a URL and extract structured data with a natural-language instruction |
uv syncIf the intuned CLI is not installed, install it globally:
npm install -g @intuned/cliintuned dev run api sample-extract .parameters/api/sample-extract/default.jsonRequires the project to be linked to an Intuned workspace so the AI gateway credentials resolve.
intuned dev provisionintuned dev deploystarter-stagehand/
├── api/
│ └── sample-extract.py
├── intuned-resources/
│ └── jobs/
│ └── sample-extract.job.jsonc
├── .parameters/
│ └── api/
│ └── sample-extract/
│ └── default.json
├── Intuned.jsonc
├── pyproject.toml
└── README.md