> ## Documentation Index
> Fetch the complete documentation index at: https://dev.kloo.li/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects

> Organize links and QR codes into projects.

Group links and QR codes into projects. Create requires `name`; `color` is optional.

## Endpoints

<CardGroup cols={2}>
  <Card title="Retrieve all" icon="list" href="/en/api-reference/projects/retrieve-all-projects" horizontal>
    `GET` `/projects/`
  </Card>

  <Card title="Retrieve one" icon="eye" href="/en/api-reference/projects/retrieve-one-projects" horizontal>
    `GET` `/projects/{project_id}`
  </Card>

  <Card title="Create" icon="plus" href="/en/api-reference/projects/create-projects" horizontal>
    `POST` `/projects`
  </Card>

  <Card title="Update" icon="pen-to-square" href="/en/api-reference/projects/update-projects" horizontal>
    `POST` `/projects/{project_id}`
  </Card>

  <Card title="Delete" icon="trash" href="/en/api-reference/projects/delete-projects" horizontal>
    `DELETE` `/projects/{project_id}`
  </Card>
</CardGroup>
