From 1dda04f8baf01d5839f5fe4515d7bc7272b81d06 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 21 Mar 2026 04:59:11 +0000 Subject: [PATCH 1/2] Update StackOne positioning from 'unified API' to 'integration infrastructure for AI agents' - Updated about.mdx to reflect StackOne's current positioning - Updated .github/workflows/claude.yml custom instructions - Aligned messaging with stackone.com homepage Co-authored-by: Guillaume --- .github/workflows/claude.yml | 2 +- about.mdx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ba4ee7ad..95d3e05b 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -59,4 +59,4 @@ jobs: } allowed_tools: "Bash,mcp__context7__resolve-library-id,mcp__context7__get-library-docs,mcp__stackchat__*" custom_instructions: | - "This repository contains the StackOne Hub Documentation site built with Mintlify, which provides comprehensive integration guides and authentication documentation for all connectors provided by StackOne to its customers' customers. The site serves as a central hub for users to learn how to configure and authenticate their third-party integrations across multiple categories: ATS (Applicant Tracking Systems), CRM, HRIS, Marketing, IAM (Identity and Access Management), LMS (Learning Management Systems), Documents, and Screening platforms and more. Each integration page contains specific authentication methods, configuration steps, and implementation guides for connecting various SaaS tools to StackOne's unified API. The documentation structure follows Mintlify conventions with navigation defined in mint.json and content in .mdx files. Integration-specific guides include OAuth flows, API key setups, webhook configurations, and troubleshooting steps. When working on this repository, focus on maintaining consistency across integration guides, ensuring accurate authentication steps, updating API references, and improving developer experience for StackOne's integration platform users." + "This repository contains the StackOne Hub Documentation site built with Mintlify, which provides comprehensive integration guides and authentication documentation for all connectors provided by StackOne to its customers' customers. The site serves as a central hub for users to learn how to configure and authenticate their third-party integrations across multiple categories: ATS (Applicant Tracking Systems), CRM, HRIS, Marketing, IAM (Identity and Access Management), LMS (Learning Management Systems), Documents, and Screening platforms and more. Each integration page contains specific authentication methods, configuration steps, and implementation guides for connecting various SaaS tools to StackOne's integration infrastructure. StackOne is integration infrastructure for AI agents - it connects AI agents to any SaaS system with 200+ connectors and 10,000+ pre-built actions. The documentation structure follows Mintlify conventions with navigation defined in mint.json and content in .mdx files. Integration-specific guides include OAuth flows, API key setups, webhook configurations, and troubleshooting steps. When working on this repository, focus on maintaining consistency across integration guides, ensuring accurate authentication steps, updating API references, and improving developer experience for StackOne's integration platform users." diff --git a/about.mdx b/about.mdx index 2ee8ff60..2c981935 100644 --- a/about.mdx +++ b/about.mdx @@ -3,8 +3,9 @@ title: 'About StackOne' icon: "layer-group" --- -StackOne is a unified API used by B2B SaaS companies to add native 3rd party integrations to their -product. As a white-label embedded integration platform, StackOne operates in the background, +StackOne is integration infrastructure for AI agents. It connects your AI agents to any SaaS system +through a single interface, with 200+ connectors and 10,000+ pre-built actions across HRIS, ATS, LMS, +CRM, IAM, documents, and more. As a white-label embedded integration platform, StackOne operates in the background, managing the integration within your vendor’s system. This allows you to connect effortlessly with the solution providers you already use directly through your vendor's interface. From 4d7b70d2f2cdac78a54eb03d21496eef4e864705 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 21 Mar 2026 05:02:07 +0000 Subject: [PATCH 2/2] Update integrations page to align with stackone.com/connectors positioning - Changed title from 'Integrations' to 'Connectors' - Updated description to '200+ AI agent connectors with 10,000+ pre-built actions' - Updated connection-guides introduction to match new positioning Co-authored-by: Guillaume --- connection-guides/introduction.mdx | 2 +- integrations.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/connection-guides/introduction.mdx b/connection-guides/introduction.mdx index d9528e99..185d4b98 100644 --- a/connection-guides/introduction.mdx +++ b/connection-guides/introduction.mdx @@ -1,5 +1,5 @@ --- title: 'Introduction' -description: 'StackOne integrates with a number of third party providers. These guides show how to connect your tools via the StackOne Hub.' +description: 'StackOne provides 200+ AI agent connectors with 10,000+ pre-built actions. These guides show how to connect your tools via the StackOne Hub.' --- diff --git a/integrations.mdx b/integrations.mdx index ac8388ef..33723171 100644 --- a/integrations.mdx +++ b/integrations.mdx @@ -1,7 +1,7 @@ --- -title: 'Integrations' +title: 'Connectors' icon: "chart-network" -description: 'StackOne supports a large number of integrations. Click on one of the below to learn more.' +description: '200+ AI agent connectors with 10,000+ pre-built actions. Click on one of the below to learn more.' --- import { IntegrationTile } from '/snippets/integration-tile.mdx';