Samsung SmartThings · FinOps Profile

Smartthings Finops

FinOps view of building on SmartThings. The SmartThings public REST API is free to use, so there is no direct per-call SmartThings invoice for a typical integration. The relevant cost is instead your own infrastructure for the SmartApp side of the integration - for a WEBHOOK_SMART_APP, the compute and bandwidth of the HTTPS endpoint that receives lifecycle and EVENT callbacks; for a LAMBDA_SMART_APP, the AWS Lambda invocations, duration, and associated API Gateway/CloudWatch charges. SmartThings' own governance cost is operational: staying within per-token and per-app rate limits and guardrails to avoid 429/422 errors and degraded event delivery. Large-scale integrations route through the Enterprise API / service-account program with its own contract terms.

Smartthings Finops is the FinOps profile for Samsung SmartThings on the APIs.io network, aligned with the FinOps Foundation Framework.

It defines 4 billable meters, billed in USD, on a none cycle, and pricing category free (public api).

The profile maps 8 FOCUS columns for cost-allocation reporting.

Tagged areas include Smart Home, IoT, Home Automation, FinOps, and Cost Management.

Category: IoT and Smart Home Platform Pricing: Free (Public API) Billing: None FOCUS v1.3
Smart HomeIoTHome AutomationFinOpsCost ManagementFOCUS

Framework Alignment

Framework
Data Spec

Charge Categories

Usage

FOCUS Columns

BillingCurrency
USD
ChargeCategory
Usage
InvoiceIssuerName
Samsung SmartThings
PricingCategory
Free
ProviderName
Samsung SmartThings
PublisherName
Samsung SmartThings
ServiceCategory
IoT and Smart Home Platform
ServiceName
SmartThings API

Meters

api_requests
Unit: requests
Public REST API requests, free but bounded by per-token/per-app rate limits.
lambda_invocations
Unit: invocations
AWS Lambda invocations for a LAMBDA_SMART_APP handling lifecycle and EVENT callbacks (billed by AWS, not SmartThings).
webhook_compute
Unit: hours
Compute and bandwidth for a WEBHOOK_SMART_APP endpoint receiving callbacks (billed by your host, not SmartThings).
events_delivered
Unit: events
Subscription/eventing volume delivered to your SmartApp; drives downstream compute cost.

Sources