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 capabilityUnified API, CLI, and account layer
SettleKit lets developers deploy Workers, call AI models, provision provider services, and spend SettleMesh credits through one API key and one CLI.
$ 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
Deploy
SettleKit deploys through platform Wrangler credentials, creates the app OAuth client, wraps your Worker with SettleMesh login, and records the resource.
View deploy capabilitySpend
Every provider call goes through the same credit ledger, quote, hold, capture, and resource lifecycle.
Authenticate
Apps can trust SettleMesh identity headers instead of building login and API keys from scratch.