Projects
A project is the top-level organizational unit, holding test sets, endpoints, and other resources for one LLM application.
Properties
| Property | Type | Description |
|---|---|---|
id | str | Unique identifier |
name | str | Display name |
description | str | Project description |
is_active | bool | Whether the project is active (defaults to True) |
icon | str | Icon identifier for the project |
status_id | str | Associated status ID |
user_id | str | User who created the project |
owner_id | str | Project owner ID |
organization_id | str | Organization this project belongs to |
Projects use the shared entity interface for fetching, filtering, updating, and deleting.
Resolving parameters
A project instance resolves the parameter values bound to its environments and experiments:
See Parameters & Experiments for the full parameter workflow.
Next: register an endpoint and create a test set in your project.