From b07c0fc45c3d7783be214a5828f9b0b5699566ab Mon Sep 17 00:00:00 2001 From: Lucas Gomide Date: Mon, 27 Oct 2025 10:01:41 -0400 Subject: [PATCH] docs: describe mandatory env-var to call Platform tools for each integration (#3803) --- docs/en/enterprise/integrations/asana.mdx | 16 ++++++++++ docs/en/enterprise/integrations/box.mdx | 16 ++++++++++ docs/en/enterprise/integrations/clickup.mdx | 16 ++++++++++ docs/en/enterprise/integrations/github.mdx | 16 ++++++++++ docs/en/enterprise/integrations/gmail.mdx | 16 ++++++++++ .../integrations/google_calendar.mdx | 16 ++++++++++ .../integrations/google_contacts.mdx | 16 ++++++++++ .../enterprise/integrations/google_docs.mdx | 16 ++++++++++ .../enterprise/integrations/google_drive.mdx | 16 ++++++++++ .../enterprise/integrations/google_sheets.mdx | 16 ++++++++++ .../enterprise/integrations/google_slides.mdx | 16 ++++++++++ docs/en/enterprise/integrations/hubspot.mdx | 16 ++++++++++ docs/en/enterprise/integrations/jira.mdx | 16 ++++++++++ docs/en/enterprise/integrations/linear.mdx | 16 ++++++++++ .../integrations/microsoft_excel.mdx | 16 ++++++++++ .../integrations/microsoft_onedrive.mdx | 16 ++++++++++ .../integrations/microsoft_outlook.mdx | 16 ++++++++++ .../integrations/microsoft_sharepoint.mdx | 16 ++++++++++ .../integrations/microsoft_teams.mdx | 16 ++++++++++ .../integrations/microsoft_word.mdx | 16 ++++++++++ docs/en/enterprise/integrations/notion.mdx | 16 ++++++++++ .../en/enterprise/integrations/salesforce.mdx | 32 +++++++++++++++++++ docs/en/enterprise/integrations/shopify.mdx | 32 +++++++++++++++++++ docs/en/enterprise/integrations/slack.mdx | 32 +++++++++++++++++++ docs/en/enterprise/integrations/stripe.mdx | 32 +++++++++++++++++++ docs/en/enterprise/integrations/zendesk.mdx | 32 +++++++++++++++++++ docs/ko/enterprise/integrations/asana.mdx | 16 ++++++++++ docs/ko/enterprise/integrations/box.mdx | 16 ++++++++++ docs/ko/enterprise/integrations/clickup.mdx | 16 ++++++++++ docs/ko/enterprise/integrations/github.mdx | 16 ++++++++++ docs/ko/enterprise/integrations/gmail.mdx | 16 ++++++++++ .../integrations/google_calendar.mdx | 16 ++++++++++ .../integrations/google_contacts.mdx | 16 ++++++++++ .../enterprise/integrations/google_docs.mdx | 16 ++++++++++ .../enterprise/integrations/google_drive.mdx | 32 +++++++++++++++++++ .../enterprise/integrations/google_sheets.mdx | 16 ++++++++++ .../enterprise/integrations/google_slides.mdx | 16 ++++++++++ docs/ko/enterprise/integrations/hubspot.mdx | 16 ++++++++++ docs/ko/enterprise/integrations/jira.mdx | 16 ++++++++++ docs/ko/enterprise/integrations/linear.mdx | 16 ++++++++++ .../integrations/microsoft_excel.mdx | 16 ++++++++++ .../integrations/microsoft_onedrive.mdx | 16 ++++++++++ .../integrations/microsoft_outlook.mdx | 16 ++++++++++ .../integrations/microsoft_sharepoint.mdx | 16 ++++++++++ .../integrations/microsoft_teams.mdx | 16 ++++++++++ .../integrations/microsoft_word.mdx | 16 ++++++++++ docs/ko/enterprise/integrations/notion.mdx | 16 ++++++++++ .../ko/enterprise/integrations/salesforce.mdx | 32 +++++++++++++++++++ docs/ko/enterprise/integrations/shopify.mdx | 32 +++++++++++++++++++ docs/ko/enterprise/integrations/slack.mdx | 32 +++++++++++++++++++ docs/ko/enterprise/integrations/stripe.mdx | 32 +++++++++++++++++++ docs/ko/enterprise/integrations/zendesk.mdx | 32 +++++++++++++++++++ docs/pt-BR/enterprise/integrations/asana.mdx | 16 ++++++++++ .../pt-BR/enterprise/integrations/clickup.mdx | 16 ++++++++++ docs/pt-BR/enterprise/integrations/gmail.mdx | 16 ++++++++++ .../integrations/google_calendar.mdx | 16 ++++++++++ .../integrations/google_contacts.mdx | 16 ++++++++++ .../enterprise/integrations/google_docs.mdx | 16 ++++++++++ .../enterprise/integrations/google_drive.mdx | 16 ++++++++++ .../enterprise/integrations/google_sheets.mdx | 16 ++++++++++ .../enterprise/integrations/google_slides.mdx | 16 ++++++++++ .../pt-BR/enterprise/integrations/hubspot.mdx | 16 ++++++++++ docs/pt-BR/enterprise/integrations/linear.mdx | 16 ++++++++++ .../integrations/microsoft_excel.mdx | 16 ++++++++++ .../integrations/microsoft_onedrive.mdx | 16 ++++++++++ .../integrations/microsoft_outlook.mdx | 16 ++++++++++ .../integrations/microsoft_sharepoint.mdx | 16 ++++++++++ .../integrations/microsoft_teams.mdx | 16 ++++++++++ .../integrations/microsoft_word.mdx | 16 ++++++++++ docs/pt-BR/enterprise/integrations/notion.mdx | 16 ++++++++++ .../enterprise/integrations/salesforce.mdx | 32 +++++++++++++++++++ .../pt-BR/enterprise/integrations/shopify.mdx | 32 +++++++++++++++++++ docs/pt-BR/enterprise/integrations/slack.mdx | 32 +++++++++++++++++++ docs/pt-BR/enterprise/integrations/stripe.mdx | 32 +++++++++++++++++++ .../pt-BR/enterprise/integrations/zendesk.mdx | 32 +++++++++++++++++++ 75 files changed, 1456 insertions(+) diff --git a/docs/en/enterprise/integrations/asana.mdx b/docs/en/enterprise/integrations/asana.mdx index 0d507cc7a..dd9e7bb3d 100644 --- a/docs/en/enterprise/integrations/asana.mdx +++ b/docs/en/enterprise/integrations/asana.mdx @@ -33,6 +33,22 @@ Before using the Asana integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/box.mdx b/docs/en/enterprise/integrations/box.mdx index 1aed21613..7e70d5266 100644 --- a/docs/en/enterprise/integrations/box.mdx +++ b/docs/en/enterprise/integrations/box.mdx @@ -33,6 +33,22 @@ Before using the Box integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/clickup.mdx b/docs/en/enterprise/integrations/clickup.mdx index 8afd5ff68..374c772ab 100644 --- a/docs/en/enterprise/integrations/clickup.mdx +++ b/docs/en/enterprise/integrations/clickup.mdx @@ -33,6 +33,22 @@ Before using the ClickUp integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/github.mdx b/docs/en/enterprise/integrations/github.mdx index 5666eef3d..70c361e32 100644 --- a/docs/en/enterprise/integrations/github.mdx +++ b/docs/en/enterprise/integrations/github.mdx @@ -33,6 +33,22 @@ Before using the GitHub integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/gmail.mdx b/docs/en/enterprise/integrations/gmail.mdx index 2c197467b..e66c5eaeb 100644 --- a/docs/en/enterprise/integrations/gmail.mdx +++ b/docs/en/enterprise/integrations/gmail.mdx @@ -33,6 +33,22 @@ Before using the Gmail integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/google_calendar.mdx b/docs/en/enterprise/integrations/google_calendar.mdx index 38b35d307..3cad70555 100644 --- a/docs/en/enterprise/integrations/google_calendar.mdx +++ b/docs/en/enterprise/integrations/google_calendar.mdx @@ -33,6 +33,22 @@ Before using the Google Calendar integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/google_contacts.mdx b/docs/en/enterprise/integrations/google_contacts.mdx index 6892c9e3d..1e0db3e53 100644 --- a/docs/en/enterprise/integrations/google_contacts.mdx +++ b/docs/en/enterprise/integrations/google_contacts.mdx @@ -33,6 +33,22 @@ Before using the Google Contacts integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/google_docs.mdx b/docs/en/enterprise/integrations/google_docs.mdx index 6b553f5bb..caf6476e4 100644 --- a/docs/en/enterprise/integrations/google_docs.mdx +++ b/docs/en/enterprise/integrations/google_docs.mdx @@ -33,6 +33,22 @@ Before using the Google Docs integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/google_drive.mdx b/docs/en/enterprise/integrations/google_drive.mdx index 11f88a02a..e654ec1f8 100644 --- a/docs/en/enterprise/integrations/google_drive.mdx +++ b/docs/en/enterprise/integrations/google_drive.mdx @@ -33,6 +33,22 @@ Before using the Google Drive integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/google_sheets.mdx b/docs/en/enterprise/integrations/google_sheets.mdx index 61183edc9..84abbca20 100644 --- a/docs/en/enterprise/integrations/google_sheets.mdx +++ b/docs/en/enterprise/integrations/google_sheets.mdx @@ -34,6 +34,22 @@ Before using the Google Sheets integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/google_slides.mdx b/docs/en/enterprise/integrations/google_slides.mdx index fc0b28ea0..4edddffdc 100644 --- a/docs/en/enterprise/integrations/google_slides.mdx +++ b/docs/en/enterprise/integrations/google_slides.mdx @@ -33,6 +33,22 @@ Before using the Google Slides integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/hubspot.mdx b/docs/en/enterprise/integrations/hubspot.mdx index f51fe3194..6bbd0a72b 100644 --- a/docs/en/enterprise/integrations/hubspot.mdx +++ b/docs/en/enterprise/integrations/hubspot.mdx @@ -33,6 +33,22 @@ Before using the HubSpot integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/jira.mdx b/docs/en/enterprise/integrations/jira.mdx index 783a7cfb6..1b857a496 100644 --- a/docs/en/enterprise/integrations/jira.mdx +++ b/docs/en/enterprise/integrations/jira.mdx @@ -33,6 +33,22 @@ Before using the Jira integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/linear.mdx b/docs/en/enterprise/integrations/linear.mdx index 35cb4e174..2e12a4b3e 100644 --- a/docs/en/enterprise/integrations/linear.mdx +++ b/docs/en/enterprise/integrations/linear.mdx @@ -33,6 +33,22 @@ Before using the Linear integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/microsoft_excel.mdx b/docs/en/enterprise/integrations/microsoft_excel.mdx index 8d462f423..50fd0e388 100644 --- a/docs/en/enterprise/integrations/microsoft_excel.mdx +++ b/docs/en/enterprise/integrations/microsoft_excel.mdx @@ -33,6 +33,22 @@ Before using the Microsoft Excel integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/microsoft_onedrive.mdx b/docs/en/enterprise/integrations/microsoft_onedrive.mdx index c0ef2f93f..918cd45a7 100644 --- a/docs/en/enterprise/integrations/microsoft_onedrive.mdx +++ b/docs/en/enterprise/integrations/microsoft_onedrive.mdx @@ -33,6 +33,22 @@ Before using the Microsoft OneDrive integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/microsoft_outlook.mdx b/docs/en/enterprise/integrations/microsoft_outlook.mdx index de5ceb0c2..af842c015 100644 --- a/docs/en/enterprise/integrations/microsoft_outlook.mdx +++ b/docs/en/enterprise/integrations/microsoft_outlook.mdx @@ -33,6 +33,22 @@ Before using the Microsoft Outlook integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/microsoft_sharepoint.mdx b/docs/en/enterprise/integrations/microsoft_sharepoint.mdx index 8c4e3021a..c9fc4dde6 100644 --- a/docs/en/enterprise/integrations/microsoft_sharepoint.mdx +++ b/docs/en/enterprise/integrations/microsoft_sharepoint.mdx @@ -33,6 +33,22 @@ Before using the Microsoft SharePoint integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/microsoft_teams.mdx b/docs/en/enterprise/integrations/microsoft_teams.mdx index 6b9115704..49ef303b8 100644 --- a/docs/en/enterprise/integrations/microsoft_teams.mdx +++ b/docs/en/enterprise/integrations/microsoft_teams.mdx @@ -33,6 +33,22 @@ Before using the Microsoft Teams integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/microsoft_word.mdx b/docs/en/enterprise/integrations/microsoft_word.mdx index ff1e70e52..fef11cdd1 100644 --- a/docs/en/enterprise/integrations/microsoft_word.mdx +++ b/docs/en/enterprise/integrations/microsoft_word.mdx @@ -33,6 +33,22 @@ Before using the Microsoft Word integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/notion.mdx b/docs/en/enterprise/integrations/notion.mdx index 0665bb128..85f94b12c 100644 --- a/docs/en/enterprise/integrations/notion.mdx +++ b/docs/en/enterprise/integrations/notion.mdx @@ -33,6 +33,22 @@ Before using the Notion integration, ensure you have: uv add crewai-tools ``` +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Actions diff --git a/docs/en/enterprise/integrations/salesforce.mdx b/docs/en/enterprise/integrations/salesforce.mdx index 48ede3d38..246f88406 100644 --- a/docs/en/enterprise/integrations/salesforce.mdx +++ b/docs/en/enterprise/integrations/salesforce.mdx @@ -17,6 +17,38 @@ Before using the Salesforce integration, ensure you have: - A Salesforce account with appropriate permissions - Connected your Salesforce account through the [Integrations page](https://app.crewai.com/integrations) +## Setting Up Salesforce Integration + +### 1. Connect Your Salesforce Account + +1. Navigate to [CrewAI AMP Integrations](https://app.crewai.com/crewai_plus/connectors) +2. Find **Salesforce** in the Authentication Integrations section +3. Click **Connect** and complete the OAuth flow +4. Grant the necessary permissions for CRM and sales management +5. Copy your Enterprise Token from [Integration Settings](https://app.crewai.com/crewai_plus/settings/integrations) + +### 2. Install Required Package + +```bash +uv add crewai-tools +``` + +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Tools ### **Record Management** diff --git a/docs/en/enterprise/integrations/shopify.mdx b/docs/en/enterprise/integrations/shopify.mdx index 29684ae55..088aa916d 100644 --- a/docs/en/enterprise/integrations/shopify.mdx +++ b/docs/en/enterprise/integrations/shopify.mdx @@ -17,6 +17,38 @@ Before using the Shopify integration, ensure you have: - A Shopify store with appropriate admin permissions - Connected your Shopify store through the [Integrations page](https://app.crewai.com/integrations) +## Setting Up Shopify Integration + +### 1. Connect Your Shopify Store + +1. Navigate to [CrewAI AMP Integrations](https://app.crewai.com/crewai_plus/connectors) +2. Find **Shopify** in the Authentication Integrations section +3. Click **Connect** and complete the OAuth flow +4. Grant the necessary permissions for store and product management +5. Copy your Enterprise Token from [Integration Settings](https://app.crewai.com/crewai_plus/settings/integrations) + +### 2. Install Required Package + +```bash +uv add crewai-tools +``` + +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Tools ### **Customer Management** diff --git a/docs/en/enterprise/integrations/slack.mdx b/docs/en/enterprise/integrations/slack.mdx index 66b396795..bc38f24ba 100644 --- a/docs/en/enterprise/integrations/slack.mdx +++ b/docs/en/enterprise/integrations/slack.mdx @@ -17,6 +17,38 @@ Before using the Slack integration, ensure you have: - A Slack workspace with appropriate permissions - Connected your Slack workspace through the [Integrations page](https://app.crewai.com/integrations) +## Setting Up Slack Integration + +### 1. Connect Your Slack Workspace + +1. Navigate to [CrewAI AMP Integrations](https://app.crewai.com/crewai_plus/connectors) +2. Find **Slack** in the Authentication Integrations section +3. Click **Connect** and complete the OAuth flow +4. Grant the necessary permissions for team communication +5. Copy your Enterprise Token from [Integration Settings](https://app.crewai.com/crewai_plus/settings/integrations) + +### 2. Install Required Package + +```bash +uv add crewai-tools +``` + +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Tools ### **User Management** diff --git a/docs/en/enterprise/integrations/stripe.mdx b/docs/en/enterprise/integrations/stripe.mdx index 8a3b594a2..323aa4a7f 100644 --- a/docs/en/enterprise/integrations/stripe.mdx +++ b/docs/en/enterprise/integrations/stripe.mdx @@ -17,6 +17,38 @@ Before using the Stripe integration, ensure you have: - A Stripe account with appropriate API permissions - Connected your Stripe account through the [Integrations page](https://app.crewai.com/integrations) +## Setting Up Stripe Integration + +### 1. Connect Your Stripe Account + +1. Navigate to [CrewAI AMP Integrations](https://app.crewai.com/crewai_plus/connectors) +2. Find **Stripe** in the Authentication Integrations section +3. Click **Connect** and complete the OAuth flow +4. Grant the necessary permissions for payment processing +5. Copy your Enterprise Token from [Integration Settings](https://app.crewai.com/crewai_plus/settings/integrations) + +### 2. Install Required Package + +```bash +uv add crewai-tools +``` + +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Tools ### **Customer Management** diff --git a/docs/en/enterprise/integrations/zendesk.mdx b/docs/en/enterprise/integrations/zendesk.mdx index ba75c4aa5..b24f20f82 100644 --- a/docs/en/enterprise/integrations/zendesk.mdx +++ b/docs/en/enterprise/integrations/zendesk.mdx @@ -17,6 +17,38 @@ Before using the Zendesk integration, ensure you have: - A Zendesk account with appropriate API permissions - Connected your Zendesk account through the [Integrations page](https://app.crewai.com/integrations) +## Setting Up Zendesk Integration + +### 1. Connect Your Zendesk Account + +1. Navigate to [CrewAI AMP Integrations](https://app.crewai.com/crewai_plus/connectors) +2. Find **Zendesk** in the Authentication Integrations section +3. Click **Connect** and complete the OAuth flow +4. Grant the necessary permissions for ticket and user management +5. Copy your Enterprise Token from [Integration Settings](https://app.crewai.com/crewai_plus/settings/integrations) + +### 2. Install Required Package + +```bash +uv add crewai-tools +``` + +### 3. Environment Variable Setup + + + To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +Or add it to your `.env` file: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## Available Tools ### **Ticket Management** diff --git a/docs/ko/enterprise/integrations/asana.mdx b/docs/ko/enterprise/integrations/asana.mdx index c23905184..f134e7020 100644 --- a/docs/ko/enterprise/integrations/asana.mdx +++ b/docs/ko/enterprise/integrations/asana.mdx @@ -33,6 +33,22 @@ Asana 연동을 사용하기 전에 다음을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/box.mdx b/docs/ko/enterprise/integrations/box.mdx index 79632ec0f..7a5f16947 100644 --- a/docs/ko/enterprise/integrations/box.mdx +++ b/docs/ko/enterprise/integrations/box.mdx @@ -33,6 +33,22 @@ Box 통합을 사용하기 전에 다음을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 액션 diff --git a/docs/ko/enterprise/integrations/clickup.mdx b/docs/ko/enterprise/integrations/clickup.mdx index 81cf54122..f3acc0d44 100644 --- a/docs/ko/enterprise/integrations/clickup.mdx +++ b/docs/ko/enterprise/integrations/clickup.mdx @@ -33,6 +33,22 @@ ClickUp 통합을 사용하기 전에 다음을 준비해야 합니다: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 동작 diff --git a/docs/ko/enterprise/integrations/github.mdx b/docs/ko/enterprise/integrations/github.mdx index c5066bb52..1a631da8e 100644 --- a/docs/ko/enterprise/integrations/github.mdx +++ b/docs/ko/enterprise/integrations/github.mdx @@ -33,6 +33,22 @@ GitHub 통합을 사용하기 전에 다음을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/gmail.mdx b/docs/ko/enterprise/integrations/gmail.mdx index 19290e418..1e258f480 100644 --- a/docs/ko/enterprise/integrations/gmail.mdx +++ b/docs/ko/enterprise/integrations/gmail.mdx @@ -33,6 +33,22 @@ Gmail 통합을 사용하기 전에 다음을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/google_calendar.mdx b/docs/ko/enterprise/integrations/google_calendar.mdx index 7cd93e7f3..dfab32fa3 100644 --- a/docs/ko/enterprise/integrations/google_calendar.mdx +++ b/docs/ko/enterprise/integrations/google_calendar.mdx @@ -33,6 +33,22 @@ Google Calendar 통합을 사용하기 전에 다음을 준비해야 합니다: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/google_contacts.mdx b/docs/ko/enterprise/integrations/google_contacts.mdx index 0c11a3699..5a3704cd0 100644 --- a/docs/ko/enterprise/integrations/google_contacts.mdx +++ b/docs/ko/enterprise/integrations/google_contacts.mdx @@ -33,6 +33,22 @@ Google Contacts 통합을 사용하기 전에 다음 사항을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/google_docs.mdx b/docs/ko/enterprise/integrations/google_docs.mdx index 5816f0012..2e8e37d34 100644 --- a/docs/ko/enterprise/integrations/google_docs.mdx +++ b/docs/ko/enterprise/integrations/google_docs.mdx @@ -33,6 +33,22 @@ Google Docs 통합을 사용하기 전에 다음 사항을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/google_drive.mdx b/docs/ko/enterprise/integrations/google_drive.mdx index 4391a6033..92c590448 100644 --- a/docs/ko/enterprise/integrations/google_drive.mdx +++ b/docs/ko/enterprise/integrations/google_drive.mdx @@ -17,6 +17,38 @@ Google Drive 통합을 사용하기 전에 다음 사항을 확인하세요: - Google Drive 액세스 권한이 있는 Google 계정 - [통합 페이지](https://app.crewai.com/crewai_plus/connectors)를 통해 Google 계정 연결 +## Google Drive 통합 설정 + +### 1. Google 계정 연결 + +1. [CrewAI AMP 통합](https://app.crewai.com/crewai_plus/connectors)으로 이동합니다. +2. 인증 통합 섹션에서 **Google Drive**를 찾습니다. +3. **연결**을 클릭하고 OAuth 과정을 완료합니다. +4. 파일 및 폴더 관리에 필요한 권한을 부여합니다. +5. [통합 설정](https://app.crewai.com/crewai_plus/settings/integrations)에서 Enterprise Token을 복사합니다. + +### 2. 필수 패키지 설치 + +```bash +uv add crewai-tools +``` + +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 자세한 매개변수 및 사용법은 [영어 문서](../../../en/enterprise/integrations/google_drive)를 참조하세요. diff --git a/docs/ko/enterprise/integrations/google_sheets.mdx b/docs/ko/enterprise/integrations/google_sheets.mdx index 7defb3797..aa4d43a91 100644 --- a/docs/ko/enterprise/integrations/google_sheets.mdx +++ b/docs/ko/enterprise/integrations/google_sheets.mdx @@ -34,6 +34,22 @@ Google Sheets 통합을 사용하기 전에 다음을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/google_slides.mdx b/docs/ko/enterprise/integrations/google_slides.mdx index 4d5b43c0d..42eead442 100644 --- a/docs/ko/enterprise/integrations/google_slides.mdx +++ b/docs/ko/enterprise/integrations/google_slides.mdx @@ -33,6 +33,22 @@ Google Slides 통합을 사용하기 전에 다음 사항을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/hubspot.mdx b/docs/ko/enterprise/integrations/hubspot.mdx index a9fc79829..9a900230a 100644 --- a/docs/ko/enterprise/integrations/hubspot.mdx +++ b/docs/ko/enterprise/integrations/hubspot.mdx @@ -33,6 +33,22 @@ HubSpot 통합을 사용하기 전에 다음을 확인하세요. uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 액션 diff --git a/docs/ko/enterprise/integrations/jira.mdx b/docs/ko/enterprise/integrations/jira.mdx index 06b472d99..e735d51ed 100644 --- a/docs/ko/enterprise/integrations/jira.mdx +++ b/docs/ko/enterprise/integrations/jira.mdx @@ -33,6 +33,22 @@ Jira 통합을 사용하기 전에 다음을 준비하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/linear.mdx b/docs/ko/enterprise/integrations/linear.mdx index 88b51180b..92c66b225 100644 --- a/docs/ko/enterprise/integrations/linear.mdx +++ b/docs/ko/enterprise/integrations/linear.mdx @@ -33,6 +33,22 @@ Linear 통합을 사용하기 전에 다음을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/microsoft_excel.mdx b/docs/ko/enterprise/integrations/microsoft_excel.mdx index fcd27265a..c6059a724 100644 --- a/docs/ko/enterprise/integrations/microsoft_excel.mdx +++ b/docs/ko/enterprise/integrations/microsoft_excel.mdx @@ -33,6 +33,22 @@ Microsoft Excel 통합을 사용하기 전에 다음 사항을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/microsoft_onedrive.mdx b/docs/ko/enterprise/integrations/microsoft_onedrive.mdx index 3bf634544..962b9081d 100644 --- a/docs/ko/enterprise/integrations/microsoft_onedrive.mdx +++ b/docs/ko/enterprise/integrations/microsoft_onedrive.mdx @@ -33,6 +33,22 @@ Microsoft OneDrive 통합을 사용하기 전에 다음 사항을 확인하세 uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/microsoft_outlook.mdx b/docs/ko/enterprise/integrations/microsoft_outlook.mdx index 1fc2d8964..af3ddab1f 100644 --- a/docs/ko/enterprise/integrations/microsoft_outlook.mdx +++ b/docs/ko/enterprise/integrations/microsoft_outlook.mdx @@ -33,6 +33,22 @@ Microsoft Outlook 통합을 사용하기 전에 다음 사항을 확인하세요 uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/microsoft_sharepoint.mdx b/docs/ko/enterprise/integrations/microsoft_sharepoint.mdx index d397e68c0..5fab6ba38 100644 --- a/docs/ko/enterprise/integrations/microsoft_sharepoint.mdx +++ b/docs/ko/enterprise/integrations/microsoft_sharepoint.mdx @@ -33,6 +33,22 @@ Microsoft SharePoint 통합을 사용하기 전에 다음 사항을 확인하세 uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/microsoft_teams.mdx b/docs/ko/enterprise/integrations/microsoft_teams.mdx index 7f242b367..238ff0848 100644 --- a/docs/ko/enterprise/integrations/microsoft_teams.mdx +++ b/docs/ko/enterprise/integrations/microsoft_teams.mdx @@ -33,6 +33,22 @@ Microsoft Teams 통합을 사용하기 전에 다음 사항을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/microsoft_word.mdx b/docs/ko/enterprise/integrations/microsoft_word.mdx index a43732b6b..b57b60c7d 100644 --- a/docs/ko/enterprise/integrations/microsoft_word.mdx +++ b/docs/ko/enterprise/integrations/microsoft_word.mdx @@ -33,6 +33,22 @@ Microsoft Word 통합을 사용하기 전에 다음 사항을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 작업 diff --git a/docs/ko/enterprise/integrations/notion.mdx b/docs/ko/enterprise/integrations/notion.mdx index 807f4265b..821c4f660 100644 --- a/docs/ko/enterprise/integrations/notion.mdx +++ b/docs/ko/enterprise/integrations/notion.mdx @@ -33,6 +33,22 @@ Notion 통합을 사용하기 전에 다음을 확인하세요: uv add crewai-tools ``` +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 액션 diff --git a/docs/ko/enterprise/integrations/salesforce.mdx b/docs/ko/enterprise/integrations/salesforce.mdx index 94f68d497..58548a93e 100644 --- a/docs/ko/enterprise/integrations/salesforce.mdx +++ b/docs/ko/enterprise/integrations/salesforce.mdx @@ -17,6 +17,38 @@ Salesforce 통합을 사용하기 전에 다음을 확인하세요: - 적절한 권한이 있는 Salesforce 계정 - [통합 페이지](https://app.crewai.com/integrations)를 통해 Salesforce 계정 연결 +## Salesforce 통합 설정 + +### 1. Salesforce 계정 연결 + +1. [CrewAI AMP 통합](https://app.crewai.com/crewai_plus/connectors)으로 이동합니다. +2. 인증 통합 섹션에서 **Salesforce**를 찾습니다. +3. **연결**을 클릭하고 OAuth 과정을 완료합니다. +4. CRM 및 영업 관리에 필요한 권한을 부여합니다. +5. [통합 설정](https://app.crewai.com/crewai_plus/settings/integrations)에서 Enterprise Token을 복사합니다. + +### 2. 필수 패키지 설치 + +```bash +uv add crewai-tools +``` + +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 도구 ### **레코드 관리** diff --git a/docs/ko/enterprise/integrations/shopify.mdx b/docs/ko/enterprise/integrations/shopify.mdx index 9119dc572..0d1150a5d 100644 --- a/docs/ko/enterprise/integrations/shopify.mdx +++ b/docs/ko/enterprise/integrations/shopify.mdx @@ -17,6 +17,38 @@ Shopify 연동을 사용하기 전에 다음을 확인하세요: - 적절한 관리자 권한이 있는 Shopify 스토어 - [통합 페이지](https://app.crewai.com/integrations)를 통해 Shopify 스토어 연결 +## Shopify 통합 설정 + +### 1. Shopify 스토어 연결 + +1. [CrewAI AMP 통합](https://app.crewai.com/crewai_plus/connectors)으로 이동합니다. +2. 인증 통합 섹션에서 **Shopify**를 찾습니다. +3. **연결**을 클릭하고 OAuth 과정을 완료합니다. +4. 스토어 및 제품 관리에 필요한 권한을 부여합니다. +5. [통합 설정](https://app.crewai.com/crewai_plus/settings/integrations)에서 Enterprise Token을 복사합니다. + +### 2. 필수 패키지 설치 + +```bash +uv add crewai-tools +``` + +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 도구 ### **고객 관리** diff --git a/docs/ko/enterprise/integrations/slack.mdx b/docs/ko/enterprise/integrations/slack.mdx index 8ca09ad90..88336be34 100644 --- a/docs/ko/enterprise/integrations/slack.mdx +++ b/docs/ko/enterprise/integrations/slack.mdx @@ -17,6 +17,38 @@ Slack 통합을 사용하기 전에 다음을 확인하십시오: - 적절한 권한이 있는 Slack 워크스페이스 - [통합 페이지](https://app.crewai.com/integrations)를 통해 Slack 워크스페이스를 연결함 +## Slack 통합 설정 + +### 1. Slack 워크스페이스 연결 + +1. [CrewAI AMP 통합](https://app.crewai.com/crewai_plus/connectors)으로 이동합니다. +2. 인증 통합 섹션에서 **Slack**을 찾습니다. +3. **연결**을 클릭하고 OAuth 과정을 완료합니다. +4. 팀 커뮤니케이션에 필요한 권한을 부여합니다. +5. [통합 설정](https://app.crewai.com/crewai_plus/settings/integrations)에서 Enterprise Token을 복사합니다. + +### 2. 필수 패키지 설치 + +```bash +uv add crewai-tools +``` + +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 도구 ### **사용자 관리** diff --git a/docs/ko/enterprise/integrations/stripe.mdx b/docs/ko/enterprise/integrations/stripe.mdx index 1c0e3c1b9..327ba1429 100644 --- a/docs/ko/enterprise/integrations/stripe.mdx +++ b/docs/ko/enterprise/integrations/stripe.mdx @@ -17,6 +17,38 @@ Stripe 통합을 사용하기 전에 다음 사항을 확인하세요: - 적절한 API 권한이 있는 Stripe 계정 - [통합 페이지](https://app.crewai.com/integrations)를 통해 Stripe 계정 연결 +## Stripe 통합 설정 + +### 1. Stripe 계정 연결 + +1. [CrewAI AMP 통합](https://app.crewai.com/crewai_plus/connectors)으로 이동합니다. +2. 인증 통합 섹션에서 **Stripe**를 찾습니다. +3. **연결**을 클릭하고 OAuth 과정을 완료합니다. +4. 결제 처리에 필요한 권한을 부여합니다. +5. [통합 설정](https://app.crewai.com/crewai_plus/settings/integrations)에서 Enterprise Token을 복사합니다. + +### 2. 필수 패키지 설치 + +```bash +uv add crewai-tools +``` + +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 도구 ### **고객 관리** diff --git a/docs/ko/enterprise/integrations/zendesk.mdx b/docs/ko/enterprise/integrations/zendesk.mdx index 62b2a72c0..14c93cf44 100644 --- a/docs/ko/enterprise/integrations/zendesk.mdx +++ b/docs/ko/enterprise/integrations/zendesk.mdx @@ -17,6 +17,38 @@ Zendesk 통합을 사용하기 전에 다음을 확인하세요. - 적절한 API 권한이 있는 Zendesk 계정 - [통합 페이지](https://app.crewai.com/integrations)를 통해 Zendesk 계정 연결 +## Zendesk 통합 설정 + +### 1. Zendesk 계정 연결 + +1. [CrewAI AMP 통합](https://app.crewai.com/crewai_plus/connectors)으로 이동합니다. +2. 인증 통합 섹션에서 **Zendesk**를 찾습니다. +3. **연결**을 클릭하고 OAuth 과정을 완료합니다. +4. 티켓 및 사용자 관리에 필요한 권한을 부여합니다. +5. [통합 설정](https://app.crewai.com/crewai_plus/settings/integrations)에서 Enterprise Token을 복사합니다. + +### 2. 필수 패키지 설치 + +```bash +uv add crewai-tools +``` + +### 3. 환경 변수 설정 + + + `Agent(apps=[])`와 함께 통합을 사용하려면 Enterprise Token으로 `CREWAI_PLATFORM_INTEGRATION_TOKEN` 환경 변수를 설정해야 합니다. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token" +``` + +또는 `.env` 파일에 추가하세요: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token +``` + ## 사용 가능한 도구 ### **티켓 관리** diff --git a/docs/pt-BR/enterprise/integrations/asana.mdx b/docs/pt-BR/enterprise/integrations/asana.mdx index e30f06dec..364ee9f60 100644 --- a/docs/pt-BR/enterprise/integrations/asana.mdx +++ b/docs/pt-BR/enterprise/integrations/asana.mdx @@ -33,6 +33,22 @@ Antes de usar a integração com o Asana, assegure-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/clickup.mdx b/docs/pt-BR/enterprise/integrations/clickup.mdx index 3017befc8..fc21df655 100644 --- a/docs/pt-BR/enterprise/integrations/clickup.mdx +++ b/docs/pt-BR/enterprise/integrations/clickup.mdx @@ -33,6 +33,22 @@ Antes de utilizar a integração com o ClickUp, certifique-se de que você possu uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/gmail.mdx b/docs/pt-BR/enterprise/integrations/gmail.mdx index eea74e4ba..92cf4dcc5 100644 --- a/docs/pt-BR/enterprise/integrations/gmail.mdx +++ b/docs/pt-BR/enterprise/integrations/gmail.mdx @@ -33,6 +33,22 @@ Antes de usar a integração com o Gmail, certifique-se de que você possui: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/google_calendar.mdx b/docs/pt-BR/enterprise/integrations/google_calendar.mdx index 163ee688e..08b2ec06a 100644 --- a/docs/pt-BR/enterprise/integrations/google_calendar.mdx +++ b/docs/pt-BR/enterprise/integrations/google_calendar.mdx @@ -33,6 +33,22 @@ Antes de usar a integração com o Google Calendar, certifique-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/google_contacts.mdx b/docs/pt-BR/enterprise/integrations/google_contacts.mdx index 7b11bef2d..31d129238 100644 --- a/docs/pt-BR/enterprise/integrations/google_contacts.mdx +++ b/docs/pt-BR/enterprise/integrations/google_contacts.mdx @@ -33,6 +33,22 @@ Antes de usar a integração Google Contacts, certifique-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/google_docs.mdx b/docs/pt-BR/enterprise/integrations/google_docs.mdx index aaa42b00b..d3bf04f4d 100644 --- a/docs/pt-BR/enterprise/integrations/google_docs.mdx +++ b/docs/pt-BR/enterprise/integrations/google_docs.mdx @@ -33,6 +33,22 @@ Antes de usar a integração Google Docs, certifique-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/google_drive.mdx b/docs/pt-BR/enterprise/integrations/google_drive.mdx index 3a4a59806..0134c2812 100644 --- a/docs/pt-BR/enterprise/integrations/google_drive.mdx +++ b/docs/pt-BR/enterprise/integrations/google_drive.mdx @@ -33,6 +33,22 @@ Antes de usar a integração Google Drive, certifique-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis Para informações detalhadas sobre parâmetros e uso, consulte a [documentação em inglês](../../../en/enterprise/integrations/google_drive). diff --git a/docs/pt-BR/enterprise/integrations/google_sheets.mdx b/docs/pt-BR/enterprise/integrations/google_sheets.mdx index 81b4f563e..8c3a505ec 100644 --- a/docs/pt-BR/enterprise/integrations/google_sheets.mdx +++ b/docs/pt-BR/enterprise/integrations/google_sheets.mdx @@ -34,6 +34,22 @@ Antes de utilizar a integração com o Google Sheets, certifique-se de que você uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/google_slides.mdx b/docs/pt-BR/enterprise/integrations/google_slides.mdx index 3113adce7..9dd4351a9 100644 --- a/docs/pt-BR/enterprise/integrations/google_slides.mdx +++ b/docs/pt-BR/enterprise/integrations/google_slides.mdx @@ -33,6 +33,22 @@ Antes de usar a integração Google Slides, certifique-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/hubspot.mdx b/docs/pt-BR/enterprise/integrations/hubspot.mdx index 1b49064da..34dc82d15 100644 --- a/docs/pt-BR/enterprise/integrations/hubspot.mdx +++ b/docs/pt-BR/enterprise/integrations/hubspot.mdx @@ -33,6 +33,22 @@ Antes de utilizar a integração com o HubSpot, certifique-se de que você possu uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/linear.mdx b/docs/pt-BR/enterprise/integrations/linear.mdx index 0cefde14d..623503f0f 100644 --- a/docs/pt-BR/enterprise/integrations/linear.mdx +++ b/docs/pt-BR/enterprise/integrations/linear.mdx @@ -33,6 +33,22 @@ Antes de utilizar a integração com o Linear, certifique-se de que você possui uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/microsoft_excel.mdx b/docs/pt-BR/enterprise/integrations/microsoft_excel.mdx index a4e251bb1..932dca12b 100644 --- a/docs/pt-BR/enterprise/integrations/microsoft_excel.mdx +++ b/docs/pt-BR/enterprise/integrations/microsoft_excel.mdx @@ -33,6 +33,22 @@ Antes de usar a integração Microsoft Excel, certifique-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/microsoft_onedrive.mdx b/docs/pt-BR/enterprise/integrations/microsoft_onedrive.mdx index ace1d7f4f..1359da376 100644 --- a/docs/pt-BR/enterprise/integrations/microsoft_onedrive.mdx +++ b/docs/pt-BR/enterprise/integrations/microsoft_onedrive.mdx @@ -33,6 +33,22 @@ Antes de usar a integração Microsoft OneDrive, certifique-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/microsoft_outlook.mdx b/docs/pt-BR/enterprise/integrations/microsoft_outlook.mdx index 0f7c55a40..9e7d596a1 100644 --- a/docs/pt-BR/enterprise/integrations/microsoft_outlook.mdx +++ b/docs/pt-BR/enterprise/integrations/microsoft_outlook.mdx @@ -33,6 +33,22 @@ Antes de usar a integração Microsoft Outlook, certifique-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/microsoft_sharepoint.mdx b/docs/pt-BR/enterprise/integrations/microsoft_sharepoint.mdx index 005f60ece..d8324af91 100644 --- a/docs/pt-BR/enterprise/integrations/microsoft_sharepoint.mdx +++ b/docs/pt-BR/enterprise/integrations/microsoft_sharepoint.mdx @@ -33,6 +33,22 @@ Antes de usar a integração Microsoft SharePoint, certifique-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/microsoft_teams.mdx b/docs/pt-BR/enterprise/integrations/microsoft_teams.mdx index 2bf8698a3..858dde292 100644 --- a/docs/pt-BR/enterprise/integrations/microsoft_teams.mdx +++ b/docs/pt-BR/enterprise/integrations/microsoft_teams.mdx @@ -33,6 +33,22 @@ Antes de usar a integração Microsoft Teams, certifique-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/microsoft_word.mdx b/docs/pt-BR/enterprise/integrations/microsoft_word.mdx index 14b23e44a..20a124c39 100644 --- a/docs/pt-BR/enterprise/integrations/microsoft_word.mdx +++ b/docs/pt-BR/enterprise/integrations/microsoft_word.mdx @@ -33,6 +33,22 @@ Antes de usar a integração Microsoft Word, certifique-se de ter: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/notion.mdx b/docs/pt-BR/enterprise/integrations/notion.mdx index 8fc91bc1c..fe8eed7f4 100644 --- a/docs/pt-BR/enterprise/integrations/notion.mdx +++ b/docs/pt-BR/enterprise/integrations/notion.mdx @@ -33,6 +33,22 @@ Antes de usar a integração com o Notion, certifique-se de que você tem: uv add crewai-tools ``` +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ações Disponíveis diff --git a/docs/pt-BR/enterprise/integrations/salesforce.mdx b/docs/pt-BR/enterprise/integrations/salesforce.mdx index 8157a7c03..17827c387 100644 --- a/docs/pt-BR/enterprise/integrations/salesforce.mdx +++ b/docs/pt-BR/enterprise/integrations/salesforce.mdx @@ -17,6 +17,38 @@ Antes de usar a integração Salesforce, certifique-se de que você possui: - Uma conta Salesforce com permissões apropriadas - Sua conta Salesforce conectada via a [página de Integrações](https://app.crewai.com/integrations) +## Configurando a Integração Salesforce + +### 1. Conecte sua Conta Salesforce + +1. Acesse [CrewAI AMP Integrações](https://app.crewai.com/crewai_plus/connectors) +2. Encontre **Salesforce** na seção Integrações de Autenticação +3. Clique em **Conectar** e complete o fluxo OAuth +4. Conceda as permissões necessárias para gerenciamento de CRM e vendas +5. Copie seu Token Enterprise em [Configurações de Integração](https://app.crewai.com/crewai_plus/settings/integrations) + +### 2. Instale o Pacote Necessário + +```bash +uv add crewai-tools +``` + +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ferramentas Disponíveis ### **Gerenciamento de Registros** diff --git a/docs/pt-BR/enterprise/integrations/shopify.mdx b/docs/pt-BR/enterprise/integrations/shopify.mdx index 67843a98c..c5bdd32c8 100644 --- a/docs/pt-BR/enterprise/integrations/shopify.mdx +++ b/docs/pt-BR/enterprise/integrations/shopify.mdx @@ -17,6 +17,38 @@ Antes de utilizar a integração com o Shopify, certifique-se de que você possu - Uma loja Shopify com permissões administrativas adequadas - Sua loja Shopify conectada através da [página de Integrações](https://app.crewai.com/integrations) +## Configurando a Integração Shopify + +### 1. Conecte sua Loja Shopify + +1. Acesse [CrewAI AMP Integrações](https://app.crewai.com/crewai_plus/connectors) +2. Encontre **Shopify** na seção Integrações de Autenticação +3. Clique em **Conectar** e complete o fluxo OAuth +4. Conceda as permissões necessárias para gerenciamento de loja e produtos +5. Copie seu Token Enterprise em [Configurações de Integração](https://app.crewai.com/crewai_plus/settings/integrations) + +### 2. Instale o Pacote Necessário + +```bash +uv add crewai-tools +``` + +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ferramentas Disponíveis ### **Gerenciamento de Clientes** diff --git a/docs/pt-BR/enterprise/integrations/slack.mdx b/docs/pt-BR/enterprise/integrations/slack.mdx index 888abd1a0..cbe18c238 100644 --- a/docs/pt-BR/enterprise/integrations/slack.mdx +++ b/docs/pt-BR/enterprise/integrations/slack.mdx @@ -17,6 +17,38 @@ Antes de usar a integração com o Slack, certifique-se de que você tenha: - Um workspace do Slack com permissões apropriadas - Seu workspace do Slack conectado por meio da [página de Integrações](https://app.crewai.com/integrations) +## Configurando a Integração Slack + +### 1. Conecte seu Workspace do Slack + +1. Acesse [CrewAI AMP Integrações](https://app.crewai.com/crewai_plus/connectors) +2. Encontre **Slack** na seção Integrações de Autenticação +3. Clique em **Conectar** e complete o fluxo OAuth +4. Conceda as permissões necessárias para comunicação em equipe +5. Copie seu Token Enterprise em [Configurações de Integração](https://app.crewai.com/crewai_plus/settings/integrations) + +### 2. Instale o Pacote Necessário + +```bash +uv add crewai-tools +``` + +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ferramentas Disponíveis ### **Gerenciamento de Usuários** diff --git a/docs/pt-BR/enterprise/integrations/stripe.mdx b/docs/pt-BR/enterprise/integrations/stripe.mdx index 31ba313b4..c2780e10b 100644 --- a/docs/pt-BR/enterprise/integrations/stripe.mdx +++ b/docs/pt-BR/enterprise/integrations/stripe.mdx @@ -17,6 +17,38 @@ Antes de usar a integração com o Stripe, certifique-se de que você tem: - Uma conta Stripe com permissões apropriadas de API - Sua conta Stripe conectada através da [página de Integrações](https://app.crewai.com/integrations) +## Configurando a Integração Stripe + +### 1. Conecte sua Conta Stripe + +1. Acesse [CrewAI AMP Integrações](https://app.crewai.com/crewai_plus/connectors) +2. Encontre **Stripe** na seção Integrações de Autenticação +3. Clique em **Conectar** e complete o fluxo OAuth +4. Conceda as permissões necessárias para processamento de pagamentos +5. Copie seu Token Enterprise em [Configurações de Integração](https://app.crewai.com/crewai_plus/settings/integrations) + +### 2. Instale o Pacote Necessário + +```bash +uv add crewai-tools +``` + +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ferramentas Disponíveis ### **Gerenciamento de Clientes** diff --git a/docs/pt-BR/enterprise/integrations/zendesk.mdx b/docs/pt-BR/enterprise/integrations/zendesk.mdx index 65baa0544..f6f22e87a 100644 --- a/docs/pt-BR/enterprise/integrations/zendesk.mdx +++ b/docs/pt-BR/enterprise/integrations/zendesk.mdx @@ -17,6 +17,38 @@ Antes de usar a integração com o Zendesk, certifique-se de que você possui: - Uma conta Zendesk com permissões apropriadas de API - Sua conta Zendesk conectada através da [página de Integrações](https://app.crewai.com/integrations) +## Configurando a Integração Zendesk + +### 1. Conecte sua Conta Zendesk + +1. Acesse [CrewAI AMP Integrações](https://app.crewai.com/crewai_plus/connectors) +2. Encontre **Zendesk** na seção Integrações de Autenticação +3. Clique em **Conectar** e complete o fluxo OAuth +4. Conceda as permissões necessárias para gerenciamento de tickets e usuários +5. Copie seu Token Enterprise em [Configurações de Integração](https://app.crewai.com/crewai_plus/settings/integrations) + +### 2. Instale o Pacote Necessário + +```bash +uv add crewai-tools +``` + +### 3. Configuração de variável de ambiente + + + Para usar integrações com `Agent(apps=[])`, você deve definir a variável de ambiente `CREWAI_PLATFORM_INTEGRATION_TOKEN` com seu Enterprise Token. + + +```bash +export CREWAI_PLATFORM_INTEGRATION_TOKEN="seu_enterprise_token" +``` + +Ou adicione ao seu arquivo `.env`: + +``` +CREWAI_PLATFORM_INTEGRATION_TOKEN=seu_enterprise_token +``` + ## Ferramentas Disponíveis ### **Gerenciamento de Tickets**