How your data is hosted
Where your data is hosted
Your data is hosted safely on AWS and Supabase in the US. AWS is a leading cloud computing platform that offers a high level of security and reliability. and Supabase is an open-source tool that also offers a high level of security and speed. Your data is stored in encrypted form, and it is only accessible to authorized access.
your data is also distributed in the edge-cloud using Gun DB. Gun DB is a decentralized database that supports real-time data reading. This means that your data is always available, even if one region goes down.
Environment variables
Environment variables are saved as key-value and they can be accessed in your API using the koxy.env.{variable_key}
syntax. you will see this syntax pattern a lot in Koxy AI and you can check Dynamic Variables to learn more about them.
Koxy Database
Koxy Database is unlimited storage JSON-based database where data is saved in collections as JSON documents. It's fast, flexible, and supports document embedding (relational data).