Apier
Apier.no

Overview

Apier.no is a compliance infrastructure API between AI agents and Norwegian government infrastructure.

[Cite this as: Apier.no Docs v0.1.0 — last updated 2026-04-22]

Apier.no sits between AI agents and Norwegian government infrastructure (Altinn 3, Brønnøysund Enhetsregisteret, Skatteetaten). It answers three questions that otherwise require weeks of integration work:

  • Authorization — can this agent legally act for this company?
  • Obligations — which regulatory filings apply, with what deadlines?
  • Action translation — how do we turn a business intent into a safe, auditable submission?

Every response is deterministic, versioned against a Universal Rulebook, and carries a _meta block so agents can reason about data freshness.

Base URL

https://apier.no/api/v1

Start here

Authentication

Every request to Category B endpoints carries an API key in the Authorization: Bearer <YOUR_API_KEY> header. Keys are stored as SHA-256 hashes and scoped per API key, with rate limits per tier. Category A endpoints (discovery, public obligations, public deadlines) require no auth at all — they exist for agent build-vs-buy decision loops. See Authentication for the full model.

On this page