---
title: "How is information transmitted and stored?"
date: "2018-03-27T07:53:03+00:00"
summary: "Discover how our API securely handles information transmission without storing data. Learn about our stateless, in-memory processing approach using JSON schema for efficient and temporary .twig and .css generation."
image:
type: "article"
url: "/drupal-starter-kits/add-ons/site-studio/help/65531-how-information-transmitted-and-stored"
id: "c6f2d9e4-2cde-4917-87b2-b09b95e761d8"
---

No site specific data is stored on the API.

We have intentionally made the API completely stateless and all processing is done in-memory. JSON schema data is used to generate .twig and .css styles before being transmitted back to your Drupal site on the same request and then immediately discarded.