
Billing Integration
- 11 installs
- 53 repo stars
- Updated May 13, 2026
- credyt/ai-tools
Wires Credyt billing into your app code - customer creation at signup, usage-event tracking, balance checks, cost tracking and a billing portal link - using the Credyt SDKs or direct HTTP.
About
Billing-integration wires Credyt usage-based billing into an application's code: it adds customer creation to signup, sends usage events, checks balances, tracks cost, and links to a billing portal, preferring the official TypeScript and Python SDKs over hand-rolled HTTP. A solo builder reaches for it after billing-setup to actually connect their app to Credyt and start metering and charging.
- Adds customer creation at registration
- Tracks usage events and checks balances
- Adds cost tracking and a billing portal link
- Uses @credyt/api-client / credyt-api SDKs or HTTP
Billing Integration by the numbers
- 11 all-time installs (skills.sh)
- Ranked #3,574 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/credyt/ai-tools --skill billing-integrationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 11 |
|---|---|
| repo stars | ★ 53 |
| Last updated | May 13, 2026 |
| Repository | credyt/ai-tools ↗ |
What it does
Wires Credyt billing into your app code - customer creation at signup, usage-event tracking, balance checks, cost tracking and a billing portal link - using the Credyt SDKs or direct HTTP.
Who is it for?
Adding usage-based billing to an AI app or SaaS
Skip if: Configuring products/pricing (use billing-setup)
When should I use this skill?
You want to send billing events from your app code
What you get
- App code wired to Credyt for customers, usage events and balances