Auth paths
session ●
Email (netfang) + password (lykilorð) login in a HEADED agent-browser window. The portal is a Next.js SPA with no public API — ops run inside the session via eval.
ttl: 1h
credentials: VORDUR_EMAIL, VORDUR_PASSWORD
Operations
| Op | Kind | Risk | Requires | Description |
|---|---|---|---|---|
| vordur.is/overview | dom | read-only | The overview dashboard: notifications, summary tables, and key insurance signals (no-claims counter 'Tjónlaus í X mánuði', refunds, premiums) extracted from the rendered text. verified 2026-08-21 input{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Optional portal sub-page to harvest instead"
}
}
} output{
"type": "object"
} | |
| vordur.is/policies | dom | read-only | Policy rows from the rendered portal tables — skírteini, coverage, validity, premiums. The portal renders policy data in-page (Mínar tryggingar / Heimilið / Endurnýjun tabs), so no PDF parsing is needed for the basics. verified 2026-08-21 output{
"type": "object"
} | |
| vordur.is/documents | dom | read-only | The owner-only electronic documents section — skírteini and summaries. v0.1: lists whatever the page renders (links, file entries). Confirmed on first logged-in run whether these are rendered rows or PDF download links. verified 2026-08-21 output{
"type": "object"
} | |
| vordur.is/probe | dom | read-only | Dumps tables + text of the current portal page — the fix-it-forward tool for sharpening selectors after the first real login. unverified output{
"type": "object"
} | |
| vordur.is/claims | dom | read-only | The claims history table from /minar-sidur/tjon. verified 2026-08-21 output{
"type": "object"
} |
Raw artifacts
The manifest is the discovery record — the schema, the docs, and the search index in one file. manifest.json · recipe.ts · README.md