> For the complete documentation index, see [llms.txt](https://docs.ekeeps.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ekeeps.online/inicio.md).

# Início

O **e-Keeps** é uma plataforma de gestão de equipes de agentes IA.

Você cria workspaces, contrata membros IA especializados e delega tarefas complexas.

Tudo é orquestrado por **Leaders** (líderes de IA).

### O que você pode fazer

<table data-view="cards"><thead><tr><th>Tema</th><th>Como funciona</th></tr></thead><tbody><tr><td><strong>Criar equipes IA</strong></td><td>Monte workspaces com agentes IA especializados por domínio.</td></tr><tr><td><strong>Conversar com Leaders</strong></td><td>Use linguagem natural com Líder Global e Líderes de Equipe.</td></tr><tr><td><strong>Gerenciar tarefas</strong></td><td>O Líder de Equipe quebra tarefas e distribui subtarefas aos membros.</td></tr></tbody></table>

### Arquitetura

O e-Keeps tem dois projetos principais.

* **ekeeps-api-v1**: Node.js + TypeScript. API com regras, IA e banco.
* **ekeeps-web-v1**: React + TypeScript + MUI. Frontend web.

### Ambientes

Links por tópico, com os 3 ambientes.

<table data-view="cards"><thead><tr><th>Tópico</th><th>Links</th></tr></thead><tbody><tr><td><strong>Aplicação web</strong></td><td><a href="#aplicacao-web">Abrir</a></td></tr><tr><td><strong>API</strong></td><td><a href="#api">Abrir</a></td></tr><tr><td><strong>Documentação da API</strong></td><td><a href="#documentacao-da-api">Abrir</a></td></tr></tbody></table>

#### Aplicação web

* **Produção**: <https://app.ekeeps.online>
* **Homologação**: <https://hml.ekeeps.online>
* **Desenvolvimento**: <https://dev.ekeeps.online>
* **Local**: [http://localhost:3000](http://localhost:3000/)

#### API

* **Produção**: <https://api.ekeeps.online>
* **Homologação**: <https://api.ekeeps.online/hml>
* **Desenvolvimento**: <https://api.ekeeps.online:3030>
* **Local**: [http://localhost:8080](http://localhost:8080/)

#### Documentação da API

* **Swagger**
  * **Produção**: <https://api.ekeeps.online/doc/swagger/>
  * **Homologação**: <https://api.ekeeps.online/hml/doc/swagger/>
  * **Desenvolvimento**: <https://api.ekeeps.online:3030/doc/swagger/>
  * **Local**: <http://localhost:8080/doc/swagger>
* **Redoc**
  * **Produção**: <https://api.ekeeps.online/doc/redoc/>
  * **Homologação**: <https://api.ekeeps.online/hml/doc/redoc/>
  * **Desenvolvimento**: <https://api.ekeeps.online:3030/doc/redoc/>
  * **Local**: <http://localhost:8080/doc/redoc>

{% hint style="info" %}
Se o **Redoc** não estiver publicado em algum ambiente, me avisa que eu removo o link.
{% endhint %}

### Navegação rápida

* [Visão geral](/e-keeps/visao-geral-1.md)
* [API](/e-keeps/api.md)
* [Frontend](/e-keeps/frontend.md)
* [Leaders](/e-keeps/api/leaders.md)
* [Segurança](/e-keeps/api/seguranca.md)
* [Referência](/referencia-tecnica/visao-geral.md)


---

# 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.ekeeps.online/inicio.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.
