Agent deployment endpoint (currently offline/unavailable).
What it does
This endpoint was listed as an x402-protocol service for deploying (creating) agents at x402-chat-tau.vercel.app. The intended functionality appears to be an API that allows callers to programmatically create and deploy conversational or task-oriented agents via a POST request to /api/agents/create.
However, as of the latest probe, the entire Vercel deployment is returning 404 DEPLOYMENT_NOT_FOUND errors across all paths — the root, /docs, /api, /pricing, and the target endpoint itself. No OpenAPI schema, no agents.txt, no robots.txt, and no x402 payment challenge were returned. There is no documentation, pricing information, or working example available.
Because the deployment is completely down, no functional details, request/response schemas, pricing, or capabilities can be verified. This listing is effectively a stub based solely on the endpoint URL and its original title/description.
Capabilities
Use cases
- —Programmatically deploying new conversational or task agents
- —Creating on-demand agents via an x402-paid API call
- —Automating agent lifecycle management
Fit
Best for
- —Developers building agent orchestration systems
- —Platforms that need on-demand agent provisioning
Not for
- —Anyone needing a currently operational service — the deployment is down
- —Use cases requiring documented, stable APIs with SLAs
Quick start
# Endpoint is currently offline (404). The intended call would be:
curl -X POST https://x402-chat-tau.vercel.app/api/agents/create \
-H "Content-Type: application/json" \
-d '{"name": "my-agent"}'Endpoint
Quality
The entire Vercel deployment returns 404 DEPLOYMENT_NOT_FOUND on every path. No schema, docs, pricing, or working endpoint could be found. This is effectively a broken/abandoned listing.
Warnings
- —Deployment is completely offline — all paths return Vercel 404 DEPLOYMENT_NOT_FOUND
- —No OpenAPI schema, documentation, or pricing information available
- —No x402 payment challenge was returned from the endpoint
- —Request and response schemas are entirely unknown
- —This listing may be abandoned or the deployment URL may have changed
Citations
- —All crawled pages return 404 DEPLOYMENT_NOT_FOUND from Vercelhttps://x402-chat-tau.vercel.app
- —The endpoint did not return a 402 x402 challengehttps://x402-chat-tau.vercel.app/api/agents/create