From d5cd792d59da453d08a598db38e5dd9edf93d72e Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Thu, 13 Nov 2025 14:42:36 +0000 Subject: [PATCH] Docs: tags can be up to 128 chars --- docs/tags.mdx | 2 +- docs/v3-openapi.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tags.mdx b/docs/tags.mdx index 3d89bfb78c..33029929bb 100644 --- a/docs/tags.mdx +++ b/docs/tags.mdx @@ -5,7 +5,7 @@ description: "Tags allow you to easily filter runs in the dashboard and when usi ## What are tags? -We support up to 10 tags per run. Each one must be a string between 1 and 64 characters long. +We support up to 10 tags per run. Each one must be a string between 1 and 128 characters long. We recommend prefixing your tags with their type and then an underscore or colon. For example, `user_123456` or `video:123`. diff --git a/docs/v3-openapi.yaml b/docs/v3-openapi.yaml index 6927bd08a5..67299f946f 100644 --- a/docs/v3-openapi.yaml +++ b/docs/v3-openapi.yaml @@ -1828,7 +1828,7 @@ components: example: ["user_5df987al13", "org_c6b7dycmxw"] items: type: string - description: A tag must be between 1 and 64 characters, a run can have up to 5 tags attached to it. + description: A tag must be between 1 and 128 characters, a run can have up to 10 tags attached to it. costInCents: type: number example: 0.00292 @@ -2005,7 +2005,7 @@ components: example: ["user_5df987al13", "org_c6b7dycmxw"] items: type: string - description: A tag must be between 1 and 64 characters, a run can have up to 5 tags attached to it. + description: A tag must be between 1 and 128 characters, a run can have up to 10 tags attached to it. metadata: type: object description: The metadata of the run. See [Metadata](/runs/metadata) for more information.