topup_endpoint_with_payment
Complete an endpoint credit top-up after you have obtained a valid X-Payment payload. Accepts either a dashboard PAT with mcp:endpoints:write or mcp:* or a legacy endpoint API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Slug of the endpoint to top up | |
| apiKey | No | Legacy endpoint API key (x402_*) | |
| accessToken | No | Your dashboard MCP personal access token (sgl_pat_*) | |
| topupAmount | Yes | USDC amount to add, minimum 1 | |
| paymentPayload | Yes | Raw X-Payment payload returned by the paying client, as JSON or base64 string |