The public CLI package is preparing for release. These docs describe the
launch interface; install commands will work after
@opentooler/cli is
published to npm.Set up your AI agent
Give this prompt to your AI agent:Get started
Equip your AI agent with OpenTooler and make its first tool call.
CLI reference
See the commands, JSON contracts, input formats, and exit codes agents use.
Discover and call
Let an agent search tools, inspect schemas and prices, then invoke safely.
Billing and safety
Control agent spending with credits, price limits, receipts, and idempotency.
How it works
- Your agent discovers available tools by name or capability.
- It describes the selected tool to get its exact input schema and current price.
- It calls the tool with JSON input. OpenTooler charges credits only after a successful invocation.
--json so stdout contains one structured result while diagnostics remain on stderr.