Projects
Projects let you group related agents together. Every agent belongs to exactly one project.Default Project
When your partner account is approved, a Default project is automatically created. All agents created via the API are assigned to this default project unless you specify aproject_id.
The default project cannot be deleted.
API Endpoints
Full CRUD is available via the Partner API:| Method | Endpoint | Description |
|---|---|---|
GET | /projects | List all projects |
POST | /projects | Create a new project |
GET | /projects/:id | Get a single project |
PUT | /projects/:id | Update project name/description |
DELETE | /projects/:id | Delete a project (must have no agents) |
Create a project
Delete constraints
- Cannot delete the default project
- Cannot delete a project that still has agents — move or delete them first
Dashboard
Projects can also be managed from the Vocobase Dashboard:- Create, edit, and delete projects
- Filter agents by project on the Agents page
- Assign agents to projects when creating or editing them