The
projects client methods are currently in BETA. The API may change without notice. A one-time warning is emitted on first use.Key Capabilities
- Create and manage projects within spaces
- List projects with pagination support
- Retrieve project details by name or ID
- Delete projects when no longer needed
List Projects
List all projects you have access to, with optional filtering by space.Create a Project
Create a new project within a space. Project names must be unique within the target space.Get a Project
Retrieve a specific project by name or ID. When using a name, providespace to disambiguate.
Delete a Project
Delete a project by name or ID. This operation is irreversible. There is no response from this call.Rename a Project
The
update method is currently in ALPHA. The API may change without notice.