Pilvio
Cloud service provider API for billing accounts, credit cards, invoices, data center locations, and user profiles.
Helps cloud admins that audit billing accounts and invoices, list available data center regions, and confirm authenticated user details.
Sign in to connect Pilvio
Sign in to connect an account and start using Pilvio in your apps.
Example Use Cases
These are example ways Snow can use Pilvio when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to check for active campaigns. Use when you need to verify whether any campaigns are currently active.
Tool to retrieve information about the authenticated user. Use when you need to fetch the current user's profile after authentication.
Tool to list billing accounts. Use when you need to fetch all billing accounts for management or reporting. Use after authenticating your Pilvio API key.
Tool to list credit cards attached to a billing account. Use after confirming the billing account ID. Example: "Retrieve cards for billing_account_id 'ba_1234567890abcdef'."
Tool to retrieve a list of invoices. Use after authentication to fetch and filter invoices for a billing account.
Tool to retrieve the list of available data center locations. Use after authentication to see where you can deploy resources.
Tool to retrieve a list of all virtual machines. Use after authenticating to fetch your VMs.
Tool to retrieve the list of available VM resource pools. Use after authentication to determine where you can provision VMs.
Tool to list snapshots (replicas) of a specific VM. Use this to get all point-in-time snapshots or backups for a virtual machine.
Tool to update the authenticated user's profile. Use after obtaining a valid API key when you need to modify profile details (e.g., change email or name).