@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,186 @@
|
|
|
1
|
+
# Security Overview
|
|
2
|
+
|
|
3
|
+
Protecting your data is foundational to everything we build at Yantra. This guide covers our security architecture, data protection practices, and compliance posture.
|
|
4
|
+
|
|
5
|
+
## Security Architecture
|
|
6
|
+
|
|
7
|
+
### Isolated Customer Environments
|
|
8
|
+
|
|
9
|
+
Each Yantra customer receives a **dedicated, isolated virtual machine** environment:
|
|
10
|
+
|
|
11
|
+
- **Hardware-level isolation**: Your AI employee runs in its own VM, completely separated from other customers
|
|
12
|
+
- **No shared resources**: Compute, memory, and storage are dedicated to your environment
|
|
13
|
+
- **Independent scaling**: Your environment scales based on your workload without affecting others
|
|
14
|
+
- **Automatic updates**: Security patches applied automatically without impacting availability
|
|
15
|
+
|
|
16
|
+
### Secure Gateway
|
|
17
|
+
|
|
18
|
+
All communication between your tools and your AI employee flows through the **Yantra Gateway**:
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
Your Tools → TLS 1.2+ → Yantra Gateway → Isolated VM → Action Engine
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
- All traffic is encrypted in transit using TLS 1.2 or higher
|
|
25
|
+
- API routing ensures requests are directed to the correct customer environment
|
|
26
|
+
- Rate limiting and DDoS protection at the gateway level
|
|
27
|
+
- Request validation and sanitization before reaching your AI employee
|
|
28
|
+
|
|
29
|
+
## Data Encryption
|
|
30
|
+
|
|
31
|
+
### In Transit
|
|
32
|
+
|
|
33
|
+
- All data encrypted using **TLS 1.2+** between all components
|
|
34
|
+
- Certificate pinning for critical connections
|
|
35
|
+
- Perfect forward secrecy enabled on all TLS connections
|
|
36
|
+
|
|
37
|
+
### At Rest
|
|
38
|
+
|
|
39
|
+
- All stored data encrypted using **AES-256** encryption
|
|
40
|
+
- Customer-specific encryption keys managed through dedicated secret storage
|
|
41
|
+
- Encryption keys rotated on a regular schedule
|
|
42
|
+
- Database-level encryption for all persistent data stores
|
|
43
|
+
|
|
44
|
+
### Credentials and Secrets
|
|
45
|
+
|
|
46
|
+
- OAuth tokens and API keys stored in industry-standard secret management systems
|
|
47
|
+
- Secrets are never logged, displayed, or stored in plaintext
|
|
48
|
+
- Credential rotation supported and recommended
|
|
49
|
+
- Revocation of any credential immediately effective
|
|
50
|
+
|
|
51
|
+
## Access Controls
|
|
52
|
+
|
|
53
|
+
### Authentication
|
|
54
|
+
|
|
55
|
+
- **OAuth 2.0**: Standard authentication for tool connections — your credentials are never stored by Yantra
|
|
56
|
+
- **API keys**: Secure API key management for programmatic access
|
|
57
|
+
- **Multi-factor authentication (MFA)**: Required for all Yantra dashboard access
|
|
58
|
+
- **SSO support**: Enterprise single sign-on integration available
|
|
59
|
+
|
|
60
|
+
### Authorization
|
|
61
|
+
|
|
62
|
+
- **Role-based access control (RBAC)**: Define who can configure, modify, and manage AI employees
|
|
63
|
+
- **Principle of least privilege**: AI employees and team members only access what they need
|
|
64
|
+
- **Granular permissions**: Control which tools, channels, and data sets each AI employee can access
|
|
65
|
+
- **Permission inheritance**: Team-level settings with individual overrides
|
|
66
|
+
|
|
67
|
+
## Minimal Data Access
|
|
68
|
+
|
|
69
|
+
### Scoped Permissions
|
|
70
|
+
|
|
71
|
+
When connecting third-party tools, Yantra requests only the **minimum permissions required**:
|
|
72
|
+
|
|
73
|
+
- If your AI employee only needs to read Slack messages, it doesn't request write access
|
|
74
|
+
- CRM write access is only requested if CRM automation features are enabled
|
|
75
|
+
- You can review and adjust permissions at any time
|
|
76
|
+
|
|
77
|
+
### Data Retention
|
|
78
|
+
|
|
79
|
+
- Event data is processed in real-time and indexed for context
|
|
80
|
+
- Raw event data retention follows your configured policy
|
|
81
|
+
- You can request deletion of all data at any time
|
|
82
|
+
- Data is purged according to your retention settings, not held indefinitely
|
|
83
|
+
|
|
84
|
+
## Infrastructure Security
|
|
85
|
+
|
|
86
|
+
### Cloud Infrastructure
|
|
87
|
+
|
|
88
|
+
- Hosted on **SOC 2-compliant cloud providers**
|
|
89
|
+
- Network isolation between customer environments
|
|
90
|
+
- Automated security patching for all infrastructure components
|
|
91
|
+
- Continuous monitoring of infrastructure health and security posture
|
|
92
|
+
|
|
93
|
+
### Network Security
|
|
94
|
+
|
|
95
|
+
- Private networking between internal components
|
|
96
|
+
- No direct internet exposure for processing components
|
|
97
|
+
- Firewall rules enforced at multiple layers
|
|
98
|
+
- Intrusion detection and prevention systems active
|
|
99
|
+
|
|
100
|
+
### Availability
|
|
101
|
+
|
|
102
|
+
- **99.9% uptime SLA** for enterprise customers
|
|
103
|
+
- Multi-region deployment options for high availability
|
|
104
|
+
- Automatic failover for critical components
|
|
105
|
+
- Regular disaster recovery testing
|
|
106
|
+
|
|
107
|
+
## Data Handling
|
|
108
|
+
|
|
109
|
+
### No Model Training on Your Data
|
|
110
|
+
|
|
111
|
+
Data obtained from your connected tools is **never used to train AI models**. This is a firm policy:
|
|
112
|
+
|
|
113
|
+
- Your conversations, code, CRM data, and emails are used exclusively for providing you service
|
|
114
|
+
- No aggregation of customer data for model improvement
|
|
115
|
+
- Strict adherence to all API provider data usage policies
|
|
116
|
+
- Compliance with Limited Use requirements from providers like Google
|
|
117
|
+
|
|
118
|
+
### Data Processing
|
|
119
|
+
|
|
120
|
+
- Data is processed within your isolated environment
|
|
121
|
+
- Temporary processing data is cleared after use
|
|
122
|
+
- Sensitive data detection and masking available for specific fields
|
|
123
|
+
- Data flow logs available for audit purposes
|
|
124
|
+
|
|
125
|
+
## Compliance
|
|
126
|
+
|
|
127
|
+
### Standards and Certifications
|
|
128
|
+
|
|
129
|
+
- **SOC 2 Type II**: Annual audit for security, availability, and confidentiality
|
|
130
|
+
- **GDPR**: Full compliance for EU data subjects
|
|
131
|
+
- **CCPA**: California Consumer Privacy Act compliance
|
|
132
|
+
- **HIPAA**: Available for healthcare customers (enterprise plan)
|
|
133
|
+
|
|
134
|
+
### Data Residency
|
|
135
|
+
|
|
136
|
+
- Default: US-hosted infrastructure
|
|
137
|
+
- EU data residency available for applicable accounts
|
|
138
|
+
- Additional regions available on enterprise plans
|
|
139
|
+
- Data never transferred outside your specified region without consent
|
|
140
|
+
|
|
141
|
+
## Team Security
|
|
142
|
+
|
|
143
|
+
### Internal Practices
|
|
144
|
+
|
|
145
|
+
- All Yantra team members undergo security training
|
|
146
|
+
- Access to production systems is strictly restricted and audited
|
|
147
|
+
- Multi-factor authentication required for all internal access
|
|
148
|
+
- Regular access reviews and permission audits
|
|
149
|
+
- Background checks for all team members with production access
|
|
150
|
+
|
|
151
|
+
### Development Practices
|
|
152
|
+
|
|
153
|
+
- Security review required for all code changes
|
|
154
|
+
- Automated vulnerability scanning in CI/CD pipeline
|
|
155
|
+
- Dependency scanning for known vulnerabilities
|
|
156
|
+
- Regular penetration testing by independent security firms
|
|
157
|
+
|
|
158
|
+
## Audit Trail
|
|
159
|
+
|
|
160
|
+
Every action taken by your AI employee is logged with:
|
|
161
|
+
|
|
162
|
+
- **Timestamp**: When the action occurred
|
|
163
|
+
- **Action type**: What was done (read, write, create, update)
|
|
164
|
+
- **Target**: Which tool and resource was affected
|
|
165
|
+
- **Context**: What triggered the action
|
|
166
|
+
- **Approval status**: Whether the action was auto-approved or human-approved
|
|
167
|
+
- **Outcome**: Whether the action succeeded or failed
|
|
168
|
+
|
|
169
|
+
Audit logs are available in your Yantra dashboard and can be exported for compliance purposes.
|
|
170
|
+
|
|
171
|
+
## Reporting Vulnerabilities
|
|
172
|
+
|
|
173
|
+
If you discover a security vulnerability, please report it responsibly:
|
|
174
|
+
|
|
175
|
+
- Email: security@yantra.ai
|
|
176
|
+
- We take all reports seriously and respond within 24 hours
|
|
177
|
+
- Responsible disclosure timeline: 90 days
|
|
178
|
+
- Recognition for valid vulnerability reports
|
|
179
|
+
|
|
180
|
+
## Questions
|
|
181
|
+
|
|
182
|
+
For questions about our security practices:
|
|
183
|
+
|
|
184
|
+
- Email: security@yantra.ai
|
|
185
|
+
- Review our [Privacy Policy](/help-center/data-privacy/privacy-policy)
|
|
186
|
+
- Contact your account manager for enterprise security discussions
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'VM Isolation and Infrastructure'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# VM Isolation and Infrastructure
|
|
6
|
+
|
|
7
|
+
Yantra provides enterprise-grade infrastructure isolation, ensuring every customer's AI employee operates in a completely separated environment.
|
|
8
|
+
|
|
9
|
+
## Isolated Virtual Machines
|
|
10
|
+
|
|
11
|
+
### Architecture
|
|
12
|
+
|
|
13
|
+
Each Yantra customer is provisioned a **dedicated virtual machine** for their AI employees:
|
|
14
|
+
|
|
15
|
+
- **Complete isolation**: Your VM doesn't share resources with any other customer
|
|
16
|
+
- **Dedicated compute**: CPU and memory resources allocated exclusively to your workload
|
|
17
|
+
- **Separate storage**: All data stored on dedicated, encrypted volumes
|
|
18
|
+
- **Independent networking**: Network traffic isolated through virtual private networking
|
|
19
|
+
|
|
20
|
+
### Why VM Isolation Matters
|
|
21
|
+
|
|
22
|
+
- **Security**: A vulnerability in one customer's environment cannot affect another
|
|
23
|
+
- **Performance**: Your AI employee's performance isn't impacted by other customers' workloads
|
|
24
|
+
- **Compliance**: Data isolation requirements for regulated industries are met at the infrastructure level
|
|
25
|
+
- **Auditing**: Complete visibility into your environment without cross-customer noise
|
|
26
|
+
|
|
27
|
+
## Infrastructure Components
|
|
28
|
+
|
|
29
|
+
### Yantra Gateway
|
|
30
|
+
|
|
31
|
+
The secure entry point for all tool integrations:
|
|
32
|
+
|
|
33
|
+
- Load balancing and DDoS protection
|
|
34
|
+
- TLS termination and certificate management
|
|
35
|
+
- API routing to the correct customer VM
|
|
36
|
+
- Rate limiting and request validation
|
|
37
|
+
- Authentication and authorization enforcement
|
|
38
|
+
|
|
39
|
+
### Customer VM
|
|
40
|
+
|
|
41
|
+
Your isolated environment contains:
|
|
42
|
+
|
|
43
|
+
- **Event Processor**: Receives and normalizes events from your integrations
|
|
44
|
+
- **Context Engine**: Maintains your organization's knowledge graph
|
|
45
|
+
- **Action Engine**: Executes or queues actions based on AI employee decisions
|
|
46
|
+
- **Storage**: Encrypted data stores for event history and context
|
|
47
|
+
- **Monitoring**: Health checks and performance tracking
|
|
48
|
+
|
|
49
|
+
### AI Processing Layer
|
|
50
|
+
|
|
51
|
+
AI model interactions are handled through:
|
|
52
|
+
|
|
53
|
+
- Dedicated API connections to model providers
|
|
54
|
+
- Prompt construction within your isolated environment
|
|
55
|
+
- Response processing within your VM
|
|
56
|
+
- No cross-customer data in model interactions
|
|
57
|
+
|
|
58
|
+
## Zero-Configuration Deployment
|
|
59
|
+
|
|
60
|
+
### No DevOps Required
|
|
61
|
+
|
|
62
|
+
Setting up your Yantra AI employee requires:
|
|
63
|
+
|
|
64
|
+
- ❌ No terminal or CLI usage
|
|
65
|
+
- ❌ No Docker containers or Kubernetes
|
|
66
|
+
- ❌ No infrastructure configuration
|
|
67
|
+
- ❌ No code deployment
|
|
68
|
+
- ✅ Just connect tools and describe your needs
|
|
69
|
+
|
|
70
|
+
### Automatic Management
|
|
71
|
+
|
|
72
|
+
Yantra handles all infrastructure operations:
|
|
73
|
+
|
|
74
|
+
- **Provisioning**: VMs created automatically during signup
|
|
75
|
+
- **Scaling**: Resources adjusted based on your tool count and event volume
|
|
76
|
+
- **Patching**: Security updates applied without downtime
|
|
77
|
+
- **Backups**: Automated backup schedules with tested restoration
|
|
78
|
+
- **Monitoring**: 24/7 infrastructure health monitoring
|
|
79
|
+
|
|
80
|
+
## Availability and Reliability
|
|
81
|
+
|
|
82
|
+
### Uptime
|
|
83
|
+
|
|
84
|
+
- **99.9% uptime SLA** for enterprise customers
|
|
85
|
+
- Multi-availability-zone deployment for resilience
|
|
86
|
+
- Automatic failover for component failures
|
|
87
|
+
- Graceful degradation — AI employee continues operating even if non-critical components experience issues
|
|
88
|
+
|
|
89
|
+
### Disaster Recovery
|
|
90
|
+
|
|
91
|
+
- Regular backups with encrypted offsite storage
|
|
92
|
+
- Recovery Point Objective (RPO): 1 hour
|
|
93
|
+
- Recovery Time Objective (RTO): 4 hours
|
|
94
|
+
- Disaster recovery procedures tested quarterly
|
|
95
|
+
|
|
96
|
+
## Monitoring and Observability
|
|
97
|
+
|
|
98
|
+
### Infrastructure Health
|
|
99
|
+
|
|
100
|
+
Yantra monitors every customer environment for:
|
|
101
|
+
|
|
102
|
+
- VM resource utilization (CPU, memory, storage)
|
|
103
|
+
- Network connectivity and latency
|
|
104
|
+
- Integration API health and response times
|
|
105
|
+
- Event processing throughput and latency
|
|
106
|
+
- Error rates and anomaly detection
|
|
107
|
+
|
|
108
|
+
### Customer Visibility
|
|
109
|
+
|
|
110
|
+
You have access to:
|
|
111
|
+
|
|
112
|
+
- Integration connection status
|
|
113
|
+
- Event processing statistics
|
|
114
|
+
- AI employee action logs and performance
|
|
115
|
+
- Storage utilization
|
|
116
|
+
|
|
117
|
+
## Built on OpenClaw
|
|
118
|
+
|
|
119
|
+
Yantra's infrastructure is built on the **OpenClaw** open-source AI agent platform:
|
|
120
|
+
|
|
121
|
+
- Battle-tested by thousands of deployments worldwide
|
|
122
|
+
- Continuous security improvements from the open-source community
|
|
123
|
+
- Transparent agent architecture that can be audited
|
|
124
|
+
- Enterprise hardening applied on top of the proven open-source foundation
|
|
125
|
+
|
|
126
|
+
Learn more about OpenClaw at [OpenClaw Overview](/help-center/openclaw/openclaw-overview).
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
# Bug Tracking and Context Correlation
|
|
2
|
+
|
|
3
|
+
Yantra's AI employee transforms how engineering teams handle bug reports by automatically correlating customer reports with technical data across your entire tool stack.
|
|
4
|
+
|
|
5
|
+
## The Context Gathering Problem
|
|
6
|
+
|
|
7
|
+
When a bug is reported, engineers typically need to manually:
|
|
8
|
+
|
|
9
|
+
1. Search error monitoring for related exceptions
|
|
10
|
+
2. Check issue trackers for duplicate or related tickets
|
|
11
|
+
3. Review recent deployments that might have introduced the issue
|
|
12
|
+
4. Look up the customer's environment and configuration
|
|
13
|
+
5. Search Slack history for related discussions
|
|
14
|
+
|
|
15
|
+
This manual process takes 30 minutes to 2+ hours per incident and is repeated for every new report.
|
|
16
|
+
|
|
17
|
+
## How Yantra Automates Bug Correlation
|
|
18
|
+
|
|
19
|
+
### Step 1: Detection
|
|
20
|
+
|
|
21
|
+
Your AI employee monitors all channels where bugs might be reported:
|
|
22
|
+
|
|
23
|
+
- Customer-facing Slack channels
|
|
24
|
+
- Internal support channels
|
|
25
|
+
- Direct messages mentioning issues
|
|
26
|
+
- Email threads from enterprise customers
|
|
27
|
+
|
|
28
|
+
### Step 2: Cross-Tool Investigation
|
|
29
|
+
|
|
30
|
+
Within seconds of detecting a report, the AI employee:
|
|
31
|
+
|
|
32
|
+
**Error Monitoring**:
|
|
33
|
+
|
|
34
|
+
- Searches Sentry/Datadog for matching exceptions by error type, affected component, and customer tenant
|
|
35
|
+
- Identifies error frequency, first occurrence, and trend direction
|
|
36
|
+
- Links to relevant stack traces and affected code paths
|
|
37
|
+
|
|
38
|
+
**Issue Management**:
|
|
39
|
+
|
|
40
|
+
- Searches Linear/Jira for existing tickets related to the symptom
|
|
41
|
+
- Identifies whether anyone is already investigating
|
|
42
|
+
- Finds related past tickets and their resolutions
|
|
43
|
+
|
|
44
|
+
**Version Control**:
|
|
45
|
+
|
|
46
|
+
- Reviews recent deployments to the affected service
|
|
47
|
+
- Identifies commits that touched related code paths
|
|
48
|
+
- Surfaces the author and reviewer for relevant changes
|
|
49
|
+
|
|
50
|
+
**Historical Context**:
|
|
51
|
+
|
|
52
|
+
- Recalls past instances of similar issues for this customer
|
|
53
|
+
- Surfaces workarounds that were previously applied
|
|
54
|
+
- Links to post-mortem documentation if this is a recurring pattern
|
|
55
|
+
|
|
56
|
+
### Step 3: Synthesis
|
|
57
|
+
|
|
58
|
+
All findings are compiled into a structured triage summary:
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
Bug Report: Login failures for Acme Corp
|
|
62
|
+
Reported by: Sarah in #support - 5 minutes ago
|
|
63
|
+
|
|
64
|
+
Error Match: AuthTokenExpired in auth-service
|
|
65
|
+
- First seen: 35 min ago (after deploy #892)
|
|
66
|
+
- Occurrences: 47 (and rising)
|
|
67
|
+
- Affected tenants: Acme Corp, TechStart, DataFlow
|
|
68
|
+
|
|
69
|
+
Related Ticket: Linear #1234 - "Auth token refresh race condition"
|
|
70
|
+
- Status: In Progress
|
|
71
|
+
- Assignee: Marcus
|
|
72
|
+
- Last update: Yesterday - deployed partial fix
|
|
73
|
+
|
|
74
|
+
Recent Deploy: #892 by Alex (35 min ago)
|
|
75
|
+
- Changed: auth-service/token-handler.ts
|
|
76
|
+
- PR #567: "Optimize token refresh flow"
|
|
77
|
+
|
|
78
|
+
Past Incidents: Similar issue on Jan 14 (resolved by reverting token cache TTL)
|
|
79
|
+
|
|
80
|
+
Suggested Actions:
|
|
81
|
+
[1] Notify Marcus about expanded scope
|
|
82
|
+
[2] Draft customer response
|
|
83
|
+
[3] Create P0 escalation ticket
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## Automatic Ticket Creation
|
|
87
|
+
|
|
88
|
+
When a bug report doesn't match an existing ticket, your AI employee can automatically create one with:
|
|
89
|
+
|
|
90
|
+
- Descriptive title based on the symptom
|
|
91
|
+
- Detailed description including all correlated data
|
|
92
|
+
- Links to relevant Sentry events, PRs, and Slack threads
|
|
93
|
+
- Suggested priority based on customer impact and error severity
|
|
94
|
+
- Automatic assignment based on code ownership
|
|
95
|
+
|
|
96
|
+
## Duplicate Detection
|
|
97
|
+
|
|
98
|
+
Before creating new tickets, the AI employee identifies potential duplicates by:
|
|
99
|
+
|
|
100
|
+
- Matching error signatures across reporting channels
|
|
101
|
+
- Comparing symptom descriptions using semantic analysis
|
|
102
|
+
- Linking customer reports to existing engineering tickets
|
|
103
|
+
- Flagging potential duplicates for human confirmation
|
|
104
|
+
|
|
105
|
+
## Tracking Resolution
|
|
106
|
+
|
|
107
|
+
Once a bug is being investigated, the AI employee continues monitoring:
|
|
108
|
+
|
|
109
|
+
- Alerts on error rate changes (improving or worsening)
|
|
110
|
+
- Notifies affected customers' contacts when fixes are deployed
|
|
111
|
+
- Verifies error counts drop after deployments
|
|
112
|
+
- Closes or updates tickets based on resolution status
|
|
113
|
+
|
|
114
|
+
## Configuration
|
|
115
|
+
|
|
116
|
+
### Correlation Sensitivity
|
|
117
|
+
|
|
118
|
+
- **Strict**: Only correlate exact error matches
|
|
119
|
+
- **Standard**: Include related errors from the same service
|
|
120
|
+
- **Broad**: Include errors from dependent services (recommended for debugging complex issues)
|
|
121
|
+
|
|
122
|
+
### Auto-Ticket Rules
|
|
123
|
+
|
|
124
|
+
- Define which channels trigger automatic ticket creation
|
|
125
|
+
- Set minimum severity thresholds for ticket creation
|
|
126
|
+
- Configure default assignees based on service ownership maps
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# Engineering Solutions Overview
|
|
2
|
+
|
|
3
|
+
Yantra provides engineering teams with an AI employee that acts as a **technical operations partner** — monitoring your development infrastructure, correlating bugs with deployments, maintaining institutional knowledge, and ensuring nothing falls through the cracks.
|
|
4
|
+
|
|
5
|
+
## The Engineering Challenge
|
|
6
|
+
|
|
7
|
+
Senior engineers and CTOs carry enormous context about codebases, customer issues, and architectural decisions. This knowledge:
|
|
8
|
+
|
|
9
|
+
- Creates bottlenecks when only one person can triage complex issues
|
|
10
|
+
- Slows down new team members who lack historical context
|
|
11
|
+
- Gets lost when people change roles or leave the organization
|
|
12
|
+
- Can't scale as teams and customer bases grow
|
|
13
|
+
|
|
14
|
+
Yantra captures and makes this context available to your entire engineering team, democratizing expertise.
|
|
15
|
+
|
|
16
|
+
## Key Capabilities for Engineering
|
|
17
|
+
|
|
18
|
+
### Bug Correlation and Triage
|
|
19
|
+
|
|
20
|
+
When a customer reports an issue, your AI employee instantly:
|
|
21
|
+
|
|
22
|
+
1. Searches error monitoring (Sentry, Datadog) for matching exceptions
|
|
23
|
+
2. Checks project management (Linear, Jira) for existing tickets
|
|
24
|
+
3. Reviews recent deployments and related code changes in GitHub
|
|
25
|
+
4. Surfaces the customer's history and previous related issues
|
|
26
|
+
5. Provides a complete triage summary in seconds
|
|
27
|
+
|
|
28
|
+
### Deployment Monitoring
|
|
29
|
+
|
|
30
|
+
Your AI employee tracks every deployment and correlates post-deploy events:
|
|
31
|
+
|
|
32
|
+
- Error rate changes following deployments
|
|
33
|
+
- Performance metric shifts after code changes
|
|
34
|
+
- Customer reports that coincide with release timelines
|
|
35
|
+
- Automatic rollback recommendations when impact thresholds are exceeded
|
|
36
|
+
|
|
37
|
+
### Incident Context
|
|
38
|
+
|
|
39
|
+
During incidents, your AI employee provides:
|
|
40
|
+
|
|
41
|
+
- Historical data on similar errors and their resolutions
|
|
42
|
+
- Identification of the most likely root cause based on recent changes
|
|
43
|
+
- Links to relevant runbooks and post-mortem documentation
|
|
44
|
+
- Notification of the right people based on code ownership and expertise
|
|
45
|
+
|
|
46
|
+
### Institutional Memory
|
|
47
|
+
|
|
48
|
+
Every fix, workaround, architectural decision, and customer-specific configuration is automatically indexed:
|
|
49
|
+
|
|
50
|
+
- New engineers can query the AI employee about any aspect of the system
|
|
51
|
+
- Past incident resolutions are surfaced when similar issues reoccur
|
|
52
|
+
- Decision rationale is preserved even as team composition changes
|
|
53
|
+
|
|
54
|
+
## Real-World Scenarios
|
|
55
|
+
|
|
56
|
+
### Scenario: Customer Reports a Bug in Slack
|
|
57
|
+
|
|
58
|
+
**Without Yantra**:
|
|
59
|
+
A customer reports an issue in the #support channel. You spend the next 2 hours:
|
|
60
|
+
|
|
61
|
+
- Searching Sentry for matching exceptions
|
|
62
|
+
- Checking Linear for related tickets
|
|
63
|
+
- Looking at GitHub for recent changes to the affected module
|
|
64
|
+
- Asking colleagues if they've seen this before
|
|
65
|
+
- Piecing together a root cause theory
|
|
66
|
+
|
|
67
|
+
**With Yantra**:
|
|
68
|
+
Your AI employee detects the report, performs all the above in under 30 seconds, and posts a comprehensive summary:
|
|
69
|
+
|
|
70
|
+
> _"Customer Acme Corp reported login failures. Found matching Sentry error: AuthTokenExpired spiked to 47 occurrences after deploy #892 (35 min ago). Linear ticket #1234 exists — Marcus deployed a related fix yesterday. Drafting response with context."_
|
|
71
|
+
|
|
72
|
+
### Scenario: 3 AM Error Spike
|
|
73
|
+
|
|
74
|
+
**Without Yantra**:
|
|
75
|
+
You wake up to 47 Sentry alerts. You spend an hour triaging, most are noise. The one critical issue gets delayed attention.
|
|
76
|
+
|
|
77
|
+
**With Yantra**:
|
|
78
|
+
Your AI employee correlates the alerts overnight, identifies the one genuinely critical issue, and sends a single escalation with full context. Everything else is logged and summarized for your morning briefing.
|
|
79
|
+
|
|
80
|
+
### Scenario: New Engineer Onboarding
|
|
81
|
+
|
|
82
|
+
**Without Yantra**:
|
|
83
|
+
A new engineer asks about a specific customer's infrastructure. A senior engineer spends 30 minutes explaining the history of issues, workarounds, and decisions.
|
|
84
|
+
|
|
85
|
+
**With Yantra**:
|
|
86
|
+
The new engineer asks the AI employee directly and gets a complete context package: every interaction, every bug, every architectural decision related to that customer — in seconds.
|
|
87
|
+
|
|
88
|
+
## Engineering Tool Integrations
|
|
89
|
+
|
|
90
|
+
| Tool | Capabilities |
|
|
91
|
+
| ------------------- | -------------------------------------------------------------- |
|
|
92
|
+
| **GitHub / GitLab** | Track PRs, commits, deployments, code reviews, branch activity |
|
|
93
|
+
| **Sentry** | Monitor errors, correlate with deploys, track resolution |
|
|
94
|
+
| **Linear / Jira** | Create tickets, track status, link to related issues |
|
|
95
|
+
| **Slack** | Monitor engineering channels, draft responses |
|
|
96
|
+
| **Datadog** | Surface anomalies, link metrics to code changes |
|
|
97
|
+
| **PagerDuty** | Smart escalation, automated triage |
|
|
98
|
+
|
|
99
|
+
## Getting Started
|
|
100
|
+
|
|
101
|
+
1. Connect your engineering tools via [Integrations](/help-center/integrations/integrations-overview)
|
|
102
|
+
2. Select "Engineering" as your AI employee type during setup
|
|
103
|
+
3. Configure error thresholds and monitoring scope
|
|
104
|
+
4. Start in supervised mode to review triage quality
|
|
105
|
+
5. Expand autonomy as your AI employee learns your codebase context
|
|
106
|
+
|
|
107
|
+
For setup details, see [Getting Started with AI Employees](/help-center/ai-employees/getting-started-ai-employees).
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
# Error Monitoring and Deploy Correlation
|
|
2
|
+
|
|
3
|
+
Yantra's AI employee integrates with your error monitoring and CI/CD tools to automatically detect, correlate, and triage errors — linking every anomaly to its probable cause.
|
|
4
|
+
|
|
5
|
+
## Continuous Error Watch
|
|
6
|
+
|
|
7
|
+
Your AI employee monitors error tracking tools (Sentry, Datadog, PagerDuty) around the clock, providing:
|
|
8
|
+
|
|
9
|
+
### Intelligent Triage
|
|
10
|
+
|
|
11
|
+
Not all errors deserve the same response. The AI employee classifies errors by:
|
|
12
|
+
|
|
13
|
+
- **Frequency**: How often is this error occurring?
|
|
14
|
+
- **Recency**: Is this new or a known persistent issue?
|
|
15
|
+
- **Impact**: How many users or customers are affected?
|
|
16
|
+
- **Trend**: Is the frequency increasing, stable, or decreasing?
|
|
17
|
+
- **Correlation**: Does this coincide with a deployment or configuration change?
|
|
18
|
+
|
|
19
|
+
### Deploy-Error Correlation
|
|
20
|
+
|
|
21
|
+
When error rates spike, the AI employee automatically:
|
|
22
|
+
|
|
23
|
+
1. Identifies the most recent deployment(s) before the spike began
|
|
24
|
+
2. Reviews the commits and PRs included in those deployments
|
|
25
|
+
3. Pinpoints specific code changes most likely related to the error
|
|
26
|
+
4. Surfaces the author and reviewer for those changes
|
|
27
|
+
5. Checks if rollback or hotfix branches exist
|
|
28
|
+
|
|
29
|
+
### Smart Alert Grouping
|
|
30
|
+
|
|
31
|
+
Instead of sending one notification per error event, the AI employee:
|
|
32
|
+
|
|
33
|
+
- Groups related errors by root cause
|
|
34
|
+
- Deduplicates repeated occurrences
|
|
35
|
+
- Provides a single actionable summary instead of notification floods
|
|
36
|
+
- Distinguishes between new errors and regressions of previously fixed issues
|
|
37
|
+
|
|
38
|
+
## Error Spike Response Flow
|
|
39
|
+
|
|
40
|
+
When an error spike is detected:
|
|
41
|
+
|
|
42
|
+
**Within 30 seconds**:
|
|
43
|
+
|
|
44
|
+
- Error identified and classified
|
|
45
|
+
- Correlated with recent deployments
|
|
46
|
+
- Existing tickets checked for matches
|
|
47
|
+
|
|
48
|
+
**Within 2 minutes**:
|
|
49
|
+
|
|
50
|
+
- Full context package assembled
|
|
51
|
+
- Affected customers identified
|
|
52
|
+
- Appropriate team members notified
|
|
53
|
+
|
|
54
|
+
**Within 5 minutes**:
|
|
55
|
+
|
|
56
|
+
- Root cause hypothesis provided
|
|
57
|
+
- Suggested remediation actions drafted
|
|
58
|
+
- Rollback recommendation if applicable
|
|
59
|
+
|
|
60
|
+
## Deployment Tracking
|
|
61
|
+
|
|
62
|
+
### Pre-Deploy Safety Checks
|
|
63
|
+
|
|
64
|
+
Your AI employee monitors deployment pipelines and can:
|
|
65
|
+
|
|
66
|
+
- Verify that relevant CI checks have passed
|
|
67
|
+
- Flag deployments that touch high-risk code paths
|
|
68
|
+
- Warn about deploying during high-traffic periods or when related issues are unresolved
|
|
69
|
+
|
|
70
|
+
### Post-Deploy Verification
|
|
71
|
+
|
|
72
|
+
After any deployment, the AI employee:
|
|
73
|
+
|
|
74
|
+
- Monitors error rates for the affected services for a configurable window
|
|
75
|
+
- Compares current rates against pre-deploy baselines
|
|
76
|
+
- Alerts if error rates exceed normal variance
|
|
77
|
+
- Automatically links post-deploy issues to the specific deployment
|
|
78
|
+
|
|
79
|
+
### Rollback Support
|
|
80
|
+
|
|
81
|
+
When an error spike is clearly correlated with a deployment:
|
|
82
|
+
|
|
83
|
+
- AI employee recommends a rollback with supporting evidence
|
|
84
|
+
- Links to the revert/rollback procedure or branch
|
|
85
|
+
- Notifies the deployer and team lead
|
|
86
|
+
- Monitors error rates post-rollback to confirm resolution
|
|
87
|
+
|
|
88
|
+
## Integration Details
|
|
89
|
+
|
|
90
|
+
### Sentry
|
|
91
|
+
|
|
92
|
+
- Monitors projects and issue streams
|
|
93
|
+
- Reads error details, stack traces, and affected users
|
|
94
|
+
- Tracks issue resolution status and assignments
|
|
95
|
+
|
|
96
|
+
### Datadog
|
|
97
|
+
|
|
98
|
+
- Watches custom metrics and anomaly detection alerts
|
|
99
|
+
- Correlates APM data with deployment events
|
|
100
|
+
- Surfaces latency and throughput anomalies
|
|
101
|
+
|
|
102
|
+
### PagerDuty
|
|
103
|
+
|
|
104
|
+
- Integrates with on-call schedules for smart escalation
|
|
105
|
+
- Prevents duplicate pages for correlated incidents
|
|
106
|
+
- Provides enriched context for every triggered alert
|
|
107
|
+
|
|
108
|
+
### GitHub Actions / CI-CD
|
|
109
|
+
|
|
110
|
+
- Tracks deployment events and build statuses
|
|
111
|
+
- Maps commits to deployments for correlation
|
|
112
|
+
- Monitors pipeline failures and flaky tests
|
|
113
|
+
|
|
114
|
+
## Configuration Options
|
|
115
|
+
|
|
116
|
+
- **Error threshold**: Number of occurrences before alert (default: configurable per project)
|
|
117
|
+
- **Correlation window**: Time window to check for related deployments (default: 2 hours)
|
|
118
|
+
- **Auto-rollback recommendation**: Enable/disable automatic rollback suggestions
|
|
119
|
+
- **Quiet hours**: Batch non-critical error alerts during off-hours
|
|
120
|
+
- **Team mapping**: Map services to responsible teams for accurate escalation
|