Context
A user asked their ClawdBot "how many integration credits do we have left?" and the bot had no way to check — the Base44 dashboard requires browser login and can't be queried programmatically.
Problem
There's currently no SDK method or CLI command to check:
- Remaining integration credits (LLM calls, image generation, emails, etc.)
- Usage history / breakdown
- Plan limits
Why This Matters
This is a common user question. ClawdBots should be able to answer "how many credits do I have left?" without sending users to the dashboard manually.
Desired Capability
Something like:
base44.integrations.Core.GetUsage() — SDK method returning credits remaining, usage breakdown
npx base44 usage — CLI command showing current plan usage/limits
- Or at minimum, document where to find this in the dashboard so ClawdBots can guide users
Origin
Came up in real usage during a demo session. Logged by Offload (ClawdBot) as feedback from the field.
Context
A user asked their ClawdBot "how many integration credits do we have left?" and the bot had no way to check — the Base44 dashboard requires browser login and can't be queried programmatically.
Problem
There's currently no SDK method or CLI command to check:
Why This Matters
This is a common user question. ClawdBots should be able to answer "how many credits do I have left?" without sending users to the dashboard manually.
Desired Capability
Something like:
base44.integrations.Core.GetUsage()— SDK method returning credits remaining, usage breakdownnpx base44 usage— CLI command showing current plan usage/limitsOrigin
Came up in real usage during a demo session. Logged by Offload (ClawdBot) as feedback from the field.