Files
crewAI/docs/en/tools/tool-integrations/overview.mdx
Devin AI f94758ea27 fix: correct integration tool links in overview documentation
- Fix href paths for Bedrock Invoke Agent Tool and CrewAI Automation Tool
- Change from /en/tools/tool-integrations/ to /en/tools/integration/
- Add tests to validate documentation link integrity and prevent regression

Fixes #3516

Co-Authored-By: João <joao@crewai.com>
2025-09-15 19:49:38 +00:00

32 lines
774 B
Plaintext

---
title: Overview
description: Integrations for deploying and automating crews with external platforms
icon: face-smile
mode: "wide"
---
## Available Integrations
<CardGroup cols={2}>
<Card
title="Bedrock Invoke Agent Tool"
icon="cloud"
href="/en/tools/integration/bedrockinvokeagenttool"
color="#0891B2"
>
Invoke Amazon Bedrock Agents from CrewAI to orchestrate actions across AWS services.
</Card>
<Card
title="CrewAI Automation Tool"
icon="bolt"
href="/en/tools/integration/crewaiautomationtool"
color="#7C3AED"
>
Automate deployment and operations by integrating CrewAI with external platforms and workflows.
</Card>
</CardGroup>
Use these integrations to connect CrewAI with your infrastructure and workflows.