Unified API, CLI, and account layer

One account for every programmable service.

SettleKit lets developers deploy Workers, call AI models, provision provider services, and spend SettleMesh credits through one API key and one CLI.

settle deploy
$ settle login
Signed in with SettleMesh

$ settle cloudflare workers deploy \
  --name launch-site \
  --script-file worker.js \
  --auth required

Created OAuth client
Charged 25 credits
Deployed https://launch-site.example.workers.dev
1 Account
1 API key
6+ Providers
300+ Models routed

Deploy

Ship a protected Cloudflare Worker from the CLI.

SettleKit deploys through platform Wrangler credentials, creates the app OAuth client, wraps your Worker with SettleMesh login, and records the resource.

View deploy capability

Spend

Use credits across Stripe, Supabase, Cloudflare, and AI.

Every provider call goes through the same credit ledger, quote, hold, capture, and resource lifecycle.

Authenticate

Give every deployed service the same account layer.

Apps can trust SettleMesh identity headers instead of building login and API keys from scratch.