specification: FinOps Framework specificationVersion: '1.0' schema: https://www.finops.org/framework/ provider: Booqable providerId: booqable created: '2026-07-03' modified: '2026-07-03' reconciled: false tags: - Rental Management - Inventory - Bookings - FinOps - Cost Management - FOCUS description: >- FinOps view of Booqable spend. Booqable is a flat-rate SaaS subscription - cost is driven by the chosen plan tier (Essential, Pro, Premium) and the number of active users, billed monthly or annually, not by API call volume. The REST API and webhooks are included with the subscription at no incremental metered charge, so API usage does not directly generate variable cost. The primary cost levers are the plan tier, active-user count, and billing period (annual billing is discounted versus monthly). notes: >- Because API access is bundled into the subscription, there is no per-request invoice to allocate; FinOps attention is on choosing the right tier and user count. Confirm current tier prices and per-user policies on the Booqable pricing page. sources: - https://booqable.com/pricing/ - https://developers.booqable.com/ - https://focus.finops.org/focus-specification/v1-3/ alignedWith: framework: FinOps Foundation Framework frameworkUrl: https://www.finops.org/framework/ dataSpec: FOCUS dataSpecVersion: '1.3' dataSpecUrl: https://focus.finops.org/focus-specification/v1-3/ publisherName: Booqable serviceCategory: Business Applications billingModel: pricingCategory: Subscription billingFrequency: Monthly billingCurrency: USD chargeCategories: - Purchase - Adjustment focusColumns: ServiceName: Booqable Rental Software ServiceCategory: Business Applications ProviderName: Booqable PublisherName: Booqable InvoiceIssuerName: Booqable BillingCurrency: USD ChargeCategory: Purchase PricingCategory: Subscription meters: - name: subscription_tier description: The monthly or annual subscription fee for the chosen plan (Essential, Pro, Premium). unit: subscription aggregation: flat dimensions: - account - plan - name: active_users description: Number of active users included in or added to the plan; caps differ by tier. unit: users aggregation: max dimensions: - account - plan principles: - name: Visibility description: Track which plan tier and how many active users the account is billed for; API usage carries no separate meter to monitor. - name: Allocation description: Attribute the subscription cost to the rental operation or team using it; there is no per-endpoint cost to split. - name: Optimization description: Right-size the plan tier and active-user count to actual needs and prefer annual billing for the discount; avoid over-provisioning users. - name: Accountability description: Assign an owner to review the subscription at renewal against feature usage and headcount. maintainers: - FN: Kin Lane email: kin@apievangelist.com