Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/asana.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Asana integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/box.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Box integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/clickup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the ClickUp integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the GitHub integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/gmail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Gmail integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/google_calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Google Calendar integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/google_contacts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Google Contacts integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/google_docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Google Docs integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/google_drive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Google Drive integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/google_sheets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ Before using the Google Sheets integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/google_slides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Google Slides integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/hubspot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the HubSpot integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/jira.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Jira integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/linear.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Linear integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/microsoft_excel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Microsoft Excel integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/microsoft_onedrive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Microsoft OneDrive integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
16 changes: 16 additions & 0 deletions docs/en/enterprise/integrations/microsoft_outlook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Before using the Microsoft Outlook integration, ensure you have:
uv add crewai-tools
```

### 3. Environment Variable Setup

<Note>
To use integrations with `Agent(apps=[])`, you must set the `CREWAI_PLATFORM_INTEGRATION_TOKEN` environment variable with your Enterprise Token.
</Note>

```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

<AccordionGroup>
Expand Down
Loading
Loading