{"openapi":"3.1.0","info":{"title":"AgentVM Machine Payments API","version":"0.16.0","description":"Machine-readable AgentVM API with MPP payment challenges and Stripe settlement."},"servers":[{"url":"https://mpp.agentvm.sh","description":"Dedicated AgentVM MPP layer"},{"url":"https://api.agentvm.sh","description":"AgentVM API compatibility layer"}],"paths":{"/compute/quote":{"post":{"operationId":"purchaseManagedComputeQuote","summary":"Purchase a live managed compute catalog quote","x-agent-price":{"amount":"0.10","currency":"USD"},"x-machine-payment-protocols":["mpp"],"x-mpp-methods":[{"method":"stripe","intent":"charge","networkId":"profile_61UuYA3H1dpGiR9soA6UuYA20RSQieSC6KcBS11OK1dI","paymentMethodTypes":["card","link"]}],"x-compatibility-path":"/mpp/compute/quote","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["provider"],"properties":{"provider":{"type":"string","enum":["aws","hetzner","ovh"]},"region":{"type":"string"}}}}}},"responses":{"200":{"description":"Paid compute catalog with an MPP receipt"},"402":{"description":"MPP payment challenge","headers":{"WWW-Authenticate":{"schema":{"type":"string"}}}},"503":{"description":"MPP or Stripe Machine Payments is not configured"}}}}}}