# landsbankinn.is — Landsbankinn (public)

The best case in the catalog: a **public** GraphQL API with a static client
key from the web bundle. No account wall, no auth path, nothing to store —
the recipe exists so consumers don't have to rediscover the endpoint.

```bash
ab-plus run landsbankinn.is/loan-calculator --input '{"marketValue":60000000,"totalLoanAmount":42000000}'
```

## Ops

| Op | Risk | Notes |
|---|---|---|
| `loan-calculator` | read-only | `realEstateLoanCalculator` query |

## Gotchas

- The API key is public (ships in the client bundle) — treat it as a public
  identifier, not a secret.
- If the key rotates, the recipe needs an update; the canary should catch it.
