Skip to content

Commit 11e86a7

Browse files
Merge branch 'main' into main
2 parents cf4c163 + 5d6b4c9 commit 11e86a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1463
-7
lines changed

docs/en/enterprise/integrations/asana.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ Before using the Asana integration, ensure you have:
3333
uv add crewai-tools
3434
```
3535

36+
### 3. Environment Variable Setup
37+
38+
<Note>
39+
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
40+
</Note>
41+
42+
```bash
43+
export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token"
44+
```
45+
46+
Or add it to your `.env` file:
47+
48+
```
49+
CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token
50+
```
51+
3652
## Available Actions
3753

3854
<AccordionGroup>

docs/en/enterprise/integrations/box.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ Before using the Box integration, ensure you have:
3333
uv add crewai-tools
3434
```
3535

36+
### 3. Environment Variable Setup
37+
38+
<Note>
39+
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
40+
</Note>
41+
42+
```bash
43+
export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token"
44+
```
45+
46+
Or add it to your `.env` file:
47+
48+
```
49+
CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token
50+
```
51+
3652
## Available Actions
3753

3854
<AccordionGroup>

docs/en/enterprise/integrations/clickup.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ Before using the ClickUp integration, ensure you have:
3333
uv add crewai-tools
3434
```
3535

36+
### 3. Environment Variable Setup
37+
38+
<Note>
39+
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
40+
</Note>
41+
42+
```bash
43+
export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token"
44+
```
45+
46+
Or add it to your `.env` file:
47+
48+
```
49+
CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token
50+
```
51+
3652
## Available Actions
3753

3854
<AccordionGroup>

docs/en/enterprise/integrations/github.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ Before using the GitHub integration, ensure you have:
3333
uv add crewai-tools
3434
```
3535

36+
### 3. Environment Variable Setup
37+
38+
<Note>
39+
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
40+
</Note>
41+
42+
```bash
43+
export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token"
44+
```
45+
46+
Or add it to your `.env` file:
47+
48+
```
49+
CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token
50+
```
51+
3652
## Available Actions
3753

3854
<AccordionGroup>

docs/en/enterprise/integrations/gmail.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ Before using the Gmail integration, ensure you have:
3333
uv add crewai-tools
3434
```
3535

36+
### 3. Environment Variable Setup
37+
38+
<Note>
39+
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
40+
</Note>
41+
42+
```bash
43+
export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token"
44+
```
45+
46+
Or add it to your `.env` file:
47+
48+
```
49+
CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token
50+
```
51+
3652
## Available Actions
3753

3854
<AccordionGroup>

docs/en/enterprise/integrations/google_calendar.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ Before using the Google Calendar integration, ensure you have:
3333
uv add crewai-tools
3434
```
3535

36+
### 3. Environment Variable Setup
37+
38+
<Note>
39+
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
40+
</Note>
41+
42+
```bash
43+
export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token"
44+
```
45+
46+
Or add it to your `.env` file:
47+
48+
```
49+
CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token
50+
```
51+
3652
## Available Actions
3753

3854
<AccordionGroup>

docs/en/enterprise/integrations/google_contacts.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ Before using the Google Contacts integration, ensure you have:
3333
uv add crewai-tools
3434
```
3535

36+
### 3. Environment Variable Setup
37+
38+
<Note>
39+
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
40+
</Note>
41+
42+
```bash
43+
export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token"
44+
```
45+
46+
Or add it to your `.env` file:
47+
48+
```
49+
CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token
50+
```
51+
3652
## Available Actions
3753

3854
<AccordionGroup>

docs/en/enterprise/integrations/google_docs.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ Before using the Google Docs integration, ensure you have:
3333
uv add crewai-tools
3434
```
3535

36+
### 3. Environment Variable Setup
37+
38+
<Note>
39+
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
40+
</Note>
41+
42+
```bash
43+
export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token"
44+
```
45+
46+
Or add it to your `.env` file:
47+
48+
```
49+
CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token
50+
```
51+
3652
## Available Actions
3753

3854
<AccordionGroup>

docs/en/enterprise/integrations/google_drive.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ Before using the Google Drive integration, ensure you have:
3333
uv add crewai-tools
3434
```
3535

36+
### 3. Environment Variable Setup
37+
38+
<Note>
39+
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
40+
</Note>
41+
42+
```bash
43+
export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token"
44+
```
45+
46+
Or add it to your `.env` file:
47+
48+
```
49+
CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token
50+
```
51+
3652
## Available Actions
3753

3854
<AccordionGroup>

docs/en/enterprise/integrations/google_sheets.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,22 @@ Before using the Google Sheets integration, ensure you have:
3434
uv add crewai-tools
3535
```
3636

37+
### 3. Environment Variable Setup
38+
39+
<Note>
40+
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
41+
</Note>
42+
43+
```bash
44+
export CREWAI_PLATFORM_INTEGRATION_TOKEN="your_enterprise_token"
45+
```
46+
47+
Or add it to your `.env` file:
48+
49+
```
50+
CREWAI_PLATFORM_INTEGRATION_TOKEN=your_enterprise_token
51+
```
52+
3753
## Available Actions
3854

3955
<AccordionGroup>

0 commit comments

Comments
 (0)