{
  "version": 1,
  "resources": [
    "POST /api/agent/v1/orders"
  ],
  "description": "Create a HekaSwap privacy-focused swap order for an automated agent.",
  "instructions": "HekaSwap Agent API exposes free quote creation and x402-paid order creation. Heka XMR Pay exposes merchant-owned payment requests and hosted /pay/{requestId} checkout links. Call GET /api/agent/v1/routes first, then POST /api/agent/v1/quotes. POST /api/agent/v1/orders requires an Idempotency-Key and a valid x402 payment. Use POST /api/payments/v1/merchant/requests with a server-side merchant key to create payment links. Only send swap funds after the order response returns depositInstructions. OpenAPI: https://www.hekaswap.com/openapi.json"
}