> ## Documentation Index
> Fetch the complete documentation index at: https://docs-preprod.sambanova.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CrewAI

CrewAI is an open-source platform designed to orchestrate workflows of complex AI agents, enabling task automation and decision-making. Log in to [SambaCloud](https://cloud.sambanova.ai/) to get your API key.

<img src="https://mintcdn.com/s2gp1o6hatjv6y4/oklJORWUVvpbyEf9/images/docs/integrations/crewAI/crewAI1.png?fit=max&auto=format&n=oklJORWUVvpbyEf9&q=85&s=c21b435517e8fbba38f0653ab9fa43c4" alt="" width="1110" height="747" data-path="images/docs/integrations/crewAI/crewAI1.png" />

## Build an agentic sales pipeline

* Create a multi-agent pipeline using our [guided example notebook](https://github.com/sambanova/integrations/tree/main/crewai_integration/agentic_sales_pipeline) available in the **Integrations** folder on GitHub.
* Get started with hands-on code demos optimized for Jupyter Notebook.

<img src="https://mintcdn.com/s2gp1o6hatjv6y4/oklJORWUVvpbyEf9/images/docs/integrations/crewAI/crewAI2.png?fit=max&auto=format&n=oklJORWUVvpbyEf9&q=85&s=836f7d59da996aa47d562734b4ee3200" alt="" width="1280" height="648" data-path="images/docs/integrations/crewAI/crewAI2.png" />

## Experiment with a research assistant

* Explore the [Educational Research Crew](https://github.com/sambanova/integrations/tree/main/crewai_integration/edu_planner_crew_sambanova) example to experience real-time applications of an efficient agentic workflow in action.
* Clone the open-source project from [GitHub](https://github.com/sambanova/integrations/tree/main/crewai_integration) to run it locally and access the code for future projects.

## Run a travel agent app

* Check out the [Travel Planner](https://github.com/sambanova/integrations/tree/main/crewai_integration/travel_planner_crew_sambanova) to see agents work together in creating an itinerary addressing user preferences for restaurants and activities.
* View a deployed version of the app on [Hugging Face Spaces](https://huggingface.co/spaces/sambanovasystems/trip-planner).

## Build with CLI project template

Initialize new projects using [CrewAI’s CLI](https://docs.crewai.com/concepts/cli#1-create) templates. Then, select SambaNova as your model provider and choose the required model.

```python
crewai create crew my_new_crew
```

```python
crewai create flow my_new_flow
```

For any development-related questions, join our [Developer community](https://community.sambanova.ai/), where we can assist with guidance and troubleshooting.
