Now in beta — free for first $1,000 in billings

Monetize your CLI.
Let AI agents pay you.

You built the tool. We handle the money. Add usage-based billing to any CLI in 3 lines of code. Every agent call metered, priced, and paid.

search_cli.py
# Add 2 lines to your existing CLI
from climeter import meter

@meter.track # 💰 $0.01 per call
def search(query: str):
    return do_search(query)

# That's it. Every AI agent call is now billed.

POWERING CLI MONETIZATION FOR

OpenAIAnthropicVercelHuggingFaceReplicate

Everything you need to monetize CLI tools

Built for developers who ship CLIs. Fast, reliable, and designed to work everywhere.

Async Metering

Fire-and-forget events. Never blocks your CLI. Buffers locally and batches in background.

Real-time Analytics

Per-command usage, revenue, error rates. ClickHouse-powered for sub-second queries.

Stripe Connect

Automated payouts to your bank. We handle billing, invoicing, and compliance.

API Key Management

Issue keys per tool or org. Built-in rate limiting and usage quotas.

Offline Resilience

Events buffered when offline. Automatic retry with deduplication.

Multi-language SDKs

Python, Node.js, Go, Rust. Zero dependencies. Works anywhere.

From code to cash in minutes

Three simple steps to start monetizing your CLI.

01

Install the SDK

pip install climeter or npm install climeter

pip install climeter
02

Add the decorator

Wrap your CLI functions with @meter.track

@meter.track(price=0.01)
03

Get paid

Connect Stripe, set your price, start earning

$ git push && 💰

Simple, transparent pricing

Free up to $1,000. Then just 4% platform fee.

For testing
Free
  • Up to $1,000 in billings
  • All SDKs included
  • Basic analytics
  • Community support
Get started
POPULAR
For growing projects
4% platform fee
  • Unlimited billings
  • Advanced analytics
  • API keys & rate limiting
  • Priority support
  • Webhooks
Start building →

Enterprise custom pricing available. Contact us →

Ready to monetize your CLI?

Join hundreds of developers already billing for their CLI tools. Free up to $1,000 in billings. No credit card required.