# ENV & Security Boundaries

## Environment Separation

Sestra environments are isolated. Common environments:

* sandbox
* staging
* production

Sessions and policies do not cross environments.

***

## Security Boundaries

Sestra focuses on access decisions only. It does not:

* execute code
* inspect payloads
* store secrets for clients

Clear boundaries improve security.

***

## Audit Perspective

From an audit point of view:

* Sestra stores minimal data
* sessions are temporary
* no personal data is handled

Audits focus on configuration and access flow, not user data handling.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sestra.gitbook.io/sestra-whitepaper/operating-and-environment/env-and-security-boundaries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
