mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-03 22:19:27 +00:00
Some checks failed
Mark stale issues and pull requests / stale (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled
Nightly Canary Release / Check for new commits (push) Has been cancelled
Nightly Canary Release / Build nightly packages (push) Has been cancelled
Nightly Canary Release / Publish nightly to PyPI (push) Has been cancelled
31 lines
773 B
Plaintext
31 lines
773 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="/ko/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="/ko/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.
|