-
Notifications
You must be signed in to change notification settings - Fork 8
Update StackOne positioning from 'unified API' to 'integration infrastructure for AI agents' #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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
|
||||||||||
| 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, |
| 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.' | ||
| --- | ||
|
|
| 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
|
||
| --- | ||
|
|
||
| import { IntegrationTile } from '/snippets/integration-tile.mdx'; | ||
|
|
||
There was a problem hiding this comment.
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 usedocs.json(and there is nomint.jsonin the repository). Updating this reference will prevent the automation from looking for a non-existent config file.