@adminide-stack/yantra-help-browser 12.0.16-alpha.2 → 12.0.16-alpha.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +93 -85
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts +1 -5
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +67 -69
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +3 -2
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/SearchBar.d.ts +8 -0
- package/lib/components/SearchBar.d.ts.map +1 -0
- package/lib/components/SearchBar.js +234 -0
- package/lib/components/SearchBar.js.map +1 -0
- package/lib/components/SidebarSearch.d.ts +8 -0
- package/lib/components/SidebarSearch.d.ts.map +1 -0
- package/lib/components/SidebarSearch.js +114 -0
- package/lib/components/SidebarSearch.js.map +1 -0
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +5 -4
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +19 -1
- package/lib/compute.js.map +1 -1
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +5 -11
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +135 -50
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +211 -1
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +17 -23
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +106 -37
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +14 -6
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +0 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +3 -6
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +1 -6
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js +314 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
- package/lib/pages/Markdown/index.d.ts +3 -0
- package/lib/pages/Markdown/index.d.ts.map +1 -0
- package/lib/pages/Markdown/index.js +5 -0
- package/lib/pages/Markdown/index.js.map +1 -0
- package/lib/routes.json +28 -1
- package/lib/{content → templates/content}/account-management/account-setup.md +10 -0
- package/lib/{content → templates/content}/account-management/delete-account.md +10 -0
- package/lib/{content → templates/content}/account-management/preferences.md +10 -0
- package/lib/{content → templates/content}/account-management/privacy-settings.md +10 -0
- package/lib/{content → templates/content}/account-management/profile-settings.md +8 -0
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/content-manifest.json +5670 -0
- package/lib/{content → templates/content}/data-privacy/data-collection.md +9 -0
- package/lib/{content → templates/content}/data-privacy/privacy-policy.md +10 -0
- package/lib/{content → templates/content}/data-subject-privacy/data-access.md +12 -0
- package/lib/{content → templates/content}/data-subject-privacy/data-portability.md +15 -0
- package/lib/{content → templates/content}/data-subject-privacy/privacy-requests.md +11 -0
- package/lib/{content → templates/content}/file-uploads/file-upload-overview.md +9 -0
- package/lib/{content → templates/content}/getting-started/getting-started-guide.md +9 -0
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/{content → templates/content}/product-features/ai-models.md +1 -1
- package/lib/{content → templates/content}/product-features/collaboration-tools.md +8 -0
- package/lib/{content → templates/content}/product-features/conversation-features.md +6 -0
- package/lib/{content → templates/content}/product-features/export-features.md +8 -0
- package/lib/{content → templates/content}/product-features/follow-up-questions.md +8 -0
- package/lib/{content → templates/content}/product-features/real-time-search.md +8 -0
- package/lib/{content → templates/content}/product-features/saved-searches.md +8 -0
- package/lib/{content → templates/content}/product-features/search-features.md +1 -1
- package/lib/{content → templates/content}/product-features/search-history.md +8 -0
- package/lib/{content → templates/content}/product-features/source-citations.md +8 -0
- package/lib/{content → templates/content}/scope-api/api-overview.md +8 -0
- package/lib/{content → templates/content}/search-modes/deep-research.md +8 -0
- package/lib/{content → templates/content}/search-modes/labs-features.md +10 -0
- package/lib/{content → templates/content}/search-modes/pro-search.md +8 -0
- package/lib/{content → templates/content}/search-modes/regular-search.md +8 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/{content → templates/content}/spaces-library/spaces-overview.md +8 -0
- package/lib/{content → templates/content}/student-hub/academic-research.md +8 -0
- package/lib/{content → templates/content}/student-hub/student-discounts.md +10 -0
- package/lib/{content → templates/content}/student-hub/student-overview.md +8 -0
- package/lib/{content → templates/content}/student-hub/study-tools.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/billing-cycle.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/billing-overview.md +6 -0
- package/lib/{content → templates/content}/subscription-billing/billing-support.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/currency-support.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/enterprise-pricing.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/invoice-management.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/payment-methods.md +9 -0
- package/lib/{content → templates/content}/subscription-billing/promotional-offers.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/refund-policy.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/student-discounts.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/tax-information.md +8 -0
- package/lib/{content → templates/content}/technical-questions/ai-models-technical.md +10 -0
- package/lib/{content → templates/content}/technical-questions/api-technical.md +10 -0
- package/lib/{content → templates/content}/technical-questions/data-processing.md +10 -0
- package/lib/{content → templates/content}/technical-questions/database-architecture.md +10 -0
- package/lib/{content → templates/content}/technical-questions/infrastructure.md +10 -0
- package/lib/{content → templates/content}/technical-questions/performance-optimization.md +10 -0
- package/lib/{content → templates/content}/technical-questions/search-algorithms.md +10 -0
- package/lib/{content → templates/content}/technical-questions/technical-overview.md +10 -0
- package/lib/{content → templates/content}/threads/conversation-management.md +8 -0
- package/lib/{content → templates/content}/threads/threads-overview.md +8 -0
- package/lib/{content → templates/content}/troubleshooting/common-issues.md +8 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/lib/{content → templates/content}/what-is-yantra/getting-started-yantra.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
- package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
- package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
- package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
- package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
- package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
- package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
- package/lib/utils/docsNavigation.d.ts +10 -0
- package/lib/utils/docsNavigation.d.ts.map +1 -0
- package/lib/utils/docsNavigation.js +151 -0
- package/lib/utils/docsNavigation.js.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -1
- package/lib/utils/markdownLoader.d.ts +12 -4
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +362 -1163
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +23 -6
- package/lib/pages/ArticlePage/index.d.ts +0 -4
- package/lib/pages/ArticlePage/index.d.ts.map +0 -1
- package/lib/pages/ArticlePage/index.js +0 -190
- package/lib/pages/ArticlePage/index.js.map +0 -1
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.js +0 -58
- package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# GitHub Integration
|
|
2
|
+
|
|
3
|
+
The GitHub integration enables your Yantra AI employee to monitor repositories, track deployments, correlate code changes with issues, and maintain engineering context.
|
|
4
|
+
|
|
5
|
+
## Setup
|
|
6
|
+
|
|
7
|
+
### Connecting GitHub
|
|
8
|
+
|
|
9
|
+
1. Navigate to **Integrations → GitHub** in your Yantra dashboard
|
|
10
|
+
2. Click **Connect GitHub**
|
|
11
|
+
3. Authorize via GitHub OAuth
|
|
12
|
+
4. Select the organization and repositories to monitor
|
|
13
|
+
5. Configure webhook events for real-time monitoring
|
|
14
|
+
|
|
15
|
+
### Permissions Requested
|
|
16
|
+
|
|
17
|
+
- Read access to repositories, commits, and pull requests
|
|
18
|
+
- Read access to deployments and workflow runs
|
|
19
|
+
- Write access to issues and comments (for ticket creation)
|
|
20
|
+
- Webhook access for real-time event processing
|
|
21
|
+
|
|
22
|
+
## Capabilities
|
|
23
|
+
|
|
24
|
+
### Repository Monitoring
|
|
25
|
+
|
|
26
|
+
Your AI employee tracks activity across connected repositories:
|
|
27
|
+
|
|
28
|
+
- **Pull requests**: New PRs, reviews, approvals, and merges
|
|
29
|
+
- **Commits**: Commit messages, changed files, and authors
|
|
30
|
+
- **Deployments**: Deployment events, success/failure status, and environment targets
|
|
31
|
+
- **Issues**: New issues, status changes, and assignments
|
|
32
|
+
- **Releases**: New releases and changelog entries
|
|
33
|
+
|
|
34
|
+
### Deployment Correlation
|
|
35
|
+
|
|
36
|
+
When errors spike or customer reports come in, your AI employee:
|
|
37
|
+
|
|
38
|
+
- Identifies recent deployments to the affected service
|
|
39
|
+
- Links specific commits and PRs to the deployment
|
|
40
|
+
- Surfaces the authors and reviewers of related changes
|
|
41
|
+
- Provides direct links to code diffs for rapid investigation
|
|
42
|
+
|
|
43
|
+
### Code Ownership Mapping
|
|
44
|
+
|
|
45
|
+
Over time, the AI employee builds a code ownership map:
|
|
46
|
+
|
|
47
|
+
- Which engineers work on which modules
|
|
48
|
+
- Who has expertise in specific areas
|
|
49
|
+
- Historical contribution patterns
|
|
50
|
+
- Suggested reviewers for PRs based on code familiarity
|
|
51
|
+
|
|
52
|
+
### Automated Issue Creation
|
|
53
|
+
|
|
54
|
+
When the AI employee identifies a new bug or task, it can create GitHub Issues with:
|
|
55
|
+
|
|
56
|
+
- Detailed description with all correlated context
|
|
57
|
+
- Links to related Sentry errors, Slack conversations, and CRM records
|
|
58
|
+
- Appropriate labels and assignees based on affected code areas
|
|
59
|
+
- Priority classification based on customer impact
|
|
60
|
+
|
|
61
|
+
## Configuration
|
|
62
|
+
|
|
63
|
+
### Repository Selection
|
|
64
|
+
|
|
65
|
+
Choose which repositories to monitor:
|
|
66
|
+
|
|
67
|
+
- All repositories in the organization
|
|
68
|
+
- Specific repositories by team or service
|
|
69
|
+
- Exclude archived or experimental repos
|
|
70
|
+
|
|
71
|
+
### Event Filters
|
|
72
|
+
|
|
73
|
+
Configure which events trigger AI employee attention:
|
|
74
|
+
|
|
75
|
+
- All pushes to main/production branches
|
|
76
|
+
- PR events (opened, reviewed, merged)
|
|
77
|
+
- Deployment events (started, succeeded, failed)
|
|
78
|
+
- Issue events (created, labeled, closed)
|
|
79
|
+
|
|
80
|
+
### Deployment Tracking
|
|
81
|
+
|
|
82
|
+
Map deployment environments to monitoring:
|
|
83
|
+
|
|
84
|
+
- Production deployments → highest monitoring priority
|
|
85
|
+
- Staging deployments → standard monitoring
|
|
86
|
+
- Development/preview → optional monitoring
|
|
87
|
+
|
|
88
|
+
## Integration with Other Tools
|
|
89
|
+
|
|
90
|
+
The GitHub integration becomes powerful in combination with:
|
|
91
|
+
|
|
92
|
+
- **Sentry**: Error-to-deploy correlation
|
|
93
|
+
- **Linear/Jira**: PR-to-ticket linking
|
|
94
|
+
- **Slack**: Context sharing in engineering channels
|
|
95
|
+
- **PagerDuty**: Deploy-triggered incident correlation
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
# Integrations Overview
|
|
2
|
+
|
|
3
|
+
Yantra AI employees connect to the tools your team already uses through secure one-click OAuth setup. No coding, no command-line configuration, no DevOps required.
|
|
4
|
+
|
|
5
|
+
## How Integrations Work
|
|
6
|
+
|
|
7
|
+
### Connection Process
|
|
8
|
+
|
|
9
|
+
1. Navigate to **Integrations** in your Yantra dashboard
|
|
10
|
+
2. Click the tool you want to connect
|
|
11
|
+
3. Complete the OAuth authorization flow (same as adding any app)
|
|
12
|
+
4. Select specific resources to monitor (channels, repos, projects)
|
|
13
|
+
5. Your AI employee begins processing events immediately
|
|
14
|
+
|
|
15
|
+
### Access Model
|
|
16
|
+
|
|
17
|
+
Your AI employee receives the same level of access as a regular team member:
|
|
18
|
+
|
|
19
|
+
- **Read access**: Monitor messages, events, and data across connected tools
|
|
20
|
+
- **Write access**: Create records, update fields, send messages, and take actions
|
|
21
|
+
- **Scoped permissions**: Only the minimum permissions required for your use case are requested
|
|
22
|
+
|
|
23
|
+
All access is granted through standard OAuth 2.0 flows and can be revoked at any time.
|
|
24
|
+
|
|
25
|
+
## Supported Integrations
|
|
26
|
+
|
|
27
|
+
### Communication
|
|
28
|
+
|
|
29
|
+
| Tool | Read Capabilities | Write Capabilities |
|
|
30
|
+
| ------------------- | ----------------------------------------- | ------------------------------------ |
|
|
31
|
+
| **Slack** | Monitor channels, threads, DMs, reactions | Send messages, create threads, react |
|
|
32
|
+
| **Microsoft Teams** | Monitor channels and conversations | Send messages, create posts |
|
|
33
|
+
| **Gmail** | Read emails and threads | Draft and send emails |
|
|
34
|
+
|
|
35
|
+
### Development
|
|
36
|
+
|
|
37
|
+
| Tool | Read Capabilities | Write Capabilities |
|
|
38
|
+
| ------------- | --------------------------------------- | ----------------------------- |
|
|
39
|
+
| **GitHub** | Track PRs, commits, deployments, issues | Create issues, comment on PRs |
|
|
40
|
+
| **GitLab** | Track merge requests, pipelines, issues | Create issues, comment on MRs |
|
|
41
|
+
| **Bitbucket** | Track PRs, commits, pipelines | Create issues, comment on PRs |
|
|
42
|
+
|
|
43
|
+
### Error Monitoring
|
|
44
|
+
|
|
45
|
+
| Tool | Read Capabilities | Write Capabilities |
|
|
46
|
+
| ------------- | ----------------------------------------------- | ---------------------------------- |
|
|
47
|
+
| **Sentry** | Monitor errors, read stack traces, track trends | Update issue status, assign issues |
|
|
48
|
+
| **Datadog** | Read metrics, anomalies, APM data | Create monitors, add comments |
|
|
49
|
+
| **PagerDuty** | Read incidents, on-call schedules | Acknowledge, resolve incidents |
|
|
50
|
+
|
|
51
|
+
### Project Management
|
|
52
|
+
|
|
53
|
+
| Tool | Read Capabilities | Write Capabilities |
|
|
54
|
+
| ---------- | --------------------------------- | ----------------------------- |
|
|
55
|
+
| **Linear** | Track issues, projects, cycles | Create issues, update status |
|
|
56
|
+
| **Jira** | Track tickets, sprints, boards | Create tickets, update fields |
|
|
57
|
+
| **Asana** | Track tasks, projects, milestones | Create tasks, update status |
|
|
58
|
+
|
|
59
|
+
### CRM
|
|
60
|
+
|
|
61
|
+
| Tool | Read Capabilities | Write Capabilities |
|
|
62
|
+
| -------------- | ---------------------------------------- | --------------------------------------------- |
|
|
63
|
+
| **HubSpot** | Read contacts, deals, activities | Update deals, log activities, create contacts |
|
|
64
|
+
| **Salesforce** | Read accounts, opportunities, activities | Update opportunities, log activities |
|
|
65
|
+
|
|
66
|
+
### Documentation
|
|
67
|
+
|
|
68
|
+
| Tool | Read Capabilities | Write Capabilities |
|
|
69
|
+
| -------------- | -------------------------- | ---------------------------- |
|
|
70
|
+
| **Notion** | Search pages, read content | Update pages, create entries |
|
|
71
|
+
| **Confluence** | Search spaces, read pages | Update pages, add comments |
|
|
72
|
+
|
|
73
|
+
### Social Media
|
|
74
|
+
|
|
75
|
+
| Tool | Read Capabilities | Write Capabilities |
|
|
76
|
+
| ------------- | -------------------------------- | -------------------------------- |
|
|
77
|
+
| **LinkedIn** | Read posts, comments, engagement | Draft posts, schedule publishing |
|
|
78
|
+
| **X/Twitter** | Read tweets, mentions, threads | Draft tweets, schedule threads |
|
|
79
|
+
|
|
80
|
+
### Calendars and Meetings
|
|
81
|
+
|
|
82
|
+
| Tool | Read Capabilities | Write Capabilities |
|
|
83
|
+
| ------------------- | --------------------------------- | ------------------ |
|
|
84
|
+
| **Google Calendar** | Read events, attendees | — (read-only) |
|
|
85
|
+
| **Calendly** | Read bookings, availability | — (read-only) |
|
|
86
|
+
| **Zoom** | Access recordings, transcriptions | — (read-only) |
|
|
87
|
+
|
|
88
|
+
### Additional Integrations
|
|
89
|
+
|
|
90
|
+
- **Salesforce** — Enterprise CRM
|
|
91
|
+
- **Mixpanel** — Product analytics
|
|
92
|
+
- **Intercom** — Customer messaging
|
|
93
|
+
- **Zendesk** — Customer support
|
|
94
|
+
- **Freshdesk** — Help desk
|
|
95
|
+
- **Stripe** — Payment events
|
|
96
|
+
|
|
97
|
+
**40+ total integrations** with new ones added regularly.
|
|
98
|
+
|
|
99
|
+
## Managing Integrations
|
|
100
|
+
|
|
101
|
+
### Viewing Connected Tools
|
|
102
|
+
|
|
103
|
+
The Integrations page shows:
|
|
104
|
+
|
|
105
|
+
- All connected tools and their status (active, paused, error)
|
|
106
|
+
- Permissions granted to each tool
|
|
107
|
+
- Event volume processed from each integration
|
|
108
|
+
- Last activity timestamp
|
|
109
|
+
|
|
110
|
+
### Pausing and Reconnecting
|
|
111
|
+
|
|
112
|
+
- **Pause**: Temporarily stop event processing without disconnecting
|
|
113
|
+
- **Reconnect**: Re-authorize if credentials expire
|
|
114
|
+
- **Disconnect**: Fully remove integration and revoke access
|
|
115
|
+
|
|
116
|
+
### Monitoring Integration Health
|
|
117
|
+
|
|
118
|
+
Your AI employee reports on integration status:
|
|
119
|
+
|
|
120
|
+
- Connection health across all tools
|
|
121
|
+
- API rate limit usage for each integration
|
|
122
|
+
- Event processing latency
|
|
123
|
+
- Error rates and connectivity issues
|
|
124
|
+
|
|
125
|
+
## Security
|
|
126
|
+
|
|
127
|
+
All integrations follow security best practices:
|
|
128
|
+
|
|
129
|
+
- OAuth 2.0 authentication — your credentials are never stored
|
|
130
|
+
- API keys managed through encrypted secret storage
|
|
131
|
+
- Minimum required scopes — only permissions needed for requested functionality
|
|
132
|
+
- All data encrypted in transit (TLS 1.2+) and at rest (AES-256)
|
|
133
|
+
|
|
134
|
+
For detailed security information, see [Security Overview](/help-center/security-compliance/security-overview).
|
|
135
|
+
|
|
136
|
+
## Requesting New Integrations
|
|
137
|
+
|
|
138
|
+
If your team uses a tool that isn't currently supported:
|
|
139
|
+
|
|
140
|
+
1. Contact support with the tool name and your use case
|
|
141
|
+
2. We evaluate based on API availability and customer demand
|
|
142
|
+
3. New integrations are typically added within 2-4 weeks
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
# Monitoring Tool Integrations (Sentry, Datadog, PagerDuty)
|
|
2
|
+
|
|
3
|
+
Yantra integrates with monitoring and observability tools to enable intelligent error triage, deploy correlation, and smart alerting.
|
|
4
|
+
|
|
5
|
+
## Sentry Integration
|
|
6
|
+
|
|
7
|
+
### Setup
|
|
8
|
+
|
|
9
|
+
1. Navigate to **Integrations → Sentry** in your Yantra dashboard
|
|
10
|
+
2. Authorize via Sentry OAuth
|
|
11
|
+
3. Select projects to monitor
|
|
12
|
+
4. Configure error threshold rules
|
|
13
|
+
|
|
14
|
+
### Capabilities
|
|
15
|
+
|
|
16
|
+
- **Error monitoring**: Track new and recurring exceptions across projects
|
|
17
|
+
- **Trend analysis**: Detect error frequency changes and pattern shifts
|
|
18
|
+
- **Stack trace access**: Read full error details for root cause analysis
|
|
19
|
+
- **Issue management**: Update issue status and assignments
|
|
20
|
+
- **Release correlation**: Link errors to specific releases and commits
|
|
21
|
+
|
|
22
|
+
### How Yantra Uses Sentry Data
|
|
23
|
+
|
|
24
|
+
When errors occur, your AI employee:
|
|
25
|
+
|
|
26
|
+
1. Reads the error type, message, and stack trace
|
|
27
|
+
2. Checks occurrence frequency and trend direction
|
|
28
|
+
3. Identifies affected users and tenants
|
|
29
|
+
4. Correlates the error timing with recent deployments (via GitHub integration)
|
|
30
|
+
5. Searches for existing Linear/Jira tickets for this error
|
|
31
|
+
6. Delivers a complete triage summary
|
|
32
|
+
|
|
33
|
+
## Datadog Integration
|
|
34
|
+
|
|
35
|
+
### Setup
|
|
36
|
+
|
|
37
|
+
1. Navigate to **Integrations → Datadog**
|
|
38
|
+
2. Provide your Datadog API and Application keys
|
|
39
|
+
3. Select metrics, monitors, and services to track
|
|
40
|
+
4. Configure anomaly detection thresholds
|
|
41
|
+
|
|
42
|
+
### Capabilities
|
|
43
|
+
|
|
44
|
+
- **Metric monitoring**: Track custom and system metrics
|
|
45
|
+
- **APM data**: Read distributed traces and service performance
|
|
46
|
+
- **Anomaly detection**: Surface anomalies in tracked metrics
|
|
47
|
+
- **Log access**: Search and correlate log data
|
|
48
|
+
- **Monitor status**: Track existing Datadog monitors and their alerts
|
|
49
|
+
|
|
50
|
+
### How Yantra Uses Datadog Data
|
|
51
|
+
|
|
52
|
+
Your AI employee correlates Datadog metrics with operational events:
|
|
53
|
+
|
|
54
|
+
- Latency spikes linked to specific deployments or traffic patterns
|
|
55
|
+
- Error rate changes correlated with infrastructure events
|
|
56
|
+
- Performance regressions detected after code changes
|
|
57
|
+
- Capacity and resource utilization trends
|
|
58
|
+
|
|
59
|
+
## PagerDuty Integration
|
|
60
|
+
|
|
61
|
+
### Setup
|
|
62
|
+
|
|
63
|
+
1. Navigate to **Integrations → PagerDuty**
|
|
64
|
+
2. Authorize via PagerDuty OAuth
|
|
65
|
+
3. Select services and escalation policies to monitor
|
|
66
|
+
4. Configure smart escalation rules
|
|
67
|
+
|
|
68
|
+
### Capabilities
|
|
69
|
+
|
|
70
|
+
- **Incident monitoring**: Track active incidents and their status
|
|
71
|
+
- **On-call awareness**: Know who's currently on-call for each service
|
|
72
|
+
- **Incident acknowledgment**: Acknowledge and resolve incidents
|
|
73
|
+
- **Escalation management**: Work with existing escalation policies
|
|
74
|
+
- **Post-incident data**: Access incident timelines and metrics
|
|
75
|
+
|
|
76
|
+
### Smart Alerting with PagerDuty
|
|
77
|
+
|
|
78
|
+
Your AI employee enhances PagerDuty's alerting by:
|
|
79
|
+
|
|
80
|
+
- **Deduplication**: Grouping related alerts before they trigger pages
|
|
81
|
+
- **Context enrichment**: Adding correlated data from other tools to each incident
|
|
82
|
+
- **Intelligent routing**: Recommending the right responder based on the issue type
|
|
83
|
+
- **Pre-triage**: Providing a root cause hypothesis before the on-call engineer investigates
|
|
84
|
+
|
|
85
|
+
## Cross-Tool Correlation
|
|
86
|
+
|
|
87
|
+
The real power of monitoring integrations comes from cross-tool correlation:
|
|
88
|
+
|
|
89
|
+
| Sentry Event | + GitHub Data | + Slack Context | = Action |
|
|
90
|
+
| -------------- | ------------------------- | ------------------------------ | -------------------------------------- |
|
|
91
|
+
| New error type | Recent deploy identified | Customer reported in #support | Triage summary with full context |
|
|
92
|
+
| Error spike | Commit that introduced it | Team discussion found | Assignee and resolution path suggested |
|
|
93
|
+
| Regression | Reverted fix identified | Previous resolution discussion | Exact fix steps provided |
|
|
94
|
+
|
|
95
|
+
## Configuration Best Practices
|
|
96
|
+
|
|
97
|
+
### Error Thresholds
|
|
98
|
+
|
|
99
|
+
- P0: 100+ errors/hour → Immediate critical escalation
|
|
100
|
+
- P1: 25-100 errors/hour → Prompt notification
|
|
101
|
+
- P2: 5-25 errors/hour → Batched notification
|
|
102
|
+
- P3: Below 5/hour → Daily summary only
|
|
103
|
+
|
|
104
|
+
### Noise Reduction
|
|
105
|
+
|
|
106
|
+
- Filter out known intermittent errors
|
|
107
|
+
- Set minimum occurrence thresholds before alerting
|
|
108
|
+
- Group related errors by root cause before escalating
|
|
109
|
+
- Suppress duplicate alerts for the same issue
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# Productivity Tool Integrations
|
|
2
|
+
|
|
3
|
+
Yantra integrates with productivity and collaboration tools including Notion, Confluence, Google Calendar, Calendly, and Zoom to provide comprehensive context for your AI employees.
|
|
4
|
+
|
|
5
|
+
## Notion Integration
|
|
6
|
+
|
|
7
|
+
### Setup
|
|
8
|
+
|
|
9
|
+
1. Navigate to **Integrations → Notion**
|
|
10
|
+
2. Authorize via Notion OAuth
|
|
11
|
+
3. Select workspaces and pages to index
|
|
12
|
+
|
|
13
|
+
### Capabilities
|
|
14
|
+
|
|
15
|
+
- **Document search**: Search across all connected Notion pages and databases
|
|
16
|
+
- **Content indexing**: Index documentation, wikis, and knowledge bases
|
|
17
|
+
- **Page updates**: Update existing pages with new information
|
|
18
|
+
- **Database queries**: Read and filter Notion database records
|
|
19
|
+
|
|
20
|
+
### Use Cases
|
|
21
|
+
|
|
22
|
+
- AI employee references architecture docs when triaging bugs
|
|
23
|
+
- Runbooks and procedures surfaced during incident response
|
|
24
|
+
- Marketing content ideas pulled from internal strategy documents
|
|
25
|
+
- Onboarding materials linked when new team members ask questions
|
|
26
|
+
|
|
27
|
+
## Confluence Integration
|
|
28
|
+
|
|
29
|
+
### Setup
|
|
30
|
+
|
|
31
|
+
1. Navigate to **Integrations → Confluence**
|
|
32
|
+
2. Authorize via Atlassian OAuth
|
|
33
|
+
3. Select spaces to index
|
|
34
|
+
|
|
35
|
+
### Capabilities
|
|
36
|
+
|
|
37
|
+
- **Space search**: Search across connected Confluence spaces
|
|
38
|
+
- **Page reading**: Read page content, comments, and attachments
|
|
39
|
+
- **Comment creation**: Add comments to pages for collaboration
|
|
40
|
+
- **Version tracking**: Detect page updates and content changes
|
|
41
|
+
|
|
42
|
+
### Use Cases
|
|
43
|
+
|
|
44
|
+
- Technical specifications referenced during code reviews
|
|
45
|
+
- Past post-mortem reports surfaced during incident response
|
|
46
|
+
- Product requirements linked to customer requests
|
|
47
|
+
- Meeting notes and decision records searchable by the AI employee
|
|
48
|
+
|
|
49
|
+
## Google Calendar Integration
|
|
50
|
+
|
|
51
|
+
### Setup
|
|
52
|
+
|
|
53
|
+
1. Navigate to **Integrations → Google Calendar**
|
|
54
|
+
2. Authorize via Google OAuth
|
|
55
|
+
3. Select calendars to monitor
|
|
56
|
+
|
|
57
|
+
### Capabilities (Read-Only)
|
|
58
|
+
|
|
59
|
+
- **Event monitoring**: Track upcoming meetings and events
|
|
60
|
+
- **Attendee information**: Read who's attending each meeting
|
|
61
|
+
- **Meeting prep**: Trigger pre-meeting context briefs
|
|
62
|
+
- **Schedule awareness**: AI employee respects quiet hours and meeting times
|
|
63
|
+
|
|
64
|
+
### Use Cases
|
|
65
|
+
|
|
66
|
+
- Automatic pre-call briefs 30 minutes before meetings
|
|
67
|
+
- Context about attendees pulled from CRM and communication history
|
|
68
|
+
- Follow-up task creation after meetings based on calendar events
|
|
69
|
+
- Conflict detection when scheduling follow-ups
|
|
70
|
+
|
|
71
|
+
## Calendly Integration
|
|
72
|
+
|
|
73
|
+
### Setup
|
|
74
|
+
|
|
75
|
+
1. Navigate to **Integrations → Calendly**
|
|
76
|
+
2. Authorize via Calendly OAuth
|
|
77
|
+
3. Select event types to monitor
|
|
78
|
+
|
|
79
|
+
### Capabilities (Read-Only)
|
|
80
|
+
|
|
81
|
+
- **Booking detection**: Know when new meetings are scheduled
|
|
82
|
+
- **Prospect identification**: Link Calendly bookings to CRM contacts
|
|
83
|
+
- **Pre-meeting prep**: Trigger context briefs for newly booked meetings
|
|
84
|
+
|
|
85
|
+
### Use Cases
|
|
86
|
+
|
|
87
|
+
- Sales: Prep briefs generated automatically for every booked demo
|
|
88
|
+
- Support: Customer context loaded before scheduled support calls
|
|
89
|
+
- Recruiting: Candidate information compiled before interviews
|
|
90
|
+
|
|
91
|
+
## Zoom Integration
|
|
92
|
+
|
|
93
|
+
### Setup
|
|
94
|
+
|
|
95
|
+
1. Navigate to **Integrations → Zoom**
|
|
96
|
+
2. Authorize via Zoom OAuth
|
|
97
|
+
3. Enable recording transcription access
|
|
98
|
+
|
|
99
|
+
### Capabilities (Read-Only)
|
|
100
|
+
|
|
101
|
+
- **Recording access**: Read meeting recordings and transcriptions
|
|
102
|
+
- **Transcript processing**: Extract key points, action items, and decisions
|
|
103
|
+
- **Participant tracking**: Know who was on each call
|
|
104
|
+
|
|
105
|
+
### Use Cases
|
|
106
|
+
|
|
107
|
+
- Sales: Automatic call note extraction and CRM updates after Zoom calls
|
|
108
|
+
- Engineering: Meeting decisions and action items captured and tracked
|
|
109
|
+
- All teams: Searchable record of every meeting's key points
|
|
110
|
+
|
|
111
|
+
## Cross-Tool Context
|
|
112
|
+
|
|
113
|
+
Productivity integrations enrich your AI employee's understanding:
|
|
114
|
+
|
|
115
|
+
| Tool | Provides | Enhances |
|
|
116
|
+
| --------------------- | --------------------- | ------------------------------------------------ |
|
|
117
|
+
| **Notion/Confluence** | Documentation context | Bug triage, onboarding, decision context |
|
|
118
|
+
| **Google Calendar** | Meeting schedules | Pre-call preparation, follow-up tracking |
|
|
119
|
+
| **Calendly** | Booking events | Sales pipeline updates, prospect engagement |
|
|
120
|
+
| **Zoom** | Call content | CRM notes, action tracking, institutional memory |
|
|
121
|
+
|
|
122
|
+
## Privacy Considerations
|
|
123
|
+
|
|
124
|
+
- Calendar integrations are read-only — your AI employee cannot create or modify events
|
|
125
|
+
- Zoom transcriptions are processed for key points only — full recordings are not stored
|
|
126
|
+
- Document access respects the same permission model as your Notion/Confluence setup
|
|
127
|
+
- All data from productivity tools is encrypted and follows the same security standards as other integrations
|
|
128
|
+
|
|
129
|
+
See [Security Overview](/help-center/security-compliance/security-overview) for full details.
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# Slack Integration
|
|
2
|
+
|
|
3
|
+
Slack is the most commonly connected tool for Yantra AI employees. This guide covers setup, capabilities, and configuration for the Slack integration.
|
|
4
|
+
|
|
5
|
+
## Setup
|
|
6
|
+
|
|
7
|
+
### Connecting Slack
|
|
8
|
+
|
|
9
|
+
1. Navigate to **Integrations → Slack** in your Yantra dashboard
|
|
10
|
+
2. Click **Connect Slack**
|
|
11
|
+
3. Select the Slack workspace to connect
|
|
12
|
+
4. Authorize the requested permissions
|
|
13
|
+
5. Select channels for your AI employee to monitor
|
|
14
|
+
|
|
15
|
+
### Permissions Requested
|
|
16
|
+
|
|
17
|
+
- Read messages in selected channels
|
|
18
|
+
- Post messages and create threads
|
|
19
|
+
- React to messages
|
|
20
|
+
- Access user profiles for context
|
|
21
|
+
- Send direct messages (for notifications and briefs)
|
|
22
|
+
|
|
23
|
+
## Capabilities
|
|
24
|
+
|
|
25
|
+
### Monitoring
|
|
26
|
+
|
|
27
|
+
Your AI employee monitors selected Slack channels for:
|
|
28
|
+
|
|
29
|
+
- Customer reports, questions, and feedback
|
|
30
|
+
- Engineering discussions about bugs, deployments, and architecture
|
|
31
|
+
- Sales mentions of deals, prospects, and competitive intelligence
|
|
32
|
+
- Marketing-relevant discussions and content opportunities
|
|
33
|
+
- Cross-functional requests and coordination needs
|
|
34
|
+
|
|
35
|
+
### Posting
|
|
36
|
+
|
|
37
|
+
Your AI employee can post to Slack:
|
|
38
|
+
|
|
39
|
+
- Morning briefings and daily summaries
|
|
40
|
+
- Alert notifications with full context
|
|
41
|
+
- Action drafts for approval ("I'd like to update HubSpot with these notes. Approve?")
|
|
42
|
+
- Thread responses with correlated data from other tools
|
|
43
|
+
- Proactive updates about monitored issues
|
|
44
|
+
|
|
45
|
+
### Interacting
|
|
46
|
+
|
|
47
|
+
Communicate with your AI employee directly in Slack:
|
|
48
|
+
|
|
49
|
+
- Ask questions about any customer, project, or topic
|
|
50
|
+
- Request context briefs before meetings
|
|
51
|
+
- Trigger specific actions ("Update the deal stage for Acme Corp")
|
|
52
|
+
- Provide feedback on alert quality and action accuracy
|
|
53
|
+
|
|
54
|
+
## Channel Configuration
|
|
55
|
+
|
|
56
|
+
### Monitored Channels
|
|
57
|
+
|
|
58
|
+
Select which channels your AI employee should actively monitor:
|
|
59
|
+
|
|
60
|
+
- **Support channels**: Customer-facing channels for issue detection
|
|
61
|
+
- **Engineering channels**: Development, deployment, and incident channels
|
|
62
|
+
- **Sales channels**: Deal discussions and pipeline conversations
|
|
63
|
+
- **General channels**: Company-wide announcements and updates
|
|
64
|
+
|
|
65
|
+
### Notification Channels
|
|
66
|
+
|
|
67
|
+
Designate where the AI employee sends different types of communication:
|
|
68
|
+
|
|
69
|
+
- **Daily briefings**: Sent to your DM or a dedicated briefing channel
|
|
70
|
+
- **Alerts**: Sent to the relevant team channel or DM based on urgency
|
|
71
|
+
- **Action requests**: Sent to DM for personal approval workflows
|
|
72
|
+
|
|
73
|
+
## Best Practices
|
|
74
|
+
|
|
75
|
+
1. **Start with key channels**: Connect your most important 3-5 channels first
|
|
76
|
+
2. **Create a dedicated channel**: Consider a #yantra-ai channel for AI employee updates
|
|
77
|
+
3. **Thread etiquette**: Configure the AI employee to respond in threads to keep channels clean
|
|
78
|
+
4. **DM for approvals**: Route action approval requests to DMs to avoid channel noise
|
|
79
|
+
5. **Gradual expansion**: Add more channels as you tune the AI employee's behavior
|