> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Visão geral da API

## Fonte OpenAPI

Esta referência de API é gerada a partir da especificação OpenAPI ao vivo do MKA1.

<Card title="Especificação OpenAPI do MKA1" icon="file-code" href="https://apigw.mka1.com/speakeasy.json" />

## URL Base

Use `https://apigw.mka1.com` como o servidor principal da API.

## Autenticação

Autentique as requisições com sua chave de API MKA1 no cabeçalho `Authorization`.
Para integrações server-side multiusuário, envie também o cabeçalho `X-On-Behalf-Of` para identificar
o usuário final.

```http theme={null}
Authorization: Bearer <mka1-api-key>
X-On-Behalf-Of: <end-user-id>
```
