Chat
From 6a9cbc668acd9a81e81f2008e39b6f46af9b8ad9 Mon Sep 17 00:00:00 2001
From: Justi Sztyper
Date: Thu, 7 Aug 2025 20:32:06 +0200
Subject: [PATCH 2/6] correct section title (#790)
---
content/guides/docgen/docgen-getting-started.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/guides/docgen/docgen-getting-started.md b/content/guides/docgen/docgen-getting-started.md
index ca5f60200..85ea01301 100644
--- a/content/guides/docgen/docgen-getting-started.md
+++ b/content/guides/docgen/docgen-getting-started.md
@@ -62,7 +62,7 @@ After you generate the token, you can use it in cURL
or other clients, such as [Postman][postman], to make
calls.
-## Using webhooks
+## Use webhooks
You can create webhooks to monitor Doc Gen events and automate your business process or workflow.
From caa8e4d67b5d54031b33a0aefd6272b0be3237e7 Mon Sep 17 00:00:00 2001
From: Scott Hurrey
Date: Mon, 11 Aug 2025 17:28:17 -0400
Subject: [PATCH 3/6] Smh llms txt plugin (#791)
* Resolve conflicts
* Fix conflict
* Add content changes
* Improve creating mcp instructions
* Change pill colors
* Improve description
* Address review comments
* Address review comments
* AI Dev zone and home page adjustments
* Apply review changes
* Adjust description
* Adjust description
* Add Model configurator page
* Display component
* Add Agent component
* Fix typos
* Change page name to agent configurator
* update footer to add LLM section
* use AI Developer Zone instead of AI DevZone
---------
Co-authored-by: Olga Stefaniuk
---
content/microcopy/footer.yml | 59 +++++++++++++++++------
content/pages/agent-configurator/index.md | 35 ++++++++++++++
package.json | 3 +-
3 files changed, 81 insertions(+), 16 deletions(-)
create mode 100644 content/pages/agent-configurator/index.md
diff --git a/content/microcopy/footer.yml b/content/microcopy/footer.yml
index 3ef4aa290..ac7a3c9ce 100644
--- a/content/microcopy/footer.yml
+++ b/content/microcopy/footer.yml
@@ -48,6 +48,18 @@ categories:
// url: Link to the github community org
url: https://github.com/box-community
+ ai_dev_zone:
+ // text: Text for a link to the AI Dev Zone
+ text: AI Developer Zone
+ // url: Link to the AI Dev Zone
+ url: /ai-dev-zone/
+
+ sample_code_catalog:
+ // text: Text for a link to the sample code catalog
+ text: Community GitHub
+ // url: Link to the sample code catalog
+ url: /sample-code/
+
tooling:
// title: |-
A title for a footer section on our tooling options
@@ -126,24 +138,41 @@ categories:
// url: link to the Box Skills Kit
url: https://github.com/box/box-skills-kit-nodejs
- code:
+ llms:
// title: |-
- A title for a footer section on our available code samples
- title: Samples
+ A title for a footer section showing the files available for LLMs
+ title: LLM
links:
- samples:
- // text: Text for link to our code samples
- text: Platform Samples
- // url: Link to our code samples
- url: https://github.com/box/samples
-
- skills_samples:
- // text: Text for link to our Box skills code samples
- text: Skills Samples
- // url: Link to our Box skills code samples
- url: "https://github.com/box-community?utf8=%E2%9C%93&q=\
- sample-*-skills&type=&language="
+ llms_full:
+ // text: Text for link to our llms-full.txt file
+ text: llms-full.txt
+ // url: Link to our llms-full.txt file
+ url: /llms-full.txt/
+
+ guides_llms:
+ // text: Text for link to our Guides llms.txt file
+ text: Guides llms.txt
+ // url: Link to our Guides llms.txt file
+ url: /guides/llms.txt/
+
+ api_reference_llms:
+ // text: Text for link to our API Reference llms.txt file
+ text: API Reference llms.txt
+ // url: Link to our API Reference llms.txt file
+ url: /reference/llms.txt/
+
+ platform_llms:
+ // text: Text for link to our Platform llms.txt file
+ text: Platform llms.txt
+ // url: Link to our Platform llms.txt file
+ url: /platform/llms.txt/
+
+ ai_dev_zone_llms:
+ // text: Text for link to our AI Dev Zone llms.txt file
+ text: AI Dev Zone llms.txt
+ // url: Link to our AI Developer Zone llms.txt file
+ url: /ai-dev-zone/llms.txt/
support:
// title: |-
diff --git a/content/pages/agent-configurator/index.md b/content/pages/agent-configurator/index.md
new file mode 100644
index 000000000..1b9b74fc2
--- /dev/null
+++ b/content/pages/agent-configurator/index.md
@@ -0,0 +1,35 @@
+---
+hide_title: true
+alias_paths: []
+centered: false
+---
+# Box UI Elements
+
+
+
+
+ Box AI API agent configurator
+
+
+ Choose from multiple AI models from leading providers, all accessible through a single, easy-to-use platform. Customize Box AI API parameters and fine-tune LLM parameters.
+
+
+
+
+
+
+ Build complex AI configurations with our intuitive form-based interface.
+
+
+ See your JSON configuration update in real-time as you make changes.
+
+
+ Copy configuration and paste it directly in your project.
+
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
index 610383107..861f5c513 100644
--- a/package.json
+++ b/package.json
@@ -72,5 +72,6 @@
"sharp": "^0.33.5",
"strip-indent": "^3.0.0",
"watch": "^1.0.2"
- }
+ },
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
From 4ff99a0e832ec7616c57e78f1ce5da632e0f2b35 Mon Sep 17 00:00:00 2001
From: Scott Hurrey
Date: Mon, 11 Aug 2025 17:49:27 -0400
Subject: [PATCH 4/6] Revert "Smh llms txt plugin (#791)" (#792)
This reverts commit caa8e4d67b5d54031b33a0aefd6272b0be3237e7.
---
content/microcopy/footer.yml | 59 ++++++-----------------
content/pages/agent-configurator/index.md | 35 --------------
package.json | 3 +-
3 files changed, 16 insertions(+), 81 deletions(-)
delete mode 100644 content/pages/agent-configurator/index.md
diff --git a/content/microcopy/footer.yml b/content/microcopy/footer.yml
index ac7a3c9ce..3ef4aa290 100644
--- a/content/microcopy/footer.yml
+++ b/content/microcopy/footer.yml
@@ -48,18 +48,6 @@ categories:
// url: Link to the github community org
url: https://github.com/box-community
- ai_dev_zone:
- // text: Text for a link to the AI Dev Zone
- text: AI Developer Zone
- // url: Link to the AI Dev Zone
- url: /ai-dev-zone/
-
- sample_code_catalog:
- // text: Text for a link to the sample code catalog
- text: Community GitHub
- // url: Link to the sample code catalog
- url: /sample-code/
-
tooling:
// title: |-
A title for a footer section on our tooling options
@@ -138,41 +126,24 @@ categories:
// url: link to the Box Skills Kit
url: https://github.com/box/box-skills-kit-nodejs
- llms:
+ code:
// title: |-
- A title for a footer section showing the files available for LLMs
- title: LLM
+ A title for a footer section on our available code samples
+ title: Samples
links:
- llms_full:
- // text: Text for link to our llms-full.txt file
- text: llms-full.txt
- // url: Link to our llms-full.txt file
- url: /llms-full.txt/
-
- guides_llms:
- // text: Text for link to our Guides llms.txt file
- text: Guides llms.txt
- // url: Link to our Guides llms.txt file
- url: /guides/llms.txt/
-
- api_reference_llms:
- // text: Text for link to our API Reference llms.txt file
- text: API Reference llms.txt
- // url: Link to our API Reference llms.txt file
- url: /reference/llms.txt/
-
- platform_llms:
- // text: Text for link to our Platform llms.txt file
- text: Platform llms.txt
- // url: Link to our Platform llms.txt file
- url: /platform/llms.txt/
-
- ai_dev_zone_llms:
- // text: Text for link to our AI Dev Zone llms.txt file
- text: AI Dev Zone llms.txt
- // url: Link to our AI Developer Zone llms.txt file
- url: /ai-dev-zone/llms.txt/
+ samples:
+ // text: Text for link to our code samples
+ text: Platform Samples
+ // url: Link to our code samples
+ url: https://github.com/box/samples
+
+ skills_samples:
+ // text: Text for link to our Box skills code samples
+ text: Skills Samples
+ // url: Link to our Box skills code samples
+ url: "https://github.com/box-community?utf8=%E2%9C%93&q=\
+ sample-*-skills&type=&language="
support:
// title: |-
diff --git a/content/pages/agent-configurator/index.md b/content/pages/agent-configurator/index.md
deleted file mode 100644
index 1b9b74fc2..000000000
--- a/content/pages/agent-configurator/index.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-hide_title: true
-alias_paths: []
-centered: false
----
-# Box UI Elements
-
-
-
-
- Box AI API agent configurator
-
-
- Choose from multiple AI models from leading providers, all accessible through a single, easy-to-use platform. Customize Box AI API parameters and fine-tune LLM parameters.
-
-
-
-
-
-
- Build complex AI configurations with our intuitive form-based interface.
-
-
- See your JSON configuration update in real-time as you make changes.
-
-
- Copy configuration and paste it directly in your project.
-
-
-
-
-
-
-
-
diff --git a/package.json b/package.json
index 861f5c513..610383107 100644
--- a/package.json
+++ b/package.json
@@ -72,6 +72,5 @@
"sharp": "^0.33.5",
"strip-indent": "^3.0.0",
"watch": "^1.0.2"
- },
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
+ }
}
From 01d731a514265479d0995917d61715a81ff658e2 Mon Sep 17 00:00:00 2001
From: Scott Hurrey
Date: Mon, 11 Aug 2025 17:51:12 -0400
Subject: [PATCH 5/6] Smh llms txt plugin (#793)
* Resolve conflicts
* Fix conflict
* Add content changes
* Improve creating mcp instructions
* Change pill colors
* Improve description
* Address review comments
* Address review comments
* AI Dev zone and home page adjustments
* Apply review changes
* Adjust description
* Adjust description
* Add Model configurator page
* Display component
* Add Agent component
* Fix typos
* Change page name to agent configurator
* update footer to add LLM section
* use AI Developer Zone instead of AI DevZone
* add alias for extract-metadata
---------
Co-authored-by: Olga Stefaniuk
---
.../extract-metadata-structured.md | 1 +
content/microcopy/footer.yml | 59 ++++++++++++++-----
content/pages/agent-configurator/index.md | 35 +++++++++++
package.json | 3 +-
4 files changed, 82 insertions(+), 16 deletions(-)
create mode 100644 content/pages/agent-configurator/index.md
diff --git a/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md b/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md
index 9d0dbe009..11a739725 100644
--- a/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md
+++ b/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md
@@ -10,6 +10,7 @@ related_guides:
- box-ai/ai-tutorials/extract-metadata
alias_paths:
- guides/box-ai/extract-metadata-structured
+ - guides/extract-metadata
---
# Extract metadata from file (structured)
diff --git a/content/microcopy/footer.yml b/content/microcopy/footer.yml
index 3ef4aa290..ac7a3c9ce 100644
--- a/content/microcopy/footer.yml
+++ b/content/microcopy/footer.yml
@@ -48,6 +48,18 @@ categories:
// url: Link to the github community org
url: https://github.com/box-community
+ ai_dev_zone:
+ // text: Text for a link to the AI Dev Zone
+ text: AI Developer Zone
+ // url: Link to the AI Dev Zone
+ url: /ai-dev-zone/
+
+ sample_code_catalog:
+ // text: Text for a link to the sample code catalog
+ text: Community GitHub
+ // url: Link to the sample code catalog
+ url: /sample-code/
+
tooling:
// title: |-
A title for a footer section on our tooling options
@@ -126,24 +138,41 @@ categories:
// url: link to the Box Skills Kit
url: https://github.com/box/box-skills-kit-nodejs
- code:
+ llms:
// title: |-
- A title for a footer section on our available code samples
- title: Samples
+ A title for a footer section showing the files available for LLMs
+ title: LLM
links:
- samples:
- // text: Text for link to our code samples
- text: Platform Samples
- // url: Link to our code samples
- url: https://github.com/box/samples
-
- skills_samples:
- // text: Text for link to our Box skills code samples
- text: Skills Samples
- // url: Link to our Box skills code samples
- url: "https://github.com/box-community?utf8=%E2%9C%93&q=\
- sample-*-skills&type=&language="
+ llms_full:
+ // text: Text for link to our llms-full.txt file
+ text: llms-full.txt
+ // url: Link to our llms-full.txt file
+ url: /llms-full.txt/
+
+ guides_llms:
+ // text: Text for link to our Guides llms.txt file
+ text: Guides llms.txt
+ // url: Link to our Guides llms.txt file
+ url: /guides/llms.txt/
+
+ api_reference_llms:
+ // text: Text for link to our API Reference llms.txt file
+ text: API Reference llms.txt
+ // url: Link to our API Reference llms.txt file
+ url: /reference/llms.txt/
+
+ platform_llms:
+ // text: Text for link to our Platform llms.txt file
+ text: Platform llms.txt
+ // url: Link to our Platform llms.txt file
+ url: /platform/llms.txt/
+
+ ai_dev_zone_llms:
+ // text: Text for link to our AI Dev Zone llms.txt file
+ text: AI Dev Zone llms.txt
+ // url: Link to our AI Developer Zone llms.txt file
+ url: /ai-dev-zone/llms.txt/
support:
// title: |-
diff --git a/content/pages/agent-configurator/index.md b/content/pages/agent-configurator/index.md
new file mode 100644
index 000000000..1b9b74fc2
--- /dev/null
+++ b/content/pages/agent-configurator/index.md
@@ -0,0 +1,35 @@
+---
+hide_title: true
+alias_paths: []
+centered: false
+---
+# Box UI Elements
+
+
+
+
+ Box AI API agent configurator
+
+
+ Choose from multiple AI models from leading providers, all accessible through a single, easy-to-use platform. Customize Box AI API parameters and fine-tune LLM parameters.
+
+
+
+
+
+
+ Build complex AI configurations with our intuitive form-based interface.
+
+
+ See your JSON configuration update in real-time as you make changes.
+
+
+ Copy configuration and paste it directly in your project.
+
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
index 610383107..861f5c513 100644
--- a/package.json
+++ b/package.json
@@ -72,5 +72,6 @@
"sharp": "^0.33.5",
"strip-indent": "^3.0.0",
"watch": "^1.0.2"
- }
+ },
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
From 3990033f6e22f01ad31206a2ba8a7c0b1c325361 Mon Sep 17 00:00:00 2001
From: Scott Hurrey
Date: Tue, 12 Aug 2025 15:29:18 -0400
Subject: [PATCH 6/6] update footer to reference AI Developer Zone properly
---
content/microcopy/footer.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/content/microcopy/footer.yml b/content/microcopy/footer.yml
index ac7a3c9ce..8f3e09213 100644
--- a/content/microcopy/footer.yml
+++ b/content/microcopy/footer.yml
@@ -148,31 +148,31 @@ categories:
// text: Text for link to our llms-full.txt file
text: llms-full.txt
// url: Link to our llms-full.txt file
- url: /llms-full.txt/
+ url: /llms-full.txt
guides_llms:
// text: Text for link to our Guides llms.txt file
text: Guides llms.txt
// url: Link to our Guides llms.txt file
- url: /guides/llms.txt/
+ url: /guides/llms.txt
api_reference_llms:
// text: Text for link to our API Reference llms.txt file
text: API Reference llms.txt
// url: Link to our API Reference llms.txt file
- url: /reference/llms.txt/
+ url: /reference/llms.txt
platform_llms:
// text: Text for link to our Platform llms.txt file
text: Platform llms.txt
// url: Link to our Platform llms.txt file
- url: /platform/llms.txt/
+ url: /platform/llms.txt
ai_dev_zone_llms:
// text: Text for link to our AI Dev Zone llms.txt file
- text: AI Dev Zone llms.txt
+ text: AI Developer Zone llms.txt
// url: Link to our AI Developer Zone llms.txt file
- url: /ai-dev-zone/llms.txt/
+ url: /ai-dev-zone/llms.txt
support:
// title: |-