Skip to main content

Documentation Index

Fetch the complete documentation index at: https://runcrate.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Ask your AI agent for a full inventory of your GPU cloud. It lists every resource, calculates costs, identifies waste, and suggests optimizations.

”Give me a complete audit of everything running in my workspace.”

The agent inventories all resources:
  1. list_instances — all GPU instances
  2. list_volumes — all storage volumes
  3. list_environments — all environments
  4. billing_balance — current credit balance
  5. billing_usage — spending over the last 30 days
Infrastructure Audit — May 19, 2026 Instances (4 running):
InstanceEnvironmentGPUUptimeCost/hr
prod-inferenceproductionH10012 days$2.50
staging-teststagingA1003 days$1.60
dev-boxmainRTX 409018 hrs$0.35
old-benchmarkmainRTX 40909 days$0.35
Volumes (3 total):
VolumeEnvironmentSizeRegionStatus
model-weightsproduction500 GBus-east-1attached
training-datamain200 GBus-east-1available
temp-scratchmain100 GBeu-central-1available
Environments: main, staging, production Balance: 1,247.8030dayspend:1,247.80 **30-day spend:** 1,892.40 Current burn rate: 4.80/hr(4.80/hr (115.20/day)

“What’s wasting money? Where can I cut costs?”

The agent analyzes utilization:
  1. ssh_execute on each instance — checks GPU utilization
  2. list_volumes — checks for unattached volumes
Waste identified:
ResourceIssueMonthly costAction
old-benchmark0% GPU utilization for 9 days$75.60Terminate
staging-test2% GPU utilization$115.20/moTerminate when not testing
temp-scratchUnattached volume, different region$7.50/moDelete if not needed
training-dataUnattached volume$15.00/moDelete or attach
Potential savings: $213.30/month (45% of current spend) Kill old-benchmark first (idle 9 days), then shut down staging-test between sessions, and delete temp-scratch (wrong region).

”Clean up the waste. Kill idle instances and delete unused volumes.”

The agent executes the cleanup:
  1. delete_instance — terminates old-benchmark
  2. delete_volume — deletes temp-scratch
  3. billing_balance — checks updated balance after refunds
Cleanup complete:
  • Terminated old-benchmark (idle 9 days) — saving $0.35/hr
  • Deleted temp-scratch (100 GB, eu-central-1) — unused credits refunded
Updated burn rate: 4.45/hr(was4.45/hr (was 4.80/hr) Monthly savings: ~$252 Remaining resources: 3 instances, 2 volumes across 3 environments. Next recommendation: shut down staging-test when you’re not actively testing.

Tools used in this workflow

ToolPurpose
list_instances / list_volumes / list_environmentsFull resource inventory
billing_balance / billing_usageCredit and spending data
ssh_executeCheck GPU utilization per instance
delete_instance / delete_volumeClean up waste