NebulaAPI is a central bridge for integrating and managing APIs and webhooks in a transient and secure environment. With a focus on simplicity and efficiency, NebulaAPI allows you to quickly connect different services while maintaining security and agility.
- Central Bridge: Navigate between different APIs and integrate services seamlessly.
- Zero-Memory: Cryptographic validation in a transient cycle, without caching or persistent logs.
- Secure and Minimalist: Deploy on automation.
- Fork this repo.
- Clone:
git clone https://github.com/aegisflow/nebulaapi.git. - Install Wrangler:
npm install -g wrangler. - Test locally:
npx wrangler dev(open localhost:8787). - Deploy: Follow the instructions for deployment on cloudflare when ready.
Send POST to /api with JSON payload — it responds with echoed validation (no secrets, expand with env vars).
// Example curl
curl -X POST http://localhost:8787/api \
-H "Content-Type: application/json" \
-d '{"payload": "test"}'