> For the complete documentation index, see [llms.txt](https://docs.trybit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trybit.com/pt/start/get-api-keys.md).

# Como obter chaves da API

Para trabalhar com a API da Trybit, precisará obter chaves de API exclusivas. Estas chaves identificam o seu projeto e permitem uma comunicação segura entre a sua plataforma e o serviço Trybit. Eis como pode obter as suas chaves de API:

1. **Inicie sessão na sua conta pessoal:**

   * Registe-se e inicie sessão na sua conta pessoal na plataforma Trybit.

2. **Crie um novo projeto:**

   * Vá a «Os Meus Projetos» no menu da esquerda.
   * Clique no botão «Criar um novo projeto».
   * Na secção «Como pretende aceitar pagamentos», selecione «No seu website».
   * Preencha todos os parâmetros obrigatórios.

3. **Receber chaves:**
   * Após criar um projeto, vá às respetivas definições.
   * No lado direito do ecrã, encontre a secção com a sua API KEY, SHOP ID e SECRET KEY.

{% hint style="info" %}
[Como posso adicionar um projeto?](https://support.trybit.com/getting-started/add-project)
{% endhint %}

Agora tem todas as chaves de que precisa para trabalhar com a API da Trybit. Mantenha-as seguras e não as partilhe com terceiros.


---

# 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:

```
GET https://docs.trybit.com/pt/start/get-api-keys.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.
