Skip to content
Discussion options

You must be logged in to vote

OpenACP has built-in usage tracking with monthly budget limits.

Configure in ~/.openacp/config.json:

{
  "usage": {
    "enabled": true,
    "monthlyBudget": 50,
    "warningThreshold": 0.8,
    "currency": "USD",
    "retentionDays": 90
  }
}
  • enabled: Enable/disable usage tracking (default: true)
  • monthlyBudget: Monthly cost limit (e.g. $50). Not set = no limit
  • warningThreshold: Warning when reaching % of budget (default: 0.8 = 80%)
  • currency: Currency unit (default: USD)
  • retentionDays: How long to keep usage data (default: 90 days)

OpenACP tracks token counts per session and calculates costs. When you reach 80% of your budget, you'll receive a warning notification.

Related: Usage & Budget

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 0xMag1ci4n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants