Skip to content

Commit 93175d3

Browse files
authored
Merge pull request #31 from n0-computer/rae/spend-cap
Add details on billing
2 parents 95aec70 + 845f9b9 commit 93175d3

File tree

5 files changed

+188
-0
lines changed

5 files changed

+188
-0
lines changed

docs.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@
107107
{
108108
"group": "Net Diagnostics",
109109
"pages": ["iroh-services/net-diagnostics/quickstart", "iroh-services/net-diagnostics/usage", "iroh-services/net-diagnostics/reports"]
110+
},
111+
{
112+
"group": "Billing",
113+
"pages": [
114+
"iroh-services/billing/index",
115+
"iroh-services/billing/manage-subscription",
116+
"iroh-services/billing/control-costs",
117+
"iroh-services/billing/faq"
118+
]
110119
}
111120
]
112121
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Control Your Costs"
3+
description: "Set spend caps and monitor usage to keep your Iroh Services costs predictable"
4+
---
5+
6+
Iroh Services provides tools to help you stay in control of your spending.
7+
8+
## Spend caps
9+
10+
Spend caps let you set a maximum monthly budget for your project. When your usage reaches the cap, services that incur additional charges will be paused until the next billing cycle.
11+
12+
### Setting a spend cap
13+
14+
1. Go to your project dashboard.
15+
2. Navigate to **Settings**
16+
3. Under **Spend cap**, enter your maximum monthly budget.
17+
4. Click **Save**.
18+
19+
<Note>
20+
Your spend cap applies to your total invoice, including the base plan cost, any applicable taxes, and usage-based charges that exceed what's included in your plan.
21+
</Note>
22+
23+
### What happens when you hit your cap
24+
25+
When your usage-based charges reach your spend cap:
26+
27+
- **Metrics ingestion** will be paused. Endpoints will stop sending new metrics until the next billing cycle.
28+
- **Your existing data** is preserved. Dashboards and historical metrics remain accessible.
29+
- **Endpoint connections** — the number of active connections sending metrics to your project will be throttled.
30+
- **Active relay connections** are not affected. Your endpoints will continue to connect through relays.
31+
32+
Usage resets at the start of each billing cycle.
33+
34+
## Tips for managing costs
35+
36+
- **Start with the Free plan** to understand your usage patterns before upgrading.
37+
- **Set a spend cap** early to avoid unexpected charges.
38+
- **Review usage regularly** from the dashboard to spot trends before they become costly.

iroh-services/billing/faq.mdx

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: "Billing FAQ"
3+
description: "Frequently asked questions about Iroh Services billing"
4+
---
5+
6+
## What payment methods do you accept?
7+
8+
We accept major credit and debit cards. Payment is processed securely through our payment provider.
9+
10+
## When am I billed?
11+
12+
Billing is monthly. You'll be charged at the beginning of each billing cycle for
13+
your plan, and at the end of the cycle for any usage-based overages.
14+
15+
## Can I try Iroh Services for free?
16+
17+
Yes. The Free plan gives you access to shared public relays, basic metrics, and
18+
community support on Discord at no cost.
19+
20+
## What happens if my payment fails?
21+
22+
If a payment fails, we'll retry a few times and notify you by email. If the
23+
issue isn't resolved, your project may be downgraded to the Free plan.
24+
25+
## Do I get a refund if I cancel mid-cycle?
26+
27+
Relays are billed based on hourly usage, so you'll only be charged for the hours
28+
you used. For example, if you cancel after 10 hours of relay usage in a month,
29+
you'll only be billed for those 10 hours. If you have any
30+
questions about your bill or refunds, please contact us at [support@iroh.computer](mailto:support@iroh.computer).
31+
32+
## How do spend caps work?
33+
34+
Spend caps limit your usage-based charges (not your base plan cost). When you
35+
hit your cap, usage-based services like metrics ingestion are paused until the
36+
next cycle. See [Control your costs](/iroh-services/billing/control-costs) for
37+
details.
38+
39+
## Where can I see my invoices?
40+
41+
Invoices are available in the **Settings** > **Billing** section of your
42+
[project dashboard](https://n0des.iroh.computer).
43+
44+
## Are taxes included in the prices?
45+
46+
Prices shown do not include taxes. Applicable taxes (such as VAT or sales tax)
47+
may or may not be added at checkout based on your billing address and your local tax rules.
48+
49+
## I have a billing question not listed here
50+
51+
Reach out to us at [support@iroh.computer](mailto:support@iroh.computer).

iroh-services/billing/index.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Overview"
3+
description: "Understand how billing works for Iroh Services"
4+
---
5+
6+
Iroh Services offers plans to fit your needs, from free tiers for experimentation to enterprise plans for production workloads.
7+
8+
## Plans
9+
10+
| | **Free** | **Pro** | **Enterprise** |
11+
|---|---|---|---|
12+
| **Relays** | Shared public relays | Managed dedicated relays | Custom relay configurations |
13+
| **Metrics** | 1 day retention | 7 day retention | Custom retention & SLAs |
14+
| **Net Diagnostics** | Community support | Priority support tickets | Guaranteed SLA response times |
15+
| **Support** | Discord | Email & Discord | Dedicated support & professional services |
16+
17+
For full plan details and pricing, visit the [pricing page](https://n0des.iroh.computer/pricing).
18+
19+
## How billing works
20+
21+
Iroh Services billing is usage-based, calculated monthly. Your bill is determined by:
22+
23+
- **Your plan tier** — each plan includes a base set of features and resource allocations.
24+
- **Resource usage** — additional charges may apply for usage beyond what's included in your plan, such as metrics volume or relay bandwidth.
25+
26+
Billing is managed through the [Iroh Services dashboard](https://n0des.iroh.computer). You can view your current plan, usage, and invoices at any time.
27+
28+
## Next steps
29+
30+
- [Manage your subscription](/iroh-services/billing/manage-subscription) — upgrade, downgrade, or cancel your plan.
31+
- [Control your costs](/iroh-services/billing/control-costs) — set spend caps and monitor usage.
32+
- [Billing FAQ](/iroh-services/billing/faq) — common questions about billing and payments.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: "Manage Your Subscription"
3+
description: "Upgrade, downgrade, or cancel your Iroh Services subscription"
4+
---
5+
6+
Manage your subscription from the [Iroh Services dashboard](https://n0des.iroh.computer).
7+
8+
## Upgrade your plan
9+
10+
1. Go to your project dashboard.
11+
2. Navigate to **Settings** > **Billing**.
12+
3. Select the plan you'd like to upgrade to.
13+
4. Confirm the change.
14+
15+
Upgrades take effect immediately.
16+
17+
## Remove relays
18+
19+
Relays are charged to your account per hour of usage. To avoid unnecessary
20+
costs, make sure to remove any custom relays that you no longer need.
21+
22+
1. Go to your project dashboard.
23+
2. Navigate to **Relays**.
24+
3. Click the three dot menu next to any custom relay to remove it.
25+
26+
27+
## Downgrade your plan
28+
29+
In order to downgrade from Pro to Free, you need to remove any custom relays first.
30+
31+
1. Go to your project dashboard.
32+
2. Navigate to **Settings** > **Billing**.
33+
3. Select a lower-tier plan.
34+
4. Confirm the change.
35+
36+
37+
## Cancel your subscription
38+
39+
After cancellation, your data will be retained according to the Free plan's
40+
retention policy. There is no immediate deletion of data upon cancellation, but
41+
you will lose access to any features that are not included in the Free plan. If
42+
you decide to re-subscribe in the future, your data may still be accessible, but
43+
we cannot guarantee its availability because data cleanup may have occurred.
44+
45+
1. Go to your project dashboard.
46+
2. Navigate to **Settings** > **Billing**.
47+
3. Click **Cancel subscription**.
48+
49+
50+
## Update payment method
51+
52+
1. Go to your project dashboard.
53+
2. Navigate to **Settings** > **Billing**.
54+
3. Click **Payment method** to add or update your card on file.
55+
56+
## Invoices
57+
58+
Invoices are generated monthly and available in the **Billing** section of your dashboard. You can download past invoices at any time.

0 commit comments

Comments
 (0)