# AgentVM Machine Payments API AgentVM offers machine-payable managed compute API products using the Machine Payments Protocol. ## Discovery - Root: https://mpp.agentvm.sh/ - Agent card: https://mpp.agentvm.sh/.well-known/agent-card.json - OpenAPI: https://mpp.agentvm.sh/openapi.json - Products: https://mpp.agentvm.sh/products.json - Machine payments: https://mpp.agentvm.sh/machine-payments.json ## Paid endpoint - POST https://mpp.agentvm.sh/compute/quote - Compatibility: POST https://api.agentvm.sh/mpp/compute/quote - JSON body: {"provider":"aws|hetzner|ovh","region":"optional-region"} - An unpaid request returns HTTP 402 with an MPP WWW-Authenticate challenge.