Skip to main content

Environments

Configure clients with an explicit base URL, token source, and company ID per environment. Do not hard-code production values into application logic.

Base URL

IGDRASIL_API_BASE_URL="https://accounting.igdrasil.se"

Use the deployed production URL provided by Igdrasil. Local development may use the local engine API or the app gateway, depending on what you are testing.

Isolation

Keep these values separate by environment:

  • bearer tokens
  • company IDs
  • integration credentials
  • webhook or callback URLs
  • MCP client registrations and keys

Never reuse a token or generated key across local and production.