docs: describe mandatory env-var to call Platform tools for each integration (#3803)

This commit is contained in:
Lucas Gomide
2025-10-27 10:01:41 -04:00
committed by GitHub
parent 97853199c7
commit b07c0fc45c
75 changed files with 1456 additions and 0 deletions

View File

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