# Autenticação

Para acessar a LogAPI, é necessário autenticar as requisições através do envio de dois valores no cabeçalho (*header*): o `token` e a `appkey`.

* **token**: único para cada conta, esse valor identifica seu acesso principal à LogAPI.
* **appkey**: uma chave gerada para cada integração, permitindo que você conecte diferentes sistemas à mesma conta.

Embora não haja limite para o número de aplicativos que você pode integrar, todos compartilharão o mesmo limite de requisições do seu plano.

## Criando uma integração&#x20;

Dentro do Painel LogAPI, você deve criar a aplicação para ter acesso ao `appkey`.

A `appkey` não expira. Caso precise alterá-lo, faça através do nosso Painel. Se não for mais utilizar este aplicativo, basta excluí-lo.&#x20;


---

# 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://ajuda.logapi.com.br/intergrando-logapi/autenticacao.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.
