Skip to content

Commit

Permalink
DOCS-3481: Add billing fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Feb 3, 2025
1 parent 6c7f9be commit 9b36970
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/manage/manage/white-labelled-billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Once set up:

- You will have a branded billing dashboard for each org
- Invoices will be sent from your provided support email address and will contain your provided logo
- You can set custom pricing

{{<imgproc src="/operate/wlbilling.png" resize="1000x" declaredimensions=true alt="Example billing dashboard" style="width:600px" class="imgzoom">}}

Expand Down Expand Up @@ -105,5 +106,34 @@ https://app.viam.com/billing/<public-namespace>?id=<org-id>

{{<imgproc src="/operate/wlbilling.png" resize="1000x" declaredimensions=true alt="Example billing dashboard" style="width:600px" class="imgzoom">}}

{{% /tablestep %}}
{{< /table >}}

## Set custom pricing

You can set custom pricing for machines within your organization:

{{< table >}}
{{% tablestep link="" %}}
**1. Create a fragment with billing information**

For example:

```json {class="line-numbers linkable-line-numbers" data-line="5"}
{
"billing": {
"cost_per_month": {
"per_machine": 10
},
"tier_name": "not-free"
}
}
```

{{% /tablestep %}}
{{% tablestep link="/manage/fleet/reuse-configuration/" %}}
**2. Add the fragment to each machine**


{{% /tablestep %}}
{{< /table >}}

0 comments on commit 9b36970

Please sign in to comment.