how-credits-work.mdx 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. ---
  2. title: "How Credits Work"
  3. description: "Everything you need to know about credits."
  4. icon: "credit-card"
  5. ---
  6. ## Understanding Credits
  7. Credits are your usage balance on the platform. They power everything your agents do—from quick replies to long-running, multi-step workflows in sandboxes.
  8. Instead of charging per request or per feature, we use credits to provide transparent, usage-based billing. The more complex the task, the more credits it uses. Simple interactions cost less; heavy compute and long-running agents cost more.
  9. ### What Consumes Credits
  10. Credit usage depends on task complexity and how long your sandbox runs.
  11. | Resource | Description |
  12. | --- | --- |
  13. | **AI Tokens** | Processing requests through LLMs, image generation, and other AI models |
  14. | **Compute** | Running agents in your custom sandboxes and execution environments |
  15. | **Agent Builds** | Creating, configuring, and deploying new agents |
  16. | **File Storage** | Storing and managing files created during your tasks |
  17. | **Web Searches** | Searching the internet for information needed to complete tasks |
  18. | **Third-Party Services** | Accessing external APIs and integrated services that extend your agent's capabilities |
  19. <Note>
  20. - After a task completes, **AI token usage stops**, but **compute** can continue until your sandbox stops (timeout).
  21. - **Storage and downloads** can still use a small number of credits while agents are idle.
  22. - If you use **your own API keys**, we don’t deduct credits for AI tokens or other third-party services.
  23. </Note>
  24. ### Credit Types
  25. Credits fall into three categories. They are deducted in a specific order to maximize value:
  26. <CardGroup cols={3}>
  27. <Card title="Daily Credits" icon="circle-dollar">
  28. Use-it-or-lose-it credits that reset to 25 every day.
  29. </Card>
  30. <Card title="Monthly Credits" icon="rocket">
  31. Your main allocation, refreshed each billing cycle.
  32. </Card>
  33. <Card title="Refill Credits" icon="upload">
  34. Extra credits you can purchase anytime that never expire.
  35. </Card>
  36. </CardGroup>
  37. | Credit type | Who gets them | Amount | Refresh | Rollover | Notes |
  38. | --- | --- | --- | --- | --- | --- |
  39. | **Daily** | All users (Free and Pro) | 25 credits per day | Every 24 hours at midnight UTC | No — unused daily credits reset and do not accumulate | Use-it-or-lose-it. Resets to 25 at midnight UTC. |
  40. | **Monthly** | Pro users only | 2,000 credits per month | At the start of each billing cycle | No — unused monthly credits do not carry over | Main plan allocation. Refreshes each billing cycle. |
  41. | **Refill** | Anyone who purchases them | Based on purchase | One-time purchase | Yes — refill credits never expire | One-time purchase. Never expires. |
  42. ### Credit Usage Priority
  43. When you run a task, credits are consumed in this order:
  44. 1. **Daily credits** (used first)
  45. 2. **Monthly credits** (used second)
  46. 3. **Refill credits** (used last)
  47. This ensures expiring credits are always used before your permanent refill credits.
  48. <Note>
  49. We prioritize expiring credits so you get maximum value from every plan. Refill credits stay available as your backup.
  50. </Note>
  51. ## Monitoring Your Usage
  52. Track credit consumption in [**Settings → Billing**](https://agencii.ai/settings/?tab=billing) to review:
  53. - **Current balance:** remaining daily, monthly, and refill credits
  54. - **Usage by agency:** credit consumption per agency to highlight the most resource-intensive builds
  55. ## Credit Refunds
  56. If a task fails because of a system error on our side, we automatically refund the credits used for that task.
  57. <Warning>
  58. Refunds are not issued for tasks that fail due to user-provided instructions, external service issues, or reaching task limits. Provide clear, detailed instructions to minimize unnecessary usage.
  59. </Warning>
  60. ## Tips for Optimising Credit Usage
  61. <Steps>
  62. <Step title="Be specific">
  63. Give clear, detailed requests so agents complete tasks efficiently.
  64. </Step>
  65. <Step title="Batch work">
  66. Group similar tasks together to reduce repeated setup work.
  67. </Step>
  68. <Step title="Review checkpoints">
  69. Review intermediate results on complex workflows before committing additional credits.
  70. </Step>
  71. </Steps>
  72. ## FAQ
  73. <AccordionGroup defaultOpen={true}>
  74. <Accordion title="When do daily credits reset?">
  75. Daily credits reset every 24 hours at midnight UTC.
  76. </Accordion>
  77. <Accordion title="When do monthly credits reset?">
  78. Monthly credits refresh at the start of each billing cycle, on the same date you started your subscription.
  79. </Accordion>
  80. <Accordion title="Can I buy more credits?">
  81. Yes. Pro users can purchase refill credits at any time, and those credits never expire.
  82. </Accordion>
  83. <Accordion title="What happens if I run out of credits?">
  84. You'll receive notifications when your balance is low. You can wait for the daily refresh, upgrade to Pro for monthly credits, or purchase refill credits on PRO plan.
  85. </Accordion>
  86. <Accordion title="Do unused credits roll over?">
  87. Daily and monthly credits do not roll over. Refill credits remain in your account until you use them.
  88. </Accordion>
  89. </AccordionGroup>