Skip to main content

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 igdrasil binary on macOS or Linux.
  • Authenticate to your Igdrasil account.
  • Run structured commands with --json output 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

  1. 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
  2. Sign in:

    igdrasil login
  3. Confirm access:

    igdrasil status --json
  4. 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.