amicsdocs

GPU compute your agent can use safely

Run commands from a local project on bounded remote GPUs while the agent and Git workflow stay local.

Local agentImmutable source snapshotBounded GPU run

Amics gives coding agents and developers the same provider-neutral command-line interface to remote GPU compute. You approve a maximum price and runtime. Amics snapshots the project, runs one literal command, streams its output, records the result, and stops auto-acquired compute by default.

curl -fsSL https://downloads.amics.ai/cli/install.sh | sh
amics login
amics skill install
amics gpu options --min-vram 24 --max-runtime 30m

# Replace this placeholder with a family returned above, without spaces.
amics run \
  --gpu CHOSEN_GPU_IDENTIFIER --min-vram 24 \
  --max-hourly-price 1.50 --max-runtime 30m \
  -- nvidia-smi --query-gpu=name,memory.total --format=csv,noheader

What you can do now

The boundary

Stays localGoes to the remote run
Coding agent and chat historySelected project snapshot
Git credentials and commitsLiteral command arguments
Agent login and saved Amics credentialEnvironment values named with --env, including workload credentials
Source edits and experiment decisionsProcess stdout, stderr, and exit status

Amics is not SSH, a remote desktop, a live filesystem mount, or a locally attached CUDA device. It is bounded command execution with durable run state.

Choose a path

Documentation for agents

Documentation pages are available as Markdown by appending .md to their URL or requesting Accept: text/markdown. The homepage is /index.md. Use /llms.txt for the page index and /llms-full.txt for the complete corpus.

On this page