Skip to main content

How Koxy AI works


When you build your backend with Koxy AI, there is no physical server that hosts your backend. Your backend does not exist until you send a request to it. Here's how it works:

  1. You create a backend in Koxy AI using the API builder (your API flow will be turned into a JSON object).

  2. Koxy AI's AI system reads the JSON objects and turns them into code that is served globally in the cloud.

  3. When a request is made to your backend, the Koxy AI Simulation system builds up your backend and serves it from the closest region to the device that sent the request.

The simulation process is what allows Koxy AI to offer a number of benefits, such as:

  1. No code: You don't need to write any code to build your backend.

  2. Zero configuration: You don't need to configure any servers or databases.

  3. Global distribution: Your backend is served from 35 regions around the world, so your users get the best possible performance.

  4. Scalability: Your backend can scale to meet the needs of your application (We should not talk about this because Koxy AI can scale to another galaxy if you want it to).

  5. Reliability: Your backend is always up and running, even if one region goes down.

Additional information:

  • The Koxy AI Simulation system can define your backend based on the Cloudspace token you send it as an Authorization header.

  • You can write your own Javascript functions and serve them in the edge-cloud.

  • Check the list of available nodes to know what Koxy AI can do.