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

# CrewAI integration guide

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/?utm_source=crewai\&utm_medium=partner\&utm_campaign=cloud_signup) to get your API key.

<img src="https://mintcdn.com/sambanova-systems/2geljiA64MqODR9Z/images/docs/integrations/crew-ai/crew-ai1.png?fit=max&auto=format&n=2geljiA64MqODR9Z&q=85&s=a4140d9f48c9ec64a332674cc08ace94" alt="CrewAI multi-agent workflow dashboard" width="1110" height="747" data-path="images/docs/integrations/crew-ai/crew-ai1.png" />

## Build an agentic sales pipeline

* Create a multi-agent pipeline using the [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/sambanova-systems/2geljiA64MqODR9Z/images/docs/integrations/crew-ai/crew-ai2.png?fit=max&auto=format&n=2geljiA64MqODR9Z&q=85&s=01d5af4b66f828500cf9594e96a1c8f4" alt="CrewAI agentic sales pipeline example notebook" width="1280" height="648" data-path="images/docs/integrations/crew-ai/crew-ai2.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 theme={null}
crewai create crew my_new_crew
```

```python theme={null}
crewai create flow my_new_flow
```

For any development-related questions, join the [SambaNova Developer community](https://community.sambanova.ai/) for guidance and troubleshooting.
