API Overview
ASG Agent Cloud uses the Model Context Protocol (MCP) for all tool interactions.Endpoint
Protocol
All requests use JSON-RPC 2.0 over HTTP POST.Request Format
Methods
| Method | Description |
|---|---|
tools/list | List available tools |
tools/call | Execute a tool |
Authentication
Authentication is via Solana wallet signature in the payment proof.Response Format
Success (200)
Payment Required (402)
Tools
| Tool | Description |
|---|---|
inference_chat | AI completions |
serverless_invoke | Run async jobs |
gpu_provision | Rent GPU pods |
gpu_heartbeat | Extend GPU lease |
gpu_terminate | End GPU lease |
sandbox_execute | Execute code |
billing_get_receipt | Get receipt details |
Rate Limits
| Tier | Requests/min | Requests/day |
|---|---|---|
| Default | 60 | 10,000 |
| Enterprise | Custom | Custom |