Projects
A project is a workspace for your AI applications. Projects maintain logical separation for different AI use cases, typically within the same team. Projects house different experiments and apps.
Scenarios Where You Should Create Different Projects
- You are testing a new LLM application in development and want to maintain separation from your current production application.
- You have a new LLM use case, which serves a different purpose from other AI application projects.
- You are creating a demo project for internal or external use.
- Your team maintains several AI system architectures and wants to compare performance across them over time.
- Different team members are contributing to different AI projects internally.
Create a Project
To run an experiment, first create a project. Multiple experiments can be run in the same project. You can create a new project in the UI under Experiments -> Projects.
You can obtain the corresponding Project ID in the URL by clicking on the project. The Project ID will be in the format:
https://app.patronus.ai/projects/project-id
.
You can also create projects programmatically with the https://api.patronus.ai/v1/projects
endpoint. See the API reference guide for details.