The API layer for Norwegian government
Four government systems. One integration.
Apier connects AI agents and software to Altinn, Brønnøysund, Skatteetaten and Maskinporten, handling authorization, compliance rules and audit trails through one API.
Data APIs tell agents about Norwegian companies. Apier lets agents act for them, with delegated authority, an audit trail, and Norwegian legal grounding.
- LIVEProduction read APIs
- GATEDWrite operations (sandbox + dry-run)
- @apier-no/mcp on npm
- no.apier/mcp on the official MCP registry
- 26 callable MCP tools
Verify a company, live
Live lookups against the real Norwegian Company Register (Enhetsregisteret) for a few well-known companies. No API key, no signup.
Try a well-known company
Live data, no API key, no signup. Every keyless endpoint is runnable the same way in the sandbox, or wired straight into an automation, as in the n8n walkthrough.
The problem
The Norwegian government APIs are free. The integration isn't.
The cost is the execution layer on top of them, and the one thing you cannot buy your way around: write-side accreditation.
Authorization complexity
Maskinporten, system users, and per-scope delegation are a multi-step setup before your first successful call, and the tokens expire. Doing it yourself means owning that ceremony, and its failure modes, for every customer you onboard.
Missing obligation logic
The APIs return data, not answers. They won't tell you which filings a company owes, or when. That mapping lives in regulation, changes over time, and is yours to build and keep current if you wire up the endpoints directly.
No execution safety
A raw integration will happily fire a malformed or duplicate filing. There's no dry-run, no idempotency, and no record of what an agent actually did. That record is exactly what you need when it's acting on a client's behalf.
Maskinporten JWT signing & token exchange
- Direct
- You build it
- Apier
- Included
Delegation handling
- Direct
- You build it
- Apier
- Included
Audit logging
- Direct
- You build it
- Apier
- Included
Regulatory change maintenance
- Direct
- Ongoing burden
- Apier
- Handled
Write-side accreditation (Altinn / Skatteetaten)
- Direct
- Requires Norwegian legal entity + accreditation
- Apier
- Already accredited
| Capability | Build directly | With Apier |
|---|---|---|
| Maskinporten JWT signing & token exchange | You build it | Included |
| Delegation handling | You build it | Included |
| Audit logging | You build it | Included |
| Regulatory change maintenance | Ongoing burden | Handled |
| Write-side accreditation (Altinn / Skatteetaten) | Requires Norwegian legal entity + accreditation | Already accredited |
Architecture
How the call flows
You
Your software
AI agent, accounting platform, or internal tool. One API key.
Apier · execution layer
- AuthenticationMaskinporten token exchange
- DelegationAltinn system users
- Audit trailimmutable receipts
- Compliancedeterministic state
- Rulebookversioned legal rules
Norwegian government
- Altinn 3filings & delegation
- Brønnøysundcompany registry
- Maskinportenmachine identity
Solutions
What you can build
Four live solutions, each chaining several endpoints into one regulated answer your agent or platform can act on.
Obligations + Deadlines
What a company must file, and when: derived from its roles and registrations by the versioned Rulebook, every deadline computed in Oslo time. The read-side flagship: one call instead of a hard-coded compliance calendar.
Company Verification
Is this company real, active, and safe to act for? One verdict over Brønnøysund status, bankruptcy, dissolution, signing authority and filed accounts, before you onboard or transact.
Signature + Authority
Who is allowed to sign for this company? Signaturrett, prokura and combination rules resolved into a clear acting-capacity answer before any binding action is attempted.
Annual Accounts Monitor
Know the moment a company files new annual accounts. A monitored baseline emits a signed change event your platform can act on. No daily polling, no missed filing.
- AI agent developers — autonomous agents that must reason about Norwegian regulatory compliance.
- Accounting software — Tripletex, Fiken, PowerOffice and every entrant that wants compliance-as-an-API.
- Regnskapsbyrå — accounting firms making the mechanical parts of filings deterministic and one-call.
- Operations teams inside AS / NUF — internal agents that need to know what's due, what's authorized, and what was submitted.
Execution guarantees
Safe by design
Every call an agent makes through Apier is recorded as it runs: the request, the authority it acted under, and the government's response, in an append-only audit log that can be added to but never edited. The full accountability story, including how a filing is reconstructed months later, lives on the trust & transparency page.
Start building
Hit the live API from your terminal. No key, no account.
curl -sS 'https://www.apier.no/api/v1/tools/altinn-migration' | jq .Free during beta — no credit card required. See pricing for the tiers, or browse the free tools hub: a deadline calendar and a client-portfolio checker, no account needed (Norwegian-language tools).