Documentation Index
Fetch the complete documentation index at: https://docs.asgcompute.com/llms.txt
Use this file to discover all available pages before exploring further.
Architecture
ASG Agent Cloud is designed for reliability, scale, and security.System Overview
Components
Gateway
The Gateway is your primary entry point:- Handles MCP protocol (Streamable HTTP + SSE)
- Routes tool calls to services
- Enforces rate limits and authentication
Billing Service
The Billing Service manages payments:- Generates quotes
- Verifies on-chain payments
- Issues receipts
Control Plane
The Control Plane manages execution:- Run/Step state machine
- Budget enforcement
- Idempotency and deduplication
- Loop detection
Compute Layer
Two active compute services, with more on the roadmap:| Service | Status | Use Case |
|---|---|---|
| Inference | ✅ Active | AI completions (100+ models) |
| Sandbox | ✅ Active | Isolated code execution |
| Serverless | 🔜 Coming | Async jobs (Python/Node) |
| GPU Pods | 🔜 Coming | Dedicated GPU instances |