Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The custom instructions mention navigation is defined in mint.json, but this repo appears to use docs.json (and there is no mint.json in the repository). Updating this reference will prevent the automation from looking for a non-existent config file.

Suggested change
"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."
"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 docs.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."

Copilot uses AI. Check for mistakes.
5 changes: 3 additions & 2 deletions about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Comment on lines +6 to +7
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is trailing whitespace at the end of these lines (after "system" / "LMS,"). In Markdown this can create unintended hard line breaks and can be flagged by editors/linters; please trim the trailing spaces.

Suggested change
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,
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,

Copilot uses AI. Check for mistakes.
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.

Expand Down
2 changes: 1 addition & 1 deletion connection-guides/introduction.mdx
Original file line number Diff line number Diff line change
@@ -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.'
---

4 changes: 2 additions & 2 deletions integrations.mdx
Original file line number Diff line number Diff line change
@@ -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.'
Comment on lines +2 to +4
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description's "Changes" section lists only about.mdx and .github/workflows/claude.yml, but this PR also changes this page (and connection-guides/introduction.mdx). Please update the PR description so reviewers have an accurate summary of what was modified.

Copilot uses AI. Check for mistakes.
---

import { IntegrationTile } from '/snippets/integration-tile.mdx';
Expand Down
Loading