create_endpoint_with_payment
Create a new agent endpoint after you have obtained a valid X-Payment payload for the creation challenge. Requires a dashboard PAT with mcp:endpoints:write or mcp:*.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Pricing mode | |
| name | Yes | Human-readable endpoint name | |
| slug | Yes | Unique slug for the new endpoint | |
| chain | Yes | Primary payout network, usually base, solana, or both | |
| price | No | Price per request or base package price | |
| category | No | Marketplace category | |
| currency | No | Payout currency, default USDC | |
| imageUrl | No | Endpoint image URL | |
| bannerUrl | No | Endpoint banner URL | |
| originUrl | Yes | Origin URL of the endpoint backend | |
| webhookUrl | No | Optional HTTPS webhook URL | |
| accessToken | Yes | Your dashboard MCP personal access token (sgl_pat_*) | |
| description | No | Endpoint description | |
| walletAddress | Yes | Primary payout wallet address | |
| paymentPayload | Yes | Raw X-Payment payload returned by the paying client, as JSON or base64 string | |
| purchaseAmount | No | USDC amount to pay on creation, minimum 5 | |
| listOnMarketplace | No | Whether to list the endpoint publicly | |
| walletAddressSecondary | No | Secondary wallet when chain is both |