Disposable
Every endpoint expires automatically after thirty minutes; the cleanup task removes its files.
Create a private endpoint, send it any HTTP request, and inspect the method, headers, query string, source and body. No account. No setup. Gone in 30 minutes.
$ curl -X POST https://nativebin.elephc.cloud/hook/your-token \
-H 'Content-Type: application/json' \
-d '{"event":"deploy.ready","sha":"abc123"}'
→ HTTP/1.1 200 OK
→ {"received":true,"event_id":178619859754078}
Every endpoint expires automatically after thirty minutes; the cleanup task removes its files.
Headers, raw body, query parameters, content type and source address in one focused view.
The server is PHP compiled ahead of time by Elephc. No interpreter, VM or PHP-FPM.