Igdrasil CLI
What it connects
The Igdrasil CLI is a command-line tool your AI agent can use to read and act on the active company's accounting. There is no per-company OAuth tile to connect; install the CLI, sign in, and point your agent at it.
What it is for
- Install the
igdrasilbinary on macOS or Linux. - Authenticate to your Igdrasil account.
- Run structured commands with
--jsonoutput for agents and scripts.
Requirements
A terminal on macOS or Linux and an Igdrasil account with access to the company you want to work on.
Setup steps
-
Open Integrations from the Workspace group and select Igdrasil CLI, or run the install command directly:
curl -fsSL https://tools.igdrasil.se/cli/install.sh | sh -
Sign in:
igdrasil login -
Confirm access:
igdrasil status --json -
Point your agent at the CLI so it can run commands and read the machine-readable output.
Where to go next
- User-facing install notes also live in the Integrations CLI tile.
- Full CLI reference: tools.igdrasil.se/cli
- Developer API contract notes: CLI API on the developer docs site.
Troubleshooting
If commands fail authentication, run igdrasil login again and confirm you have
access to the intended company. Prefer --json output when an agent needs to
parse results.