Get your API key

Free tier — 100 calls/day. No credit card required.

Your API Key

click to copy

Save this key now — it cannot be retrieved later. A copy has been sent to your email.

Next: install the SDK

Recommended — modern & fastest

# Install uv (one-time)
curl -LsSf https://astral.sh/uv/install.sh | sh

# Add ToolRate to your project
uv add toolrate

Alternative — without uv

python3 -m venv .venv
source .venv/bin/activate
pip install toolrate

Note: If you see a PEP 668 “externally-managed-environment” error with plain pip, that’s because of Homebrew Python. Use one of the methods above instead.

TypeScript: npm install toolrate (Node 18+) · API docs

Need more than 100 calls/day?

See pricing — PAYG $0.008/call or Pro $29/mo

Your email is hashed for deduplication only — we never store it in plain text.

← Back to ToolRate