Skip to main content

For people and agents

CLI for any AI workload in any cloud account

Guardrails let agents safely run jobs, deploy services, and launch VMs on CPU and GPU infrastructure.

$curl -fsSL https://get.anycloud.sh | sh
$anycloud jobModel training, evaluations, batch inference, and data processing.
$anycloud serviceModel APIs, inference endpoints, and research dashboards.
$anycloud vmInteractive exploration, debugging, and custom research workflows.
One CLI across the cloud accounts you already use
AWSAzureGCPLambdaVast

Agent guardrails

Let agents handle the work between decisions.

Your team sets the research direction. Claude Code, Codex, Cursor, and Aider operate between decisions, while analytics, throttles, budgets, and alerts keep each agent session visible and bounded.

Keep the loop moving

Agents can launch batches, read status and cost as JSON, retrieve results, and prepare outputs for the next decision using predictable commands.

Track and limit spend by agent session

Scope budgets, burn-rate throttles, and alerts to each detected agent session. When a cap is reached, new jobs wait while running jobs finish. Explore spend controls.

Launch, monitor, repeatβ€”with controls

$ anycloud budget set 4000 --per day --agent-session

Budget  day  (resets in 19h)
  per agent-session  cap $4,000 each
    train-llama-sft     β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ  96%    $3,848 / $4,000      $152 left
    lr-sweep            β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘  78%    $3,136 / $4,000      $864 left
    eval-harness        β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   9%      $368 / $4,000      $3,632 left

Agents in production

Agent safeguards that accelerate the research loop.

At Γ…ngstrom AI, researchers chose the experiments and interpreted the results. Agents launched batches of jobs, monitored status, downloaded outputs, and generated plots and summaries for the next decisionβ€”all under per-session spend controls. The work spanned 100,000+ GPU hours.

β€œWe have been using anycloud at @Angstrom_ai to make the gpus go brrrrrr!”
Laurence MidgleyΒ·@SilkyDogfishΒ·Angstrom AI
Read the Angstrom AI case study

Execution modes

Choose the right primitive for any workload

Run AI research as finite jobs, turn results into long-lived services, or drop down to a VM for direct compute accessβ€”all behind the same cloud-account workflow.

anycloud job

Job

Run finite work to completion.

Good for
Model training, evaluations, batch inference, and data processing.
Explore Jobs
anycloud service

Service

Keep an HTTP workload online.

Good for
Model APIs, inference endpoints, and research dashboards.
Explore Services
anycloud vm

VM

Work directly with provisioned compute.

Good for
Interactive exploration, debugging, and custom research workflows.
Explore VMs

Prefer Python? Jobs and Services are also available through the Python SDK.

Your cloud accounts

Your cloud accounts stay yours.

Choose where work runs while infrastructure, credentials, data, credits, and billing stay in your accounts.

Choose the account and hardware

Pin a cloud account, region, or hardware profileβ€”or let anycloud make a cost-aware choice from matching compute.

Bring your own container

Use the same container image across workload modes, with the environment, secrets, and runtime settings each one needs.

Keep ownership in your accounts

Your infrastructure, credentials, data, credits, and provider billing stay in the cloud accounts you control.

anycloud job --gpu-type h100 --spot

For one job, the lowest price across every region in every account wins. Spot prices are illustrative.

How it works

Any workflow, any cloud, any agent

Run it yourself or hand it to an agent; anycloud follows the same path from cloud-account selection through provisioning, operation, and cleanup.

  1. 01

    Choose a mode

    Start from the workload abstraction that fits.

  2. 02

    Select an account

    Choose credentials, region, and hardware.

  3. 03

    Provision

    anycloud starts matching compute in that cloud account.

  4. 04

    Operate

    Follow the workload through its mode-specific lifecycle.

  5. 05

    Clean up

    Release compute at completion or when you terminate the workload.

Optional cost optimization

Stretch GPU budgets with spot.

For checkpointed Jobs, spot can lower the cost of long runs. If capacity is reclaimed, anycloud cleans up the lost VM, provisions a replacement, restores /mnt/checkpoint, and restarts the container.

Preemption recovery
VM 1VM 2VM 3checkpoint⚑preemptionresume on a new VM
See how spot recovery works

Give agents reliable primitives for working in your cloud accounts

Your team sets the direction and limits. anycloud handles execution through the same CLI.