> For the complete documentation index, see [llms.txt](https://docs.zydon.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zydon.com.br/quickstart/chaves-de-acesso.md).

# Chaves de acesso

Para acessar todas as rotas disponíveis em nossa API, é necessário o uso de duas chaves de autenticação: **Chave Secreta** e **ID da Chave**. Essas chaves são obrigatórias para que sua aplicação possa criar registros e consumir dados da API.

{% hint style="info" %}
**Importante:** A Chave Secreta é sensível e deve ser mantida segura para evitar acessos não autorizados
{% endhint %}

## Como gerar uma chave  API

Para gerar uma nova chave de API, siga os passos abaixo:

1. Acesse as **Configurações da Organização** no painel administrativo.
2. Localize a seção de **Chaves de API** e clique em Adicionar **Chave de API**.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeGdDWrC2cVFUHMxTsB0hI2XGEHg7UEv_QYUdnuqW8RVr3CkKVO4YfCyyY6KtIf0pAxOAFMT0t8d6iAdUISLeCfCuyzVgmKhkxnC7CaU79cGqX4ivTS2xlGecYTx98CtrZNMdBx03_nrqNAaZWzI1Geeq9m?key=Zwk67BZsb2R2NWhgpn3nNA" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc69zVgwEjf4Zov-SAL5CAXJtAPPEV7kK8nCV87oqYp4R3jpyi8QsUtb5Ntc1S_Aixh7LXQehaL8gpvCo1j4gLBR1VPiDyDI1-_VGnoKK8lR0zgCuBU7Fq_BWaVKCePHrOyOCKgmOGMeCdeZpl9LWA9UMb8?key=Zwk67BZsb2R2NWhgpn3nNA" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zydon.com.br/quickstart/chaves-de-acesso.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
