# Segurança

Levamos muito a sério a segurança das informações dos nossos clientes e colaboradores que se integram com a Tray. Por isso contamos com o mesmo comprometimento por parte dos nossos parceiros.

Todos parceiros precisam garantir que:

* As informações transmitidas entre os sistemas estão seguras;
* As informações são acessíveis somente por pessoas autorizadas;
* Seguem os mais rígidos padrões de segurança;
* Usam certificado digital emitido por uma entidade reconhecida;
* Fazem uso do protocolo `https` em todas as pontas.

{% hint style="danger" %} <mark style="color:red;">**Atenção!**</mark> Certificados digitais auto assinados **não são** permitidos.
{% endhint %}

{% hint style="info" %} <mark style="color:blue;">**Vale a pena saber :)**</mark>

Nossos sistemas não disparam notificações para sistemas locais (localhost). Portanto, durante a fase de desenvolvimento, será necessário usar um servidor online para teste ou uma ferramenta de redirecionamento, como o [**ngrok**](https://ngrok.com/) para receber os dados disparados pelos endpoints da API.
{% endhint %}


---

# 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://partners.tray.com.br/loja-de-aplicativos/comece-por-aqui/seguranca.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.
