Skip to main content
This guide takes your AI agent from a clean terminal to its first successful OpenTooler call.

Prerequisites

  • Node.js 22 or newer
  • npm
  • An OpenTooler account for interactive agent setup
OpenTooler supports macOS, Linux, WSL, and native Windows.
1

Install the CLI

2

Check your setup

Confirm that connectivity.reachable is true.
3

Sign in

opentooler login and opentooler status are equivalent aliases.
4

Give the agent a first tool

opentooler.ping is a deterministic, zero-price tool that verifies the full execution path.

Next steps

Do not put an API key in an agent prompt or command-line argument. For unattended agents, provide OPENTOOLER_API_KEY through a secret manager or controlled environment.