# Mintlify Starter Kit ## Docs - [Contextual menu](https://docs.jurichat.com/agent-ready/contextual.md): Give readers one-click access to AI tools and integrations - [Prompt component](https://docs.jurichat.com/agent-ready/prompt.md): Embed shareable AI prompts readers can copy or open in Cursor - [Visibility](https://docs.jurichat.com/agent-ready/visibility.md): Show different content to humans and AI agents - [Claude Code setup](https://docs.jurichat.com/ai-tools/claude-code.md): Configure Claude Code for your documentation workflow - [Cursor setup](https://docs.jurichat.com/ai-tools/cursor.md): Configure Cursor for your documentation workflow - [Windsurf setup](https://docs.jurichat.com/ai-tools/windsurf.md): Configure Windsurf for your documentation workflow - [Create Plant](https://docs.jurichat.com/api-reference/endpoint/create.md): Creates a new plant in the store - [Delete Plant](https://docs.jurichat.com/api-reference/endpoint/delete.md): Deletes a single plant based on the ID supplied - [Get Plants](https://docs.jurichat.com/api-reference/endpoint/get.md): Returns all plants from the system that the user has access to - [New Plant](https://docs.jurichat.com/api-reference/endpoint/webhook.md): Information about a new plant added to the store - [Introduction](https://docs.jurichat.com/api-reference/introduction.md): Example section for showcasing API endpoints - [Atualizar um webhook](https://docs.jurichat.com/api-reference/webhooks/atualizar-um-webhook.md): Atualiza parcialmente um webhook. Apenas os campos fornecidos são alterados. - [Criar webhook](https://docs.jurichat.com/api-reference/webhooks/criar-webhook.md): Cria um novo endpoint de webhook. O response inclui um `secret` que você deve armazenar — ele é usado para verificar o header `X-JuriChat-Signature` em cada entrega. - [Deletar webhook](https://docs.jurichat.com/api-reference/webhooks/deletar-webhook.md): Permanente deleta um webhook e todas as suas entregas. Esta ação não pode ser desfeita. - [Enviar um evento de teste](https://docs.jurichat.com/api-reference/webhooks/enviar-um-evento-de-teste.md): Envia um evento `webhook.test` sincronamente para a URL do webhook e retorna o resultado imediatamente. Use isso para verificar se seu endpoint está acessível e configurado corretamente. - [Listar eventos disponíveis](https://docs.jurichat.com/api-reference/webhooks/listar-eventos-disponíveis.md): Retorna o catálogo completo de eventos disponíveis para inscrição, agrupados por domínio. Use o campo `name` de cada evento ao criar ou atualizar um webhook. - [Listar histórico de entregas](https://docs.jurichat.com/api-reference/webhooks/listar-histórico-de-entregas.md): Retorna uma lista paginada de tentativas de entrega para um webhook, ordenada pela mais recente primeiro. Registros são mantidos por 90 dias. - [Listar webhooks](https://docs.jurichat.com/api-reference/webhooks/listar-webhooks.md): Retorna todos os endpoints de webhook para o escritório do usuário autenticado (do JWT), incluindo estatísticas de entrega (total, taxa de sucesso, falhas). - [Obter um webhook](https://docs.jurichat.com/api-reference/webhooks/obter-um-webhook.md): Retorna os detalhes completos de um webhook específico, incluindo seu segredo de autenticação. - [Obter uma entrega](https://docs.jurichat.com/api-reference/webhooks/obter-uma-entrega.md): Retorna os detalhes completos de uma tentativa de entrega, incluindo o payload exato enviado e a resposta recebida. - [Retentar uma entrega](https://docs.jurichat.com/api-reference/webhooks/retentar-uma-entrega.md): Manualmente reenfileira uma entrega com status `FAILED` ou `RETRYING`. Apenas entregas com status `FAILED` ou `RETRYING` podem ser retentadas. O status da entrega é resetado para `PENDING` e uma nova tentativa é agendada imediatamente. - [Development](https://docs.jurichat.com/development.md): Preview changes locally to update your docs - [Code blocks](https://docs.jurichat.com/essentials/code.md): Display inline code and code blocks - [Components](https://docs.jurichat.com/essentials/components.md): Callouts, cards, steps, tabs, and more - [Images and embeds](https://docs.jurichat.com/essentials/images.md): Add image, video, and other HTML elements - [Markdown syntax](https://docs.jurichat.com/essentials/markdown.md): Text, title, and styling in standard markdown - [Navigation](https://docs.jurichat.com/essentials/navigation.md): The navigation field in docs.json defines the pages that go in the navigation menu - [Reusable snippets](https://docs.jurichat.com/essentials/reusable-snippets.md): Write once, reuse everywhere. Use snippets to keep content in sync across pages - [Configuration](https://docs.jurichat.com/essentials/settings.md): Customize your site with the `docs.json` file - [Introduction](https://docs.jurichat.com/index.md): Welcome to the new home for your documentation - [Quickstart](https://docs.jurichat.com/quickstart.md): Start building awesome documentation in minutes ## OpenAPI Specs - [openapi](https://docs.jurichat.com/api-reference/openapi.json) ## Optional - [Documentation](https://mintlify.com/docs) - [Blog](https://mintlify.com/blog)