@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
|
@@ -5,12 +5,14 @@ How Yantra provides verifiable sources for all answers.
|
|
|
5
5
|
## Citation System
|
|
6
6
|
|
|
7
7
|
### Source Verification
|
|
8
|
+
|
|
8
9
|
- **Real-time Verification**: Sources checked in real-time
|
|
9
10
|
- **Credibility Assessment**: Evaluate source reliability
|
|
10
11
|
- **Multiple Sources**: Cross-reference information
|
|
11
12
|
- **Source Diversity**: Include various perspectives
|
|
12
13
|
|
|
13
14
|
### Citation Format
|
|
15
|
+
|
|
14
16
|
- **Numbered References**: Clear citation numbering
|
|
15
17
|
- **Source Links**: Direct links to original content
|
|
16
18
|
- **Publication Dates**: Include when information was published
|
|
@@ -19,12 +21,14 @@ How Yantra provides verifiable sources for all answers.
|
|
|
19
21
|
## Source Types
|
|
20
22
|
|
|
21
23
|
### Web Sources
|
|
24
|
+
|
|
22
25
|
- **News Articles**: Current news and updates
|
|
23
26
|
- **Academic Papers**: Research and studies
|
|
24
27
|
- **Government Documents**: Official information
|
|
25
28
|
- **Industry Reports**: Professional analysis
|
|
26
29
|
|
|
27
30
|
### Media Sources
|
|
31
|
+
|
|
28
32
|
- **Images**: Visual content and diagrams
|
|
29
33
|
- **Videos**: Video explanations and demonstrations
|
|
30
34
|
- **Podcasts**: Audio content and interviews
|
|
@@ -33,12 +37,14 @@ How Yantra provides verifiable sources for all answers.
|
|
|
33
37
|
## Citation Quality
|
|
34
38
|
|
|
35
39
|
### Reliability Standards
|
|
40
|
+
|
|
36
41
|
- **Fact-checking**: Verify factual claims
|
|
37
42
|
- **Bias Detection**: Identify potential biases
|
|
38
43
|
- **Recency**: Prioritize recent information
|
|
39
44
|
- **Authority**: Consider source expertise
|
|
40
45
|
|
|
41
46
|
### Source Evaluation
|
|
47
|
+
|
|
42
48
|
- **Domain Authority**: Evaluate source credibility
|
|
43
49
|
- **Content Quality**: Assess information quality
|
|
44
50
|
- **Update Frequency**: Check for recent updates
|
|
@@ -47,12 +53,14 @@ How Yantra provides verifiable sources for all answers.
|
|
|
47
53
|
## Using Citations
|
|
48
54
|
|
|
49
55
|
### Verification Process
|
|
56
|
+
|
|
50
57
|
- **Click Citations**: Access original sources
|
|
51
58
|
- **Read Full Content**: Understand complete context
|
|
52
59
|
- **Check Dates**: Verify information currency
|
|
53
60
|
- **Evaluate Sources**: Assess source reliability
|
|
54
61
|
|
|
55
62
|
### Research Workflow
|
|
63
|
+
|
|
56
64
|
- **Follow Source Links**: Explore original content
|
|
57
65
|
- **Save Important Sources**: Bookmark valuable sources
|
|
58
66
|
- **Share Sources**: Collaborate with team members
|
|
@@ -5,12 +5,14 @@ Introduction to Yantra's developer API.
|
|
|
5
5
|
## API Capabilities
|
|
6
6
|
|
|
7
7
|
### Core Features
|
|
8
|
+
|
|
8
9
|
- **Search API**: Programmatic search functionality
|
|
9
10
|
- **Authentication**: Secure API authentication
|
|
10
11
|
- **Rate Limiting**: Appropriate rate limiting
|
|
11
12
|
- **Documentation**: Comprehensive API documentation
|
|
12
13
|
|
|
13
14
|
### Advanced Features
|
|
15
|
+
|
|
14
16
|
- **Custom Models**: Access to custom AI models
|
|
15
17
|
- **Batch Processing**: Process multiple requests
|
|
16
18
|
- **Webhooks**: Real-time notifications
|
|
@@ -19,12 +21,14 @@ Introduction to Yantra's developer API.
|
|
|
19
21
|
## API Access
|
|
20
22
|
|
|
21
23
|
### Authentication
|
|
24
|
+
|
|
22
25
|
- **API Keys**: Secure API key authentication
|
|
23
26
|
- **OAuth**: OAuth 2.0 authentication
|
|
24
27
|
- **JWT Tokens**: JSON Web Token authentication
|
|
25
28
|
- **Rate Limiting**: Request rate limiting
|
|
26
29
|
|
|
27
30
|
### Access Levels
|
|
31
|
+
|
|
28
32
|
- **Free Tier**: Limited API access
|
|
29
33
|
- **Pro Tier**: Enhanced API access
|
|
30
34
|
- **Max Tier**: Maximum API access
|
|
@@ -33,12 +37,14 @@ Introduction to Yantra's developer API.
|
|
|
33
37
|
## API Documentation
|
|
34
38
|
|
|
35
39
|
### Endpoints
|
|
40
|
+
|
|
36
41
|
- **Search Endpoints**: Search-related endpoints
|
|
37
42
|
- **User Endpoints**: User management endpoints
|
|
38
43
|
- **Content Endpoints**: Content management endpoints
|
|
39
44
|
- **Analytics Endpoints**: Analytics endpoints
|
|
40
45
|
|
|
41
46
|
### SDKs and Libraries
|
|
47
|
+
|
|
42
48
|
- **Python SDK**: Python development kit
|
|
43
49
|
- **JavaScript SDK**: JavaScript development kit
|
|
44
50
|
- **Node.js SDK**: Node.js development kit
|
|
@@ -47,12 +53,14 @@ Introduction to Yantra's developer API.
|
|
|
47
53
|
## Getting Started
|
|
48
54
|
|
|
49
55
|
### API Setup
|
|
56
|
+
|
|
50
57
|
1. **Get API Key**: Obtain API key from account
|
|
51
58
|
2. **Read Documentation**: Review API documentation
|
|
52
59
|
3. **Test Endpoints**: Test API endpoints
|
|
53
60
|
4. **Integrate**: Integrate API into application
|
|
54
61
|
|
|
55
62
|
### Best Practices
|
|
63
|
+
|
|
56
64
|
- **Rate Limiting**: Respect rate limits
|
|
57
65
|
- **Error Handling**: Implement proper error handling
|
|
58
66
|
- **Security**: Use secure authentication
|
|
@@ -5,12 +5,14 @@ Comprehensive research mode for complex topics.
|
|
|
5
5
|
## Deep Research Features
|
|
6
6
|
|
|
7
7
|
### Comprehensive Analysis
|
|
8
|
+
|
|
8
9
|
- **Extensive Research**: Thorough exploration of topics
|
|
9
10
|
- **Multiple Sources**: Aggregates information from many sources
|
|
10
11
|
- **Trend Analysis**: Identifies patterns and trends
|
|
11
12
|
- **Long-form Content**: Detailed, comprehensive answers
|
|
12
13
|
|
|
13
14
|
### Advanced Capabilities
|
|
15
|
+
|
|
14
16
|
- **Multi-angle Analysis**: Different perspectives on topics
|
|
15
17
|
- **Historical Context**: Historical background and context
|
|
16
18
|
- **Future Implications**: Analysis of future implications
|
|
@@ -19,6 +21,7 @@ Comprehensive research mode for complex topics.
|
|
|
19
21
|
## Deep Research Process
|
|
20
22
|
|
|
21
23
|
### Research Methodology
|
|
24
|
+
|
|
22
25
|
1. **Topic Analysis**: Comprehensive topic analysis
|
|
23
26
|
2. **Source Collection**: Gather extensive sources
|
|
24
27
|
3. **Content Synthesis**: Synthesize information
|
|
@@ -26,6 +29,7 @@ Comprehensive research mode for complex topics.
|
|
|
26
29
|
5. **Report Compilation**: Compile comprehensive report
|
|
27
30
|
|
|
28
31
|
### Quality Assurance
|
|
32
|
+
|
|
29
33
|
- **Source Verification**: Verify all sources
|
|
30
34
|
- **Fact Checking**: Cross-check factual claims
|
|
31
35
|
- **Bias Detection**: Identify potential biases
|
|
@@ -34,12 +38,14 @@ Comprehensive research mode for complex topics.
|
|
|
34
38
|
## Deep Research Benefits
|
|
35
39
|
|
|
36
40
|
### Comprehensive Coverage
|
|
41
|
+
|
|
37
42
|
- **Complete Analysis**: Thorough topic coverage
|
|
38
43
|
- **Multiple Perspectives**: Various viewpoints
|
|
39
44
|
- **Historical Context**: Background information
|
|
40
45
|
- **Future Trends**: Forward-looking analysis
|
|
41
46
|
|
|
42
47
|
### Professional Quality
|
|
48
|
+
|
|
43
49
|
- **Expert-Level Analysis**: Professional-grade analysis
|
|
44
50
|
- **Academic Standards**: Academic-quality research
|
|
45
51
|
- **Publication Ready**: Ready for publication
|
|
@@ -48,12 +54,14 @@ Comprehensive research mode for complex topics.
|
|
|
48
54
|
## Deep Research Use Cases
|
|
49
55
|
|
|
50
56
|
### Academic Research
|
|
57
|
+
|
|
51
58
|
- **Thesis Research**: Comprehensive thesis research
|
|
52
59
|
- **Academic Papers**: Research for academic papers
|
|
53
60
|
- **Literature Reviews**: Comprehensive literature reviews
|
|
54
61
|
- **Research Proposals**: Detailed research proposals
|
|
55
62
|
|
|
56
63
|
### Professional Applications
|
|
64
|
+
|
|
57
65
|
- **Market Research**: Comprehensive market analysis
|
|
58
66
|
- **Business Strategy**: Strategic business analysis
|
|
59
67
|
- **Policy Analysis**: Policy research and analysis
|
|
@@ -5,12 +5,14 @@ Experimental features and beta capabilities.
|
|
|
5
5
|
## Labs Overview
|
|
6
6
|
|
|
7
7
|
### Experimental Features
|
|
8
|
+
|
|
8
9
|
- **Beta Testing**: Access to features in development
|
|
9
10
|
- **Early Access**: Be the first to try new capabilities
|
|
10
11
|
- **Feedback Integration**: Help shape new features
|
|
11
12
|
- **Innovation Testing**: Test cutting-edge features
|
|
12
13
|
|
|
13
14
|
### Feature Categories
|
|
15
|
+
|
|
14
16
|
- **AI Models**: Latest AI model experiments
|
|
15
17
|
- **Search Modes**: New search capabilities
|
|
16
18
|
- **Interface Features**: UI/UX experiments
|
|
@@ -19,12 +21,14 @@ Experimental features and beta capabilities.
|
|
|
19
21
|
## Available Labs Features
|
|
20
22
|
|
|
21
23
|
### AI Experiments
|
|
24
|
+
|
|
22
25
|
- **New Models**: Latest AI model releases
|
|
23
26
|
- **Custom Models**: Experimental custom models
|
|
24
27
|
- **Multimodal AI**: Text, image, and audio processing
|
|
25
28
|
- **Specialized AI**: Domain-specific AI models
|
|
26
29
|
|
|
27
30
|
### Search Experiments
|
|
31
|
+
|
|
28
32
|
- **Advanced Search**: Experimental search modes
|
|
29
33
|
- **Visual Search**: Image-based search capabilities
|
|
30
34
|
- **Voice Search**: Voice interaction experiments
|
|
@@ -33,12 +37,14 @@ Experimental features and beta capabilities.
|
|
|
33
37
|
## Labs Participation
|
|
34
38
|
|
|
35
39
|
### How to Access
|
|
40
|
+
|
|
36
41
|
- **Opt-in Process**: Choose to participate in labs
|
|
37
42
|
- **Feature Toggles**: Enable/disable specific features
|
|
38
43
|
- **Beta Notifications**: Get notified of new features
|
|
39
44
|
- **Feedback Channels**: Provide feedback on features
|
|
40
45
|
|
|
41
46
|
### Participation Benefits
|
|
47
|
+
|
|
42
48
|
- **Early Access**: Try features before general release
|
|
43
49
|
- **Influence Development**: Shape feature development
|
|
44
50
|
- **Exclusive Features**: Access to labs-only features
|
|
@@ -47,12 +53,14 @@ Experimental features and beta capabilities.
|
|
|
47
53
|
## Labs Feedback
|
|
48
54
|
|
|
49
55
|
### Feedback Process
|
|
56
|
+
|
|
50
57
|
- **Feature Testing**: Test experimental features
|
|
51
58
|
- **Bug Reporting**: Report issues and bugs
|
|
52
59
|
- **Feature Requests**: Suggest improvements
|
|
53
60
|
- **Usage Analytics**: Share usage data
|
|
54
61
|
|
|
55
62
|
### Feedback Channels
|
|
63
|
+
|
|
56
64
|
- **In-app Feedback**: Direct feedback within app
|
|
57
65
|
- **Community Forums**: Labs community discussions
|
|
58
66
|
- **Beta Testing Groups**: Dedicated beta groups
|
|
@@ -61,12 +69,14 @@ Experimental features and beta capabilities.
|
|
|
61
69
|
## Labs Guidelines
|
|
62
70
|
|
|
63
71
|
### Usage Guidelines
|
|
72
|
+
|
|
64
73
|
- **Experimental Nature**: Features may be unstable
|
|
65
74
|
- **Data Privacy**: Labs features may have different privacy
|
|
66
75
|
- **Performance Impact**: May affect system performance
|
|
67
76
|
- **Backup Data**: Keep backups of important data
|
|
68
77
|
|
|
69
78
|
### Best Practices
|
|
79
|
+
|
|
70
80
|
- **Test Thoroughly**: Test features comprehensively
|
|
71
81
|
- **Report Issues**: Report bugs and issues promptly
|
|
72
82
|
- **Provide Feedback**: Share constructive feedback
|
|
@@ -5,12 +5,14 @@ Advanced search capabilities for Pro subscribers.
|
|
|
5
5
|
## Pro Search Features
|
|
6
6
|
|
|
7
7
|
### Enhanced Analysis
|
|
8
|
+
|
|
8
9
|
- **Detailed Analysis**: Comprehensive answers with analysis
|
|
9
10
|
- **Multiple Perspectives**: Different viewpoints on topics
|
|
10
11
|
- **Deep Dives**: Thorough exploration of complex topics
|
|
11
12
|
- **Expert Insights**: Professional-level analysis
|
|
12
13
|
|
|
13
14
|
### Advanced AI Models
|
|
15
|
+
|
|
14
16
|
- **GPT-4**: Latest and most advanced GPT model
|
|
15
17
|
- **Claude**: Advanced reasoning and analysis
|
|
16
18
|
- **Custom Models**: Specialized models for different use cases
|
|
@@ -19,12 +21,14 @@ Advanced search capabilities for Pro subscribers.
|
|
|
19
21
|
## Pro Search Capabilities
|
|
20
22
|
|
|
21
23
|
### Advanced Features
|
|
24
|
+
|
|
22
25
|
- **File Uploads**: Analyze documents and files
|
|
23
26
|
- **Custom Searches**: Tailor searches to your needs
|
|
24
27
|
- **API Access**: Integrate Yantra into your workflow
|
|
25
28
|
- **Export Options**: Save and export your research
|
|
26
29
|
|
|
27
30
|
### Enhanced Results
|
|
31
|
+
|
|
28
32
|
- **Longer Responses**: More detailed answers
|
|
29
33
|
- **Multiple Sources**: Aggregates more sources
|
|
30
34
|
- **Trend Analysis**: Identifies patterns and trends
|
|
@@ -33,12 +37,14 @@ Advanced search capabilities for Pro subscribers.
|
|
|
33
37
|
## Pro Search Benefits
|
|
34
38
|
|
|
35
39
|
### Quality Improvements
|
|
40
|
+
|
|
36
41
|
- **Better Accuracy**: More accurate responses
|
|
37
42
|
- **Deeper Analysis**: More thorough analysis
|
|
38
43
|
- **Expert-Level Insights**: Professional-grade insights
|
|
39
44
|
- **Comprehensive Coverage**: More complete coverage
|
|
40
45
|
|
|
41
46
|
### Productivity Features
|
|
47
|
+
|
|
42
48
|
- **Faster Processing**: Priority processing
|
|
43
49
|
- **Advanced Export**: Multiple export formats
|
|
44
50
|
- **Custom Templates**: Personalized search templates
|
|
@@ -47,12 +53,14 @@ Advanced search capabilities for Pro subscribers.
|
|
|
47
53
|
## Pro Search Use Cases
|
|
48
54
|
|
|
49
55
|
### Professional Applications
|
|
56
|
+
|
|
50
57
|
- **Research Projects**: Academic and professional research
|
|
51
58
|
- **Business Analysis**: Market and business analysis
|
|
52
59
|
- **Content Creation**: Research for content creation
|
|
53
60
|
- **Decision Making**: Data-driven decision making
|
|
54
61
|
|
|
55
62
|
### Advanced Research
|
|
63
|
+
|
|
56
64
|
- **Complex Topics**: Multi-faceted research topics
|
|
57
65
|
- **Comparative Studies**: Compare multiple options
|
|
58
66
|
- **Trend Analysis**: Identify and analyze trends
|
|
@@ -5,12 +5,14 @@ Understanding Yantra's standard search mode.
|
|
|
5
5
|
## Regular Search Features
|
|
6
6
|
|
|
7
7
|
### Basic Functionality
|
|
8
|
+
|
|
8
9
|
- **Quick Answers**: Fast responses to straightforward questions
|
|
9
10
|
- **Source Citations**: Links to original sources
|
|
10
11
|
- **Follow-up Suggestions**: Related questions to explore
|
|
11
12
|
- **Real-time Results**: Current information from the web
|
|
12
13
|
|
|
13
14
|
### Search Capabilities
|
|
15
|
+
|
|
14
16
|
- **Natural Language**: Ask questions in plain English
|
|
15
17
|
- **Context Understanding**: Maintains conversation context
|
|
16
18
|
- **Multi-turn Conversations**: Build on previous answers
|
|
@@ -19,6 +21,7 @@ Understanding Yantra's standard search mode.
|
|
|
19
21
|
## How Regular Search Works
|
|
20
22
|
|
|
21
23
|
### Search Process
|
|
24
|
+
|
|
22
25
|
1. **Query Analysis**: Analyzes your question
|
|
23
26
|
2. **Web Search**: Searches the web in real-time
|
|
24
27
|
3. **Content Synthesis**: Combines information from sources
|
|
@@ -26,6 +29,7 @@ Understanding Yantra's standard search mode.
|
|
|
26
29
|
5. **Source Citation**: Provides verifiable sources
|
|
27
30
|
|
|
28
31
|
### AI Models Used
|
|
32
|
+
|
|
29
33
|
- **GPT-3.5**: Fast and efficient responses
|
|
30
34
|
- **Claude Instant**: Quick analysis and reasoning
|
|
31
35
|
- **Custom Models**: Yantra-specific optimizations
|
|
@@ -34,12 +38,14 @@ Understanding Yantra's standard search mode.
|
|
|
34
38
|
## Best Practices
|
|
35
39
|
|
|
36
40
|
### Effective Queries
|
|
41
|
+
|
|
37
42
|
- **Be Specific**: Ask clear, specific questions
|
|
38
43
|
- **Provide Context**: Include relevant background
|
|
39
44
|
- **Use Examples**: Reference specific examples
|
|
40
45
|
- **Ask Follow-ups**: Build on previous answers
|
|
41
46
|
|
|
42
47
|
### Query Optimization
|
|
48
|
+
|
|
43
49
|
- **Natural Language**: Use conversational language
|
|
44
50
|
- **Avoid Jargon**: Use clear, simple terms
|
|
45
51
|
- **Include Details**: Provide necessary details
|
|
@@ -48,12 +54,14 @@ Understanding Yantra's standard search mode.
|
|
|
48
54
|
## Regular Search Limitations
|
|
49
55
|
|
|
50
56
|
### Usage Limits
|
|
57
|
+
|
|
51
58
|
- **Free Users**: 5 searches per day
|
|
52
59
|
- **Pro Users**: Unlimited searches
|
|
53
60
|
- **Max Users**: Maximum search limits
|
|
54
61
|
- **Rate Limiting**: Prevents system overload
|
|
55
62
|
|
|
56
63
|
### Feature Limitations
|
|
64
|
+
|
|
57
65
|
- **Basic Analysis**: Standard analysis depth
|
|
58
66
|
- **Limited Customization**: Basic customization options
|
|
59
67
|
- **Standard Sources**: Regular web sources
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
# Audit Trail
|
|
2
|
+
|
|
3
|
+
Every action taken by a Yantra AI employee is comprehensively logged, providing full transparency and accountability for compliance, debugging, and trust-building purposes.
|
|
4
|
+
|
|
5
|
+
## What Gets Logged
|
|
6
|
+
|
|
7
|
+
### Event Processing
|
|
8
|
+
|
|
9
|
+
- Every event received from connected tools
|
|
10
|
+
- How the event was classified and prioritized
|
|
11
|
+
- Which correlations were made with other data sources
|
|
12
|
+
- Time to process and resulting decisions
|
|
13
|
+
|
|
14
|
+
### Actions Taken
|
|
15
|
+
|
|
16
|
+
- **Informational**: Morning briefings, context summaries, status updates
|
|
17
|
+
- **Alerts**: Notifications sent to team members with severity context
|
|
18
|
+
- **Updates**: CRM field changes, ticket updates, status modifications
|
|
19
|
+
- **Creations**: New tickets, contacts, or records created
|
|
20
|
+
- **Drafts**: Messages and content drafted for approval
|
|
21
|
+
- **Escalations**: Issues routed to humans for decision
|
|
22
|
+
|
|
23
|
+
### Approval Workflow
|
|
24
|
+
|
|
25
|
+
- Actions drafted and presented for approval
|
|
26
|
+
- Approval, edit, or rejection decisions by human reviewers
|
|
27
|
+
- Time from draft to action for each item
|
|
28
|
+
- Modification details when actions are edited before approval
|
|
29
|
+
|
|
30
|
+
## Log Structure
|
|
31
|
+
|
|
32
|
+
Each audit log entry contains:
|
|
33
|
+
|
|
34
|
+
| Field | Description |
|
|
35
|
+
| ------------------- | ------------------------------------------------------------- |
|
|
36
|
+
| **Timestamp** | Precise UTC timestamp of the action |
|
|
37
|
+
| **Action ID** | Unique identifier for the action |
|
|
38
|
+
| **Action Type** | Category (inform, alert, update, create, draft, escalate) |
|
|
39
|
+
| **Target Tool** | Which integration was affected (Slack, HubSpot, GitHub, etc.) |
|
|
40
|
+
| **Target Resource** | Specific resource (channel, deal, issue, etc.) |
|
|
41
|
+
| **Trigger** | What event or condition triggered the action |
|
|
42
|
+
| **Context** | Data from other tools that informed the decision |
|
|
43
|
+
| **Previous Value** | State before the action (for updates) |
|
|
44
|
+
| **New Value** | State after the action |
|
|
45
|
+
| **Approval Status** | Auto-approved, human-approved, human-edited, or rejected |
|
|
46
|
+
| **Approver** | Who approved the action (if human-approved) |
|
|
47
|
+
| **Outcome** | Success, failure, or pending |
|
|
48
|
+
|
|
49
|
+
## Accessing Audit Logs
|
|
50
|
+
|
|
51
|
+
### Dashboard
|
|
52
|
+
|
|
53
|
+
Navigate to **AI Employee → Audit Trail** in your Yantra dashboard:
|
|
54
|
+
|
|
55
|
+
- Filter by date range, action type, target tool, or approval status
|
|
56
|
+
- Search for specific resources, actions, or keywords
|
|
57
|
+
- Export logs in CSV or JSON format
|
|
58
|
+
- Visualize action patterns over time
|
|
59
|
+
|
|
60
|
+
### API Access
|
|
61
|
+
|
|
62
|
+
Enterprise customers can access audit logs programmatically:
|
|
63
|
+
|
|
64
|
+
- REST API for log retrieval and filtering
|
|
65
|
+
- Webhook notifications for real-time log streaming
|
|
66
|
+
- Integration with external SIEM tools
|
|
67
|
+
- Scheduled export for compliance archives
|
|
68
|
+
|
|
69
|
+
## Compliance Use Cases
|
|
70
|
+
|
|
71
|
+
### SOC 2 Audit Support
|
|
72
|
+
|
|
73
|
+
Audit logs provide evidence for SOC 2 controls:
|
|
74
|
+
|
|
75
|
+
- Access control effectiveness
|
|
76
|
+
- Change management procedures
|
|
77
|
+
- Incident response documentation
|
|
78
|
+
- Data handling compliance
|
|
79
|
+
|
|
80
|
+
### GDPR Compliance
|
|
81
|
+
|
|
82
|
+
For data subject requests:
|
|
83
|
+
|
|
84
|
+
- Identify all data processed for a specific individual
|
|
85
|
+
- Document the legal basis for each processing activity
|
|
86
|
+
- Provide evidence for data processing inventories
|
|
87
|
+
- Support right-to-erasure request fulfillment
|
|
88
|
+
|
|
89
|
+
### Internal Review
|
|
90
|
+
|
|
91
|
+
Regular audit log review helps:
|
|
92
|
+
|
|
93
|
+
- Verify AI employee behavior meets expectations
|
|
94
|
+
- Identify areas for configuration improvement
|
|
95
|
+
- Detect unusual patterns or potential security issues
|
|
96
|
+
- Build confidence in AI employee autonomy
|
|
97
|
+
|
|
98
|
+
## Retention
|
|
99
|
+
|
|
100
|
+
### Log Retention Periods
|
|
101
|
+
|
|
102
|
+
- **Action logs**: Retained for 12 months by default (configurable)
|
|
103
|
+
- **Approval records**: Retained for 24 months
|
|
104
|
+
- **Security events**: Retained for 36 months
|
|
105
|
+
- **Custom retention**: Enterprise customers can configure custom retention periods
|
|
106
|
+
|
|
107
|
+
### Deletion
|
|
108
|
+
|
|
109
|
+
- Logs are purged automatically after retention period expires
|
|
110
|
+
- Customers can request early deletion in writing
|
|
111
|
+
- Deletion is permanent and irreversible
|
|
112
|
+
- Deletion confirmation provided for compliance records
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
# Compliance and Certifications
|
|
2
|
+
|
|
3
|
+
Yantra maintains rigorous compliance standards to meet the security and regulatory requirements of enterprise customers across industries.
|
|
4
|
+
|
|
5
|
+
## Standards and Certifications
|
|
6
|
+
|
|
7
|
+
### SOC 2 Type II
|
|
8
|
+
|
|
9
|
+
- Annual third-party audit covering Security, Availability, and Confidentiality trust principles
|
|
10
|
+
- Report available to customers under NDA
|
|
11
|
+
- Continuous monitoring of SOC 2 controls
|
|
12
|
+
- Remediation tracking for any identified findings
|
|
13
|
+
|
|
14
|
+
### GDPR (General Data Protection Regulation)
|
|
15
|
+
|
|
16
|
+
Yantra's GDPR compliance covers:
|
|
17
|
+
|
|
18
|
+
- **Lawful basis**: Clear legal basis for all data processing
|
|
19
|
+
- **Data minimization**: Only collecting and processing data necessary for service delivery
|
|
20
|
+
- **Right to access**: Customers can request export of all their data
|
|
21
|
+
- **Right to erasure**: Complete data deletion upon request
|
|
22
|
+
- **Data portability**: Standard format data export available
|
|
23
|
+
- **Data protection officer**: Designated DPO for privacy oversight
|
|
24
|
+
- **Data processing agreements**: Available for all customers
|
|
25
|
+
|
|
26
|
+
### CCPA (California Consumer Privacy Act)
|
|
27
|
+
|
|
28
|
+
- Right to know what data is collected and how it's used
|
|
29
|
+
- Right to delete personal information
|
|
30
|
+
- Right to opt out of data sharing
|
|
31
|
+
- No sale of personal information — ever
|
|
32
|
+
|
|
33
|
+
### Additional Compliance Support
|
|
34
|
+
|
|
35
|
+
- **HIPAA**: Business Associate Agreement available for healthcare customers (enterprise plan)
|
|
36
|
+
- **ISO 27001**: Security management practices aligned with ISO 27001 framework
|
|
37
|
+
- **PCI DSS**: Payment data never touches Yantra systems (handled by payment processor)
|
|
38
|
+
- **FERPA**: Available for educational institution customers
|
|
39
|
+
|
|
40
|
+
## Data Processing
|
|
41
|
+
|
|
42
|
+
### Data Processing Agreement (DPA)
|
|
43
|
+
|
|
44
|
+
Available for all customers, covering:
|
|
45
|
+
|
|
46
|
+
- Nature and purpose of data processing
|
|
47
|
+
- Categories of personal data processed
|
|
48
|
+
- Technical and organizational measures
|
|
49
|
+
- Sub-processor management and notification
|
|
50
|
+
- Data breach notification procedures
|
|
51
|
+
- Data return and deletion upon termination
|
|
52
|
+
|
|
53
|
+
### Sub-Processors
|
|
54
|
+
|
|
55
|
+
Yantra uses a limited number of sub-processors:
|
|
56
|
+
|
|
57
|
+
- Cloud infrastructure providers (SOC 2 certified)
|
|
58
|
+
- AI model providers (with strict data usage restrictions)
|
|
59
|
+
- Payment processors (PCI DSS compliant)
|
|
60
|
+
- Analytics tools (privacy-first, no personal data shared)
|
|
61
|
+
|
|
62
|
+
A current list of sub-processors is maintained and customers are notified of changes.
|
|
63
|
+
|
|
64
|
+
### Data Residency
|
|
65
|
+
|
|
66
|
+
- **Default**: US-based infrastructure (US-East and US-West)
|
|
67
|
+
- **EU**: Available for customers requiring EU data residency
|
|
68
|
+
- **Additional regions**: Available on enterprise plans
|
|
69
|
+
- No data transfer outside specified regions without written consent
|
|
70
|
+
|
|
71
|
+
## Privacy by Design
|
|
72
|
+
|
|
73
|
+
### Minimal Data Collection
|
|
74
|
+
|
|
75
|
+
- Only data necessary for service delivery is collected
|
|
76
|
+
- No data collection for marketing or advertising purposes
|
|
77
|
+
- No data shared with or sold to third parties
|
|
78
|
+
- AI model providers do not retain customer data
|
|
79
|
+
|
|
80
|
+
### Data Lifecycle Management
|
|
81
|
+
|
|
82
|
+
1. **Collection**: Minimum necessary data collected during integration
|
|
83
|
+
2. **Processing**: Data processed within isolated customer environments
|
|
84
|
+
3. **Storage**: Encrypted storage with customer-specific keys
|
|
85
|
+
4. **Retention**: Configurable retention periods (default: 12 months)
|
|
86
|
+
5. **Deletion**: Automatic deletion after retention period; manual deletion on request
|
|
87
|
+
|
|
88
|
+
## Security Assessments
|
|
89
|
+
|
|
90
|
+
### Penetration Testing
|
|
91
|
+
|
|
92
|
+
- Annual penetration tests by independent security firms
|
|
93
|
+
- Results reviewed and remediated promptly
|
|
94
|
+
- Summary available to enterprise customers under NDA
|
|
95
|
+
|
|
96
|
+
### Vulnerability Management
|
|
97
|
+
|
|
98
|
+
- Automated vulnerability scanning for all components
|
|
99
|
+
- Dependency scanning for known CVEs
|
|
100
|
+
- Patch management SLA: Critical (24h), High (72h), Medium (7d)
|
|
101
|
+
- Bug bounty program for responsible vulnerability disclosure
|
|
102
|
+
|
|
103
|
+
### Business Continuity
|
|
104
|
+
|
|
105
|
+
- Disaster recovery plan tested quarterly
|
|
106
|
+
- Business impact analysis reviewed annually
|
|
107
|
+
- Incident response plan documented and rehearsed
|
|
108
|
+
- Communication plan for security events
|
|
109
|
+
|
|
110
|
+
## Requesting Compliance Documents
|
|
111
|
+
|
|
112
|
+
Enterprise customers can request:
|
|
113
|
+
|
|
114
|
+
- SOC 2 Type II report
|
|
115
|
+
- Penetration test summary
|
|
116
|
+
- Data processing agreement
|
|
117
|
+
- Security architecture white paper
|
|
118
|
+
- Sub-processor list
|
|
119
|
+
|
|
120
|
+
Contact your account manager or email security@yantra.ai to request any compliance documentation.
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# Data Encryption
|
|
2
|
+
|
|
3
|
+
Yantra employs multiple layers of encryption to protect your data at every stage — in transit, at rest, and during processing.
|
|
4
|
+
|
|
5
|
+
## Encryption in Transit
|
|
6
|
+
|
|
7
|
+
### TLS Configuration
|
|
8
|
+
|
|
9
|
+
- All connections use **TLS 1.2 or higher**
|
|
10
|
+
- TLS 1.0 and 1.1 are disabled across all endpoints
|
|
11
|
+
- Strong cipher suites only — weak ciphers are explicitly blocked
|
|
12
|
+
- Perfect Forward Secrecy (PFS) enabled on all connections
|
|
13
|
+
- HSTS headers enforced with long max-age values
|
|
14
|
+
|
|
15
|
+
### What's Encrypted in Transit
|
|
16
|
+
|
|
17
|
+
- API requests between your tools and the Yantra Gateway
|
|
18
|
+
- Internal communication between Yantra components
|
|
19
|
+
- Data sent to and received from AI model providers
|
|
20
|
+
- Dashboard access and administrative API calls
|
|
21
|
+
- Webhook payloads from integrated tools
|
|
22
|
+
|
|
23
|
+
## Encryption at Rest
|
|
24
|
+
|
|
25
|
+
### Storage Encryption
|
|
26
|
+
|
|
27
|
+
- All persistent data encrypted using **AES-256** encryption
|
|
28
|
+
- Database-level encryption enabled for all data stores
|
|
29
|
+
- File system encryption on all VM storage volumes
|
|
30
|
+
- Backup data encrypted with the same standards as primary data
|
|
31
|
+
|
|
32
|
+
### Key Management
|
|
33
|
+
|
|
34
|
+
- Encryption keys managed through a dedicated **Key Management Service (KMS)**
|
|
35
|
+
- Customer-specific keys isolate each tenant's data
|
|
36
|
+
- Keys are rotated on a regular schedule (quarterly minimum)
|
|
37
|
+
- Key access is logged and auditable
|
|
38
|
+
- Emergency key revocation procedures tested quarterly
|
|
39
|
+
|
|
40
|
+
## Credential Management
|
|
41
|
+
|
|
42
|
+
### OAuth Tokens
|
|
43
|
+
|
|
44
|
+
- OAuth access and refresh tokens stored in encrypted secret vaults
|
|
45
|
+
- Token encryption uses separate keys from data encryption
|
|
46
|
+
- Tokens are scoped to minimum required permissions
|
|
47
|
+
- Token refresh is handled automatically and securely
|
|
48
|
+
|
|
49
|
+
### API Keys
|
|
50
|
+
|
|
51
|
+
- API keys encrypted at rest using dedicated key encryption keys
|
|
52
|
+
- Keys are never stored in plaintext anywhere in the system
|
|
53
|
+
- API key rotation supported without service interruption
|
|
54
|
+
- Compromised keys can be revoked instantly
|
|
55
|
+
|
|
56
|
+
### What We Never Store
|
|
57
|
+
|
|
58
|
+
- Your tool passwords (OAuth is used instead)
|
|
59
|
+
- Credit card numbers (handled by payment processor)
|
|
60
|
+
- Raw authentication credentials
|
|
61
|
+
- Secrets in application logs or error reports
|
|
62
|
+
|
|
63
|
+
## Processing Security
|
|
64
|
+
|
|
65
|
+
### In-Memory Protection
|
|
66
|
+
|
|
67
|
+
- Sensitive data in processing memory is cleared after use
|
|
68
|
+
- Memory isolation between customer workloads via VM separation
|
|
69
|
+
- No swap-to-disk of sensitive in-memory data
|
|
70
|
+
|
|
71
|
+
### AI Model Interactions
|
|
72
|
+
|
|
73
|
+
- Prompts sent to AI models are encrypted in transit
|
|
74
|
+
- No customer data is retained by model providers for training
|
|
75
|
+
- Model provider connections use dedicated, authenticated channels
|
|
76
|
+
- Prompts are constructed to minimize exposure of sensitive information
|
|
77
|
+
|
|
78
|
+
## Verification
|
|
79
|
+
|
|
80
|
+
### How to Verify
|
|
81
|
+
|
|
82
|
+
- Check TLS configuration: Our endpoints pass SSL Labs A+ rating
|
|
83
|
+
- Request our latest SOC 2 report for encryption control details
|
|
84
|
+
- Audit logs show encryption status for all data operations
|
|
85
|
+
- Penetration test results available for enterprise customers upon NDA
|
|
86
|
+
|
|
87
|
+
### Compliance Alignment
|
|
88
|
+
|
|
89
|
+
Our encryption practices align with:
|
|
90
|
+
|
|
91
|
+
- **NIST 800-171**: Encryption requirements for controlled data
|
|
92
|
+
- **ISO 27001**: Information security management standards
|
|
93
|
+
- **PCI DSS**: Payment card industry data security standards
|
|
94
|
+
- **FIPS 140-2**: Federal information processing standards
|