Docs
Skip to content

Project

Labels_

Assign customizable labels to your Appwrite project to categorize and filter projects within an organization.

1 min read

Raw

Labels are short alphanumeric tags you assign to a project. Use them to categorize your projects and filter them within an organization, for example by environment (production, staging), team, or region.

Manage with a Server SDK

Manage project labels with a Server SDK. Labels may contain only alphanumeric characters.

Update labels

The labels array replaces the project's existing labels, so include every label you want to keep in each call. A project can have up to 1000 labels, each up to 36 alphanumeric characters long.

Benefits

  • Organize at scale. Group related projects with shared tags such as environment, team, or region, so large organizations stay navigable.
  • Faster filtering. Find the projects you need by filtering an organization on its labels instead of scanning the full list.
  • Repeatable provisioning. Apply a consistent labeling scheme across every project you create from the same provisioning script.

Was this page helpful?

Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.