x402-protected addition endpoint (currently returning 500 errors)
What it does
This endpoint at x402-ai-starter-khaki.vercel.app/api/add appears to be an x402-protocol demonstration service that provides access to a simple addition API behind a payment wall. The endpoint name suggests it performs an arithmetic addition operation, likely as a starter/demo project for the x402 payment protocol on Vercel.
However, at the time of probing, the endpoint returns HTTP 500 Internal Server Error on all methods (POST and GET) and across all crawled pages including the root, docs, API base, pricing, and README paths. No x402 payment challenge was returned, no documentation or schema information is available, and the entire Vercel deployment appears to be non-functional. Without a working deployment, no further details about request/response formats, pricing, or capabilities can be determined.
Given the naming pattern ("x402-ai-starter-khaki"), this is likely a personal or tutorial deployment of an x402 starter template that is no longer maintained or has a configuration issue.
Capabilities
Use cases
- —Learning how x402 payment protocol works
- —Testing x402 client implementations against a simple endpoint
- —Demonstrating pay-per-call API patterns
Fit
Best for
- —Developers experimenting with x402 protocol
- —x402 client library testing
Not for
- —Production arithmetic or computation needs
- —Any use case requiring a reliable, live endpoint
- —Applications needing guaranteed uptime
Quick start
# Endpoint is currently down (500). When live, a typical x402 call would be:
curl -X POST https://x402-ai-starter-khaki.vercel.app/api/add \
-H 'Content-Type: application/json' \
-d '{"a": 2, "b": 3}'Endpoint
Quality
The endpoint returns HTTP 500 on every method and every path. No x402 challenge was captured, no documentation is available, and the entire deployment is non-functional. The listing title and description from the Bazaar record are generic placeholders. This is effectively a dead endpoint.
Warnings
- —Endpoint returns HTTP 500 Internal Server Error on all requests (POST and GET)
- —No x402 payment challenge was returned — endpoint is not functioning as an x402 service
- —All pages on the deployment (root, docs, api, pricing, README) return 500 errors
- —Likely an abandoned or misconfigured personal/tutorial deployment
- —No schema, documentation, or pricing information available
Citations
- —Endpoint returns HTTP 500 on both POST and GET requestshttps://x402-ai-starter-khaki.vercel.app/api/add
- —Root and all crawled pages return Internal Server Errorhttps://x402-ai-starter-khaki.vercel.app