> For the complete documentation index, see [llms.txt](https://docs.gem-suite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gem-suite.com/api-reference/objects/project.md).

# Project

| Attribute   | Type    | Description                                                                                       |
| ----------- | ------- | ------------------------------------------------------------------------------------------------- |
| id          | integer | Unique identifier for the project.                                                                |
| code        | string  | Visual identifier code of the project.                                                            |
| client\_id  | integer | Client ID linked to the project.                                                                  |
| active      | integer | <p>Possible values are :</p><ul><li>0: Project is inactive</li><li>1: Project is active</li></ul> |
| name        | string  | Name of project.                                                                                  |
| description | string  | Description of project.                                                                           |
| tasks       | array   | Tasks linked to the project (see Task object)                                                     |
