Pilvio

Pilvio is a cloud service provider offering virtual machines, object storage, and full API support for resource management and automation.

10 actions Integration catalog
Request access
Connect Pilvio once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Check Active CampaignsPILVIO_CHECK_ACTIVE_CAMPAIGNS
Tool to check for active campaigns. Use when you need to verify whether any campaigns are currently active.
Get User InfoPILVIO_GET_USER_INFO
Tool to retrieve information about the authenticated user. Use when you need to fetch the current user's profile after authentication.
List billing accountsPILVIO_LIST_BILLING_ACCOUNTS
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.
List Credit CardsPILVIO_LIST_CREDIT_CARDS
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'."
List InvoicesPILVIO_LIST_INVOICES
Tool to retrieve a list of invoices. Use after authentication to fetch and filter invoices for a billing account.
List Pilvio data center locationsPILVIO_LIST_LOCATIONS
Tool to retrieve the list of available data center locations. Use after authentication to see where you can deploy resources.
List VM Resource PoolsPILVIO_LIST_VM_RESOURCE_POOLS
Tool to retrieve the list of available VM resource pools. Use after authentication to determine where you can provision VMs.
List Virtual MachinesPILVIO_LIST_VMS
Tool to retrieve a list of all virtual machines. Use after authenticating to fetch your VMs.
List VM SnapshotsPILVIO_LIST_VM_SNAPSHOTS
Tool to list snapshots (replicas) of a specific VM. Use this to get all point-in-time snapshots or backups for a virtual machine.
Update User ProfilePILVIO_UPDATE_USER_PROFILE
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).