Milkey Documentation

Monitor Usage

Keep track of your API consumption, active skills, and rate limits.

Milkey tracks every request made by your AI assistants back to the platform. By monitoring your usage, you can understand how efficiently your AI is reading context and predict when you might need to upgrade your tier.

Understanding Quotas

Requests are counted whenever an authenticated AI client hits the API using your Secret API key. Note that dashboard activity (such as you browsing the catalog) does not count toward your billing limits.

  • Free Plan: 1,000 requests per calendar month.
  • Pro Plan: Unlimited requests (fair use policy applies).
Reset Cycles
Usage counters reset at the start of every calendar month (in UTC timezone) automatically.

Viewing Analytics

Navigate to your Dashboard and look at the embedded Usage Chart. The dashboard aggregates:

  • Total requests over the current billing cycle.
  • Daily activity trends over the last 30 days.
  • Top used skills in the current period.

Rate Limits

If your free-tier agent exceeds the monthly request quota, the API returns 429 Too Many Requests with a plan-limit error message.

Handle 429 responses with backoff and alerting so automation can fail gracefully and recover quickly after limits reset.