Skip to content
OAOpenAppPhysical Security as a Service
Login

Virtual Budget

  • Product: OpenApp Virtual Budget
  • Manufacturer: OpenApp
  • Similar open-source integrations:
    • N/A

This provider stores budget state in OpenApp device metadata and exposes a budget.spend action that increments spent_cents.

  1. Create an integration with provider type virtual_budget.
  2. Create or choose a device to act as the “container” for budgets.
  3. Create budget entities and set each budget entity’s external_id to a stable identifier (for example marketing_ads).
  4. Call the budget.spend action with payload { "delta_cents": 123 } to add spend.

Budget state is stored in device metadata under virtual_budget.budgets.<external_id>.spent_cents.

No provider-specific fields.
  • external_id (required): Stable identifier for the budget (e.g. marketing_ads, office_supplies).