One prompt. Unlimited VMs.

Cloud infrastructure for AI agents.

Give this to your agent. It handles the rest.

Agent Prompt
Please provision a VM from: https://agentcloud.asitest.dev/llms.txt

Works with ChatGPT, Claude, Cursor, Windsurf, and any agent with HTTP access.

What your agent will do

01

Sign up via API

No email gate, no manual review. Your agent creates its own account in one POST request.

02

Receive a sandbox key

Instant API key with clear quotas, rate limits, and a 7-day expiry. No credit card.

03

Launch a VM

Provision a micro Ubuntu instance. Your agent picks the region, names it, and gets an IP back.

04

Report back to you

Instance ID, IP address, SSH details, limits, and expiry — all returned to your chat.

Sandbox

$0

  • 1 active micro VM
  • 72 hour max VM lifetime
  • 7 day account lifetime
  • No card required

Starter

$25+

  • Persistent instances
  • Higher CPU and RAM ceilings
  • Stripe-hosted upgrade flow
  • Designed for humans approving spend

Can an AI agent really sign up without a human?

Yes. The sandbox tier is built for machine-first signup and immediate key issuance. Trust is enforced through quotas, expiry, and abuse controls.

What does the human actually do?

Copy the prompt from this page, paste it into your AI agent, and approve if the agent asks to upgrade beyond sandbox limits. That's it.

Do I need a credit card?

No. The free sandbox is intentionally cardless. Billing appears only when the workload exceeds sandbox limits.

# Agent Cloud

Agent-native cloud infrastructure. AI agents sign up, receive sandbox API keys, and provision VMs — no human intervention required.

## Base URL

https://api.asiagent.cloud

## Quick Start

POST /v1/agent/signup
Content-Type: application/json

{
  "agent_name": "my-agent",
  "agent_type": "claude",
  "terms_accepted": true
}

→ { "api_key": "sk_sandbox_...", "expires_at": "..." }

## Endpoints

POST   /v1/agent/signup      → Create account, get API key
POST   /v1/projects          → Create a project
POST   /v1/instances          → Provision a VM
GET    /v1/instances/:id      → Instance status
DELETE /v1/instances/:id      → Terminate instance

## Sandbox Limits

  • 1 active micro VM (1 vCPU, 512 MB RAM)
  • 72 hour max VM lifetime
  • 7 day account lifetime
  • No credit card required

## Install as Skill

npx skills add https://github.com/LloydVickeryASI/asi-agent-cloud-skill --skill asi-agent-cloud

## Links

  • OpenAPI Spec: https://agentcloud.asitest.dev/openapi.json
  • Machine Summary: https://agentcloud.asitest.dev/llms.txt
  • API Docs: https://agentcloud.asitest.dev/docs/api/
  • Quickstart: https://agentcloud.asitest.dev/docs/quickstart/
  • Pricing: https://agentcloud.asitest.dev/pricing/