> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bfl.ml/llms.txt
> Use this file to discover all available pages before exploring further.

# Credits & Billing

> Add credits, track usage, and handle billing for your organization

## Understanding Credits

<Info>
  Credits are managed at the **organization level** and shared across all projects. All team members draw from the same credit pool, while usage is tracked per project so you can see which projects consume the most.
</Info>

## Adding Credits

<Steps>
  <Step title="Log in to your dashboard">
    Go to [dashboard.bfl.ai](https://dashboard.bfl.ai) and sign in
  </Step>

  <Step title="Navigate to Credits">
    In your organization sidebar, go to **API → Credits**
  </Step>

  <Step title="Select credit amount">
    Click **Add Credits** and choose the amount you want to purchase
  </Step>

  <Step title="Complete payment">
    You'll be redirected to Stripe to complete your payment securely. Credits are available immediately.
  </Step>
</Steps>

<Tip>
  Check our [Pricing](/quick_start/pricing) page for the latest pricing for each model.
</Tip>

<Frame caption="Click Add Credits to get started">
  <img src="https://cdn.sanity.io/images/2gpum2i6/production/b54ba89a056e4dfca58796c31cd1b20b74b44777-533x262.jpg" alt="Add credits button in dashboard" />
</Frame>

## Payment & Billing

<CardGroup cols={2}>
  <Card title="Payment Methods" icon="credit-card">
    We accept all major credit cards through Stripe.
  </Card>

  <Card title="Invoices" icon="file-invoice">
    Go to **API → Credits**, find your purchase in **Purchase History**, and click **View Invoice**.
  </Card>
</CardGroup>

<Frame caption="Stripe payment interface">
  <img src="https://cdn.sanity.io/images/2gpum2i6/production/a323475c53f1aa50ef9a52e9bdaa8998d5084ed1-948x913.jpg" alt="Stripe payment interface" />
</Frame>

## Track Your Usage

Monitor your API consumption at the organization or project level:

<Tabs>
  <Tab title="Organization Usage">
    See total consumption across all projects at **API → Usage** in your organization view:

    <CardGroup cols={3}>
      <Card title="Credit Balance" icon="coins">
        Your current available credits
      </Card>

      <Card title="Aggregated Usage" icon="chart-pie">
        Total consumption across all projects
      </Card>

      <Card title="Model Breakdown" icon="layer-group">
        Cost breakdown per model
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Project Usage">
    Drill down into individual project usage at **API → Usage** within each project:

    <CardGroup cols={2}>
      <Card title="Project Consumption" icon="chart-line">
        Credits used by this specific project
      </Card>

      <Card title="Requests by Endpoint" icon="code">
        See which endpoints are used most
      </Card>

      <Card title="Usage Patterns" icon="clock">
        Daily and hourly usage trends
      </Card>

      <Card title="Model Costs" icon="receipt">
        Cost breakdown per model
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

<Frame caption="Monitor your API usage">
  <img src="https://cdn.sanity.io/images/2gpum2i6/production/f4ef44bc8fa0115570e6755e3c6f7bb11461db95-772x1239.png" alt="Usage dashboard" />
</Frame>

## Transferring Credits

<Note>
  Organization administrators can transfer credits between organizations they manage. This is useful when consolidating credits, moving credits before deleting an organization, or reallocating budget between teams.
</Note>

To transfer credits, go to your organization settings or contact support.

## Activity Log

<Info>
  Track all billing and credit-related activities in your organization's **Activity Log**: credit purchases, credit transfers, and member changes that affect billing access. This provides a complete audit trail for compliance and accounting.
</Info>

## Next Steps

<CardGroup cols={2}>
  <Card title="Organizations & Projects" icon="building" href="/account_management/organizations_projects">
    Learn more about structuring your workspace
  </Card>

  <Card title="Team Management" icon="users" href="/account_management/team_management">
    Invite members and manage roles
  </Card>
</CardGroup>
