-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththoughtly-finops.yml
More file actions
74 lines (74 loc) · 2.42 KB
/
Copy paththoughtly-finops.yml
File metadata and controls
74 lines (74 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
specification: API Commons FinOps
specificationVersion: '0.1'
schema: https://raw.githubusercontent.com/api-evangelist/interface-research/main/schema/api-commons.yml#/$defs/FinOps
provider: Thoughtly
providerId: thoughtly
created: '2026-05-24'
modified: '2026-05-24'
reconciled: false
tags:
- FinOps
- FOCUS
- Voice AI
- Usage-Based Pricing
description: |
FinOps alignment for Thoughtly billing. Usage is metered in Thoughtly credits
with per-minute voice, per-step automation, per-message SMS, and per-month
phone number components. Standard paid plans use a USD subscription plus
metered overage; AppSumo plans use pure credit accounting.
sources:
- https://docs.thoughtly.com/platform/billing
- https://docs.thoughtly.com/platform/settings/usage
billingModel:
type: subscription + usage-based + credits
currency: USD
meteringFrequency: per-event
invoiceCadence: monthly
focus:
ServiceName: Thoughtly Voice and Chat Agents
ServiceCategory: AI Services
ProviderName: Thoughtly
PublisherName: Thoughtly
InvoiceIssuerName: Thoughtly, Inc.
BillingCurrency: USD
costDimensions:
- name: voice_minutes
description: Per-minute voice agent usage (inbound and outbound calls).
unit: minute
pricing: usd-per-minute (paid plans) or credits-per-minute (AppSumo)
- name: sms_messages
description: SMS messages sent or received via Thoughtly.
unit: message
pricing: credits-per-message
- name: chat_messages
description: Test chat / Vibes / chat agent messages.
unit: message
pricing: credits-per-message
- name: phone_numbers
description: Monthly phone number rental.
unit: number-month
pricing: 500 credits/number/month
- name: automation_steps
description: Each automation step run.
unit: step
pricing: 1 credit/step
- name: carrier_fees
description: Pass-through telephony carrier fees.
unit: usd
pricing: 200 credits per $1
allocation:
perWorkspace: true
perAgent: true
perPhoneNumber: true
reporting:
surfaces:
- Settings → Usage & Credits
- Settings → Subscription
- Analytics dashboard
exports:
- CSV usage exports (UI)
optimizations:
- Tune agent conversation length to reduce per-minute voice spend.
- Prefer SMS or email follow-up steps when voice is not required.
- Use Audiences and time-of-day routing to throttle outbound spend.
- Move heavy bulk campaigns to Enterprise plan for negotiated per-minute rates.