DocumentationArchitecture
Architecture
Understanding how FusePlane routes and secures your requests.
Every request to FusePlane passes through a rigorous security pipeline before your code is ever executed.
Incoming Request
Your client sends a request to your unique endpoint URL. We validate TLS and basic headers.
Edge Policy Check
Before execution, we verify CORS origins, rate limits, and authentication tokens.
Environment Hydration
Decrypted secrets are injected into the isolated execution context.
Code Execution
Your JavaScript/TypeScript handler runs. It creates the request to the upstream provider.
Response & Logs
The response is sent back to the client, and telemetry is pushed to your dashboard.